/* workaround for Microsoft IE hotfix: "Microsoft Security Advisory (912945)" - 
see http://www.microsoft.com/technet/security/advisory/912945.mspx for info */

// inserts the <object> and <embed> tags to circumvent the new restriction in IE (since April 11 2006)
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="790" height="317"><param name="movie" value="http://www.petesfrootique.com/flash/petes_home_summer10.swf"><param name=quality value=high><param name="allowScriptAccess" value="always"><embed src="http://www.petesfrootique.com/flash/petes_home_summer10.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="790" height="317"></embed></object>');
