$(document).ready(function(){
    var fo =null;
    if($('#head-flash').length>0){
        fo = new FlashObject(BASE_URL+"swf/top_int.swf", "head-flash", "946","547","9");
        fo.addParam("scale", "exactfit");
        fo.addParam("wmode", "transparent");
        fo.addParam("menu", "false");
        fo.write("head-flash");
    }
    else if($('#headHome-flash').length>0){
        fo = new FlashObject(BASE_URL+"swf/top_home.swf", "headHome-flash", "946","610","9");
        fo.addParam("scale", "exactfit");
        fo.addParam("menu", "false");
        fo.addParam("wmode", "transparent");
        fo.write("headHome-flash");
    }

    

});
