var agent=navigator.userAgent.toLowerCase();
if (agent.indexOf('iphone')!=-1) {
	//document.getElementById('flashContent1').innerHTML = '<a href=\"../images/video/iphone.mov\"><img src=\"/contests/images/video/mdPreRoll.jpg\"></a>';
	document.getElementById('flashContent1').innerHTML = '<script src=\"http://www.apple.com/library/quicktime/scripts/ac_quicktime.js\" language=\"JavaScript\" type=\"text/javascript\"></script><script src=\"http://www.apple.com/library/quicktime/scripts/qtp_library.js\" language=\"JavaScript\" type=\"text/javascript\"></script><link href=\"http://www.apple.com/library/quicktime/stylesheets/qtp_library.css\" rel=\"StyleSheet\" type=\"text/css\" /><object width=\"322\" height=\"376\" classid=\"clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B\" codebase=\"http://www.apple.com/qtactivex/qtplugin.cab\"><param name=\"src\" value=\"/contests/images/video/mdPreRoll.jpg\" /><param name=\"href\" value=\"/contests/images/video/FM_Spot_final_H264.mov\" /><param name=\"target\" value=\"myself\" /><param name=\"controller\" value=\"false\" /><param name=\"autoplay\" value=\"false\" /><param name=\"scale\" value=\"aspect\" /><embed width=\"322\" height=\"220\" type=\"video/quicktime\" pluginspage=\"http://www.apple.com/quicktime/download/\" src=\"/contests/images/video/mdPreRoll.jpg\" href=\"/contests/images/video/FM_Spot_final_H264.mov\" target=\"myself\" controller=\"false\" autoplay=\"false\" scale=\"aspect\"></embed></object>';	
}else{		
	var so = new SWFObject("/contests/images/video/MDplayer.swf", "mPlayer", "322", "220", "8", "#FFFFFF", true);
	so.addParam("wmode", "transparent");
	so.write("flashContent1");
}