function RunMainPageAd()
{
document.write('<object type="application/x-shockwave-flash" data="c.swf?path=mainpagead.swf" width="500" height="200">\r\n');
document.write('<param name="movie" value="c.swf?path=mainpagead.swf" />\r\n');
document.write('<PARAM NAME=quality VALUE=best />\r\n');
document.write('<PARAM NAME=wmode VALUE=transparent />\r\n');
document.write('<PARAM NAME=bgcolor VALUE=#FFFFFF />\r\n');
document.write('<img src="noflash.gif" width="500" height="200" alt="" />\r\n');
document.write('</object>\r\n');
}