var mobile = (/iphone|ipad|ipod|android|blackberry|mini|windows\sce|palm/i.test(navigator.userAgent.toLowerCase())); 
var htmlCode = '<img src="images/flash-header.jpg" alt="Header" width="1000" height="428" border="0" usemap="#Flash-Header-Map"><map name="Flash-Header-Map"><area shape="rect" coords="56,267,211,300" href="index.html" alt="Home"><area shape="rect" coords="56,302,212,334" href="about_us.html" alt="About Us"><area shape="rect" coords="56,336,210,366" href="services.html" alt="Services"><area shape="rect" coords="57,368,208,399" href="testimonials.html" alt="Testimonials"><area shape="rect" coords="214,268,375,298" href="risk_of_mold.html" alt="Risk of Mold"><area shape="rect" coords="215,302,372,334" href="partners.html" alt="Partners"><area shape="rect" coords="215,337,374,366" href="#" alt="Referral Program"><area shape="rect" coords="214,369,373,399" href="contact_us.html" alt="Contact Us"><area shape="rect" coords="50,5,374,130" href="index.html" alt="Logo"></map>';
var flashCode = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="1000" height="428" id="FlashID" title="Flash Header"><param name="movie" value="buttons_dark_bg.swf"><param name="quality" value="high"><param name="wmode" value="opaque"><param name="swfversion" value="8.0.35.0"><param name="expressinstall" value="Scripts/expressInstall.swf"><!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. --><!--[if !IE]>--><object type="application/x-shockwave-flash" data="buttons_dark_bg.swf" width="1000" height="428"><!--<![endif]--><param name="quality" value="high"><param name="wmode" value="opaque"><param name="swfversion" value="8.0.35.0"><param name="expressinstall" value="Scripts/expressInstall.swf"><!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. --><div><h4>Content on this page requires a newer version of Adobe Flash Player.</h4><p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p></div><!--[if !IE]>--></object><!--<![endif]--></object>';
function detectMobile(){if (mobile){document.write(htmlCode);}else{document.write(flashCode);swfobject.registerObject("FlashID");}}
