
//Ext.onReady(function() {
window.onload = function() {
    if (document.getElementById('aspnetForm').action.toLowerCase().indexOf('default.aspx') == -1) {
        //new SWFObject("/App_Themes/Flash/logo-700x70.swf", "panelbannerObj", "700", "70", "7", "transparent", true).write("bottomBoxContent");
    } else {
          new SWFObject("/App_Themes/Flash/270x145_logos.swf", "panelbannerObj", "270", "145", "7", "#FFFFFF", true).write("bottomBoxContent");
          document.getElementById('panelbannerObj').setAttribute('wmode', 'transparent');
    }
};