function siteFlashTitle(){
    o=getElementsByClassName(document,'h1','swfh1');
    for(x in o){
        t=o[x].innerHTML;
        o[x].innerHTML="<div class=\"makeflash\" title=\"'src':'/images/flash/h1v2.swf?t="+t+"','height':'40','width':'340','version':'7','wmode':'transparent','scale':'noscale'\" style=\"width:340px; height:40px;\"></div>";
    }

    o=getElementsByClassName(document,'h2','swfh2');
    for(x in o){
        t=o[x].innerHTML;
        o[x].innerHTML="<div class=\"makeflash\" title=\"'src':'/images/flash/h2v2.swf?t="+t+"','height':'30','width':'600','version':'7','wmode':'transparent','scale':'noscale'\" style=\"width:600px; height:30px;\"></div>";
    }

    o=getElementsByClassName(document,'h2','swfh2right');
    for(x in o){
        t=o[x].innerHTML;
        o[x].innerHTML="<div class=\"makeflash\" title=\"'src':'/images/flash/h2v2.swf?t="+t+"','height':'30','width':'250','version':'7', 'wmode':'transparent','scale':'noscale'\" style=\"width:250px; height:30px;\"></div>";
    }

    o=getElementsByClassName(document,'h3','swfh3');
    for(x in o){
        t=o[x].innerHTML;
        o[x].innerHTML="<div class=\"makeflash\" title=\"'src':'/images/flash/h3.swf?t="+t+"','height':'20','width':'600','version':'7','wmode':'transparent','scale':'noscale'\" style=\"width:600px; height:20px; margin-bottom:-12px;\"></div>";
    }

    o=getElementsByClassName(document,'h3','swfh3right');
    for(x in o){
        t=o[x].innerHTML;
        o[x].innerHTML="<div class=\"makeflash\" title=\"'src':'/images/flash/h3v2.swf?t="+t+"','height':'20','width':'250','version':'7','wmode':'transparent','scale':'noscale'\" style=\"width:250px; height:20px; margin-bottom:-12px;\"></div>";
    }

    makeFlash();
}

addEvent(window, 'load', siteFlashTitle); 
