$(document).ready(function(){
    var fo = new FlashObject("swf/top_home.swf", "flash_index", "961", "296", "7", "#001D56");
    fo.addParam("scale", "exactfit");
    fo.addParam("menu", "false");
    fo.addParam("wmode", "transparent");
    fo.write("headerFlash");

    $('#content-foot').hide();

   /* var opcForm={
       
		
		submitHandler: function(form) {
            if($('#terms3:checked').length==1) {$(form).submit();}else{ alert("You must agree to the Terms of Service");}
       }
    };
    $('#formIndex').validate(opcForm);*/

});

