// *****************************************
// *********** DOCUMENT ONLOAD *************
// *****************************************
$(document).ready(function() {
    $('#divHomeFrame').html('<iframe id="iHeader" frameborder="0" height="200" width="850" scrolling="no" marginheight="0" marginwidth="0" allowtransparency="true" src="/flash/home.html"></iframe>');
    $('#divInteriorFrame').html('<iframe id="iHeader" frameborder="0" height="200" width="850" scrolling="no" marginheight="0" marginwidth="0" allowtransparency="true" src="/flash/interior.html"></iframe>');
});

