var JsProt = (('https:' == document.location.protocol) ? 'https:' : 'http:');
htm = ""
htm+="<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000'"
htm+="        codebase='"+JsProt+"//download.macromedia.com/pub/shockwave/"
                  htm+="cabs/flash/swflash.cab'"
htm+="        width   = 180 " 
htm+="        height  = 180 >"
htm+="<param  name    = wmode value='transparent'>"
htm+="<param  name    = movie value='/lib/images/prm/2001589725/ban/banner1.swf'>"
htm+="<param  name    = quality value=high>"
htm+="<embed  src     = '/lib/images/prm/2001589725/ban/banner1.swf' "
htm+="        quality = high  "
htm+="        width   = 180"
htm+="        height  = 180"
htm+="        type    = 'application/x-shockwave-flash' "
htm+="        wmode   = 'transparent' "
htm+="        pluginspage='"+JsProt+"//www.macromedia.com/go/getflashplayer'>"
htm+="</embed>"
htm+="</object>"

document.write(htm)

