function RunMainPageAd()
{
document.write('<object type="application/x-shockwave-flash" data="c.swf?path=mainpagead.swf" width="799" height="298">\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="799" height="298" alt="" />\r\n');
document.write('</object>\r\n');
}

function ShowLogo()
{
document.write('<object type="application/x-shockwave-flash" data="images/mainlogo.swf" width="260" height="190">\r\n');
document.write('<param name="movie" value="images/mainlogo.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="260" height="190" alt="" />\r\n');
document.write('</object>\r\n');
}

function ShowSeal()
{
document.write('<object type="application/x-shockwave-flash" data="images/seal10.swf" width="125" height="135">\r\n');
document.write('<param name="movie" value="images/seal10.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="125" height="135" alt="" />\r\n');
document.write('</object>\r\n');
}