
 $(function () {
	TranslateIt.init();
//	$.bookmark.setDefaults({icons: 'http://media.digitalbarn.tv/images/bookmarks.png'
//						   });
//	$('#basicBookmark').bookmark();
	
	

});
 
 
 
 
 
 
 
 
 $(document).ready(function(){

$('.FootSponCyc').cycle({
	timeout: 8000, 
    delay:  4000, 
    speed:  2000
});

$("a[rel='fisherMan']").colorbox({href:function(){
	return $(this).attr('href') + '?showtemplate=false';
},transition:"fade",width:500, height:350});

$(".colorbox").colorbox({href:function(){
	return $(this).attr('href') + '?showtemplate=false';
},transition:"",width:450, height:450});

$("a[rel='colorboxGal']").colorbox({width:500});

var newYear = new Date(); 
newYear = new Date(2010, 11 - 1, 6); 
$('#defaultCountdown').countdown({until: newYear}); 

});