var rnd_code = Math.floor(Math.random()*1000001);
var mapcode="";
mapcode+="<div align=\"center\" style=\"width:"+map_width+"px; height:"+map_height+"px\">";
mapcode+="<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0\" width=\"100%\" height=\"100%\">";
mapcode+="<param name=\"movie\" value=\"http://www.infoo.ro/rolis/location.swf?locname="+loc_name+"&locaddress="+loc_address+"&locinfo="+loc_info+"&loccity="+loc_city+"&loccoord="+loc_coord+"&rndcode="+rnd_code+"\">";
mapcode+="<param name=quality value=high>"; 
mapcode+="<param name=wmode value=transparent>"; 
mapcode+="<embed src=\"http://www.infoo.ro/rolis/location.swf?locname="+loc_name+"&locaddress="+loc_address+"&locinfo="+loc_info+"&loccity="+loc_city+"&loccoord="+loc_coord+"&rndcode="+rnd_code+"\" wmode=\"transparent\" quality=high pluginspage=\"http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"100%\" height=\"100%\"></embed>";
mapcode+="</object></div>";
document.write(mapcode);

