function displayFlash()
{
    var flashfile = "home.swf";
    
    document.write("<div id=\"div_flashOK\" style=\"display:block;z-index:-50;width:530px;height:210px;\"><OBJECT codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0 height=210 width=530 border=0 align=right classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 style=\"z-index:-50;\"><PARAM NAME=\"movie\" VALUE=\""+flashfile+"\"><PARAM NAME=\"quality\" VALUE=\"high\"><PARAM NAME=\"wmode\" VALUE=\"transparent\"><embed src=\""+flashfile+"\" quality=\"high\" wmode=\"transparent\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"530\" height=\"210\" style=\"z-index:-50;\"></embed></OBJECT></div>");
}