jQuery(document).ready(function(){
	jQuery('#breadcrumb li:last-child').css({
	     	border:"none"
	 	});
	 jQuery('.hide').hide();
	jQuery('a[href^="http://www.youtube.com/"]').prettyPhoto();
	generateSprites(".nav", "current-", true, 250, "slide");
	//jQuery('.coupon-box a').click(function(){
	//	jQuery(this).parent().next().show();
	//	return false;
	//})
	//jQuery('#slogan').innerfade({ animationtype: 'fade', speed: 550, timeout: 4000, type: 'random', containerheight: '1em' }); 

});
function popitup(url) {
	newwindow=window.open(url,'name','height=800,width=600');
	if (window.focus) {newwindow.focus()}
	return false;
}

