// JavaScript Document

$(function() { 

// Slideshow Implementaion and Options 

$('#MainGallery').galleryView({ 

panel_width: 532, 

panel_height: 275, 

frame_width: 30, 

frame_height: 30, 

background_color: '#090909', 

border:'3px gray solid' 

}); 

// blog feed settings 

//countdown timer 

var countitdown = new Date("09/17/2010"); 

$('#countdown').countdown({until: countitdown, format: 'd', layout: '{dn}'}); 

// thickbox stuff 

$('.thickbox').thickbox(); 
$('#SponsorInfo').attr("href","SponsorInfo.html?height=400&width=600");
$('#Filler').css("background-image","url(../imgs/untilLogo2.png)");

});