function RunLoginPortlet(){
document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,14,0\" width=\"600\" height=\"60\" id=\"loginFlash\" border=\"0\">\n");
document.write("<param name=\"src\" value=\"" + loginSwfUrl + "\"/>\n");
document.write("<param name=\"wmode\" value=\"transparent\"/>\n");
document.write("<param name=\"allowScriptAccess\" value=\"always\"/>\n");
document.write("<param name=\"quality\" value=\"high\"/>\n");
document.write(" <!--[if !IE]>--> \n");
document.write("<object type=\"application/x-shockwave-flash\" data=\"" + loginSwfUrl + "\" allowScriptAccess=\"always\" width=\"600\" height=\"60\">\n");
document.write(" <!--<![endif]-->\n");
document.write(" <div class=\"flleft\">\n");
document.write(" <img src=\"/home/images/warning_icon.gif\" alt=\"warning icon\" />\n");
document.write(" </div>\n");
document.write(" <p>No Flash plugin detected!</p> \n");
document.write(" <!--[if !IE]>-->\n");
document.write("</object>\n");
document.write(" <!--<![endif]-->\n");
document.write("</object>\n");
}

