<!--
$(document).ready(function(){
	if(jQuery.browser.version + "" == "6.0") {
		document.location.href = "ie6.php";				
	} 

	$('#sponsers').flash({
		src: 'flag.swf',
		width: 198,
		height: 680,
		wmode: "transparent"
	});

	$('#flashheader2').flash({
		src: 'NovarockHeader.swf',
		width: 1050,
		height: 360,
		wmode: "transparent"
	});

	$('#flashheader2').css("top","30px");
		$.sifr({path:'js',save:true})

	//$('h3').sifr({ font: 'tradegothic' });
	//$('#scoreboard').sifr({ font: 'tradegothic' });
	//$('h4').sifr({ font: 'tradegothic' });
	//$('.year').sifr({ font: 'tradegothic' });
//				$('#newsletter label').sifr({ font: 'tradegothic', color: '#FF0000'});
/*				$('#footer').sifr({ font: 'tradegothic' });
	$('#footer a').sifr({ font: 'tradegothic' });
	*/	if(typeof sIFR == "function"){					//sIFR.replaceElement(named({sSelector:"#newsletter label", sFlashSrc:"js/tradegothic.swf", sColor:"#76AE3F",nPaddingTop:20, nPaddingBottom:20, sFlashVars:"textalign=center&offsetTop=6"}));	}
	//$('#scoreboard').sifr({ font: 'tradegothic' });
	//$('h4').sifr({ font: 'tradegothic' });
	//$('.year').sifr({ font: 'tradegothic' });
//				$('#newsletter label').sifr({ font: 'tradegothic', color: '#FF0000'});
/*				$('#footer').sifr({ font: 'tradegothic' });
	$('#footer a').sifr({ font: 'tradegothic' });
	*/
});
-->