
$(document).ready (function () {
    $("a span").hide();
    $("h2").flashText ({
    source: "/skin/stonesanssemibold-1.0.0.swf"
    });
    $('.thumbs li a').each(function() {
    	if ($(this).attr('onclick') !== undefined) {
    		$(this).removeAttr('onclick');
    	}
    })
    $('.thumbs li a').lightBox({
    	imageLoading: '/skin/images/lightbox-ico-loading.gif',
		imageBtnClose: '/skin/images/lightbox-btn-close.gif',
		imageBtnPrev: '/skin/images/lightbox-btn-prev.gif',
		imageBtnNext: '/skin/images/lightbox-btn-next.gif'

    });
    $('.bigthumbs li a').lightBox({
    	imageLoading: '/skin/images/lightbox-ico-loading.gif',
		imageBtnClose: '/skin/images/lightbox-btn-close.gif',
		imageBtnPrev: '/skin/images/lightbox-btn-prev.gif',
		imageBtnNext: '/skin/images/lightbox-btn-next.gif'

    });
    
    var austDay = new Date();
	austDay = new Date("May 10, 2011 11:35:00");
	$('#countdown').countdown({until: austDay,layout: '{dn} {dl}, {hn} {hl}, {mn} {ml}, and {sn} {sl}'});
    
   
});

function OpenPopup (url,width,height) {
    NewPopup = window.open (url,'NewPopup','width='+width+',height='+height+',scrollbar=no,resize=no,statusbar=no');
    pageTracker._trackPageview(url);
    NewPopup.focus();
}
