Cufon.replace('h1, #navContainer li, .normal-day-heading, .weekend-heading, .dateNumber, #contentLeftColumn h3, #contentLeftColumn h2, #contentLeftColumn h4', { fontFamily: 'Helvetica Neue LT Pro' });
Cufon.replace('#sidebar li h2, #footerContainer h2', { fontFamily: 'SignPainter' });







jQuery(document).ready(function(){

	


	if ($j.browser.msie && $j.browser.version < 7) {
		 
	} else {
		// We're not using IE 6
		
	};


	
			// PRELOAD Images
			jQuery.preloadImages = function() {
				for (var i = 0; i < arguments.length; i++) {
					jQuery("<img>").attr("src", arguments[i]);
				}
			};
		
			jQuery.preloadImages(
				"images/bg-event-hover.jpg",
				"images/btn-header-book-a-show-over.png",
				"images/btn-header-buy-the-dvd-over.png"
			);
			
			alert(templatePath);
			
			
			
	jQuery('.rollover').hover(
            function(){ // Change the input image's source when we "roll on"
                var t = jQuery(this);
                t.attr('src',t.attr('src').replace(/([^.]*)\.(.*)/, "$1-over.$2"));
            },
            function(){ 
                var t= jQuery(this);
                t.attr('src',t.attr('src').replace('-over',''));
            }
     );
     
});		
	
	

// 	$(function(){$(document).pngFix();});
