$(document).ready(function(){
	$("html").css("overflow","hidden");
	
	if (!swfobject.hasFlashPlayerVersion("9")) {
		$("#noflash").show();
    }
	else{
		$("html").css("overflow","visible");
	}
	
	
});

