// JavaScript Document

function RunAds()
{
    document.write('<object type="application/x-shockwave-flash" data="ads.swf" width="350" height="65">\n');
    document.write('<param name="movie" value="ads.swf" />\n');
    document.write('</object>\n');
}
