﻿function LoadHomepageFlash() {
    $(document).ready(function(){
        /**
         * Because SWFobject interferes with jQuery's document.ready this code must
         * be the LAST CODE executed in this block and this file should be the 
         * LAST JS FILE referenced
         * 
         * http://code.google.com/p/swfobject/
         */
        var flashvars = {};
        var params = {};
        params.wmode = "transparent";
        var attributes = {};
        attributes.id = "flash-content";
        swfobject.embedSWF("/NRC/Flash/CalvertHomePageBox_CS3_9_15.swf", "flash-replace", "720", "270", "9.0.0", "/NRC/Flash/expressInstall.swf", flashvars, params, attributes);
        /* original height/width=236x679 changed by Diarmaid 20090417. Please note css changes in home.css too */
    });
}
