// JavaScript Document

//Load Flash Content
//Internet Explorer Active Content Workaround

//HOW TO:
//1) Paste this into your html page: <script src="addFlash.js"></script>
//2) Paste the URL path to the Flash Animation within the document.write('URL');

document.write('<object	');
document.write('classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ');
document.write('codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab##version=8,0,0,0" ');
document.write('width="251" height="51"><param name="movie" value="');

//ADD URL BELOW
document.write('http://www.menonthenet.com/images/Header/Header_motnTV.swf');
document.write('"><param name="bgcolor" value="FFFFFF">');
document.write('<param name="quality" value="high">');
document.write('<param name="allowscriptaccess" value="samedomain">');
document.write('<embed ');
document.write('type="application/x-shockwave-flash" ');
document.write('pluginspage="http://www.macromedia.com/go/getflashplayer" ');
document.write('width="251" height="51" src="');

//ADD URL BELOW
document.write('http://www.menonthenet.com/images/Header/Header_motnTV.swf');
document.write('" bgcolor="ffffff" ');
document.write('quality="high"> ');
document.write('</embed>');
document.write('</object>');