
function getirSWF(sehir, renk)
{
var str ='<table><tr><td colspan="2"><embed type="application/x-shockwave-flash" src="http://ezansaati.nartajans.net/ezanv02dr.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" scale="Scale" salign="TL" bgcolor="' + renk + ' " allowScriptAccess="always" flashvars="sehir_adi=' + sehir + '" allowfullscreen="true" height="180"  width="120"></embed>' + '</td></tr></table>';
document.write(str);
}

