		$(document).ready(function(){
				$(".add,.popup").colorbox({width:"500px"});
				$('.clearField').clearField();
				$('#countdown').countdown({until: new Date(2012, 9 - 1, 4), 
    			layout: 'Countdown to Gr.10 <strong>{dn}</strong>days<strong>{hn}</strong>Hrs<strong>{mn}</strong>Min<strong>{sn}</strong>sec'});
		});


