$(function(){
	
	if($.hasFlashPlayer == true){
		$('#flash').flash({ swf: '/flash/main.swf', height: 404, width:685, params: { wmode:'transparent'}});  
	}else{
	}
});  

