
    function main_title()
    {
        var num = 1;
        var now = new Date();
    
        num = now.getSeconds() % 3;
        num = num + 1;        
        document.write('<object classid=clsid:d27cdb6e-ae6d-11cf-96b8-444553540000 codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0 width="100%" height="720" swliveconnect=true>');
        document.write('<param name=movie value="/images/flash/main'+ num +'.swf">');
        document.write('<param name=quality value=high>');
        document.write('<param name=wmode value=transparent>');
        document.write('<embed src="/images/flash/main'+ num +'.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="990" height="320">');
        document.write('</embed>');
        document.write('</object>');
    }
    //-->
