﻿function WriteAd110() { var pic_width = 336; var pic_height = 208; var button_pos = 4; var stop_time = 3000; var show_text = 0; var txtcolor = "000000"; var bgcolor = "FFFFFF"; var swf_height = show_text == 1 ? pic_height + 20 : pic_height; var flashvars = "pic_width=" + pic_width + "&pic_height=" + pic_height + "&show_text=" + show_text + "&txtcolor=" + txtcolor + "&bgcolor=" + bgcolor + "&button_pos=" + button_pos + "&stop_time=" + stop_time; var count = 0; flashvars += "&pics="; var pics = new Array("/data/6071bc1f-fb9e-43ec-9650-650a3453db89/ad/286_20100424064438.jpg", "/data/6071bc1f-fb9e-43ec-9650-650a3453db89/ad/285_20100424064400.jpg", "/data/6071bc1f-fb9e-43ec-9650-650a3453db89/ad/287_20100424070842.jpg", "/data/6071bc1f-fb9e-43ec-9650-650a3453db89/ad/288_20100424071236.jpg", "/data/6071bc1f-fb9e-43ec-9650-650a3453db89/ad/289_20100424072043.jpg"); for (var i = 0; i < pics.length; i++) { if (pics[i] == "") break; if (i > 0) flashvars += "|"; flashvars += pics[i]; count++; } if (count == 0) return; flashvars += "&links="; var links = new Array("/ilghar.aspx?Action=Ad&InstanceID=56&Lang=UYG&ID=286&Redirect=", "/ilghar.aspx?Action=Ad&InstanceID=56&Lang=UYG&ID=285&Redirect=", "/ilghar.aspx?Action=Ad&InstanceID=56&Lang=UYG&ID=287&Redirect=", "/ilghar.aspx?Action=Ad&InstanceID=56&Lang=UYG&ID=288&Redirect=", "/ilghar.aspx?Action=Ad&InstanceID=56&Lang=UYG&ID=289&Redirect="); for (var i = 0; i < count; i++) { if (i > 0) flashvars += "|"; flashvars += encodeURIComponent(links[i]); } flashvars += "&texts="; var texts = new Array("1", "1", "3", "2", "4"); for (var i = 0; i < count; i++) { if (i > 0) flashvars += "|"; flashvars += texts[i]; } if(navigator.userAgent.indexOf("MSIE") != -1) { document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="' + pic_width + '" height="' + swf_height + '">'); document.write('<param name="movie" value="/data/6071bc1f-fb9e-43ec-9650-650a3453db89/UYG/type/3/template.swf" />'); document.write('<param name="flashvars" value="' + flashvars + '" />'); document.write('</object>'); } else { document.write('<embed type="application/x-shockwave-flash" src="/data/6071bc1f-fb9e-43ec-9650-650a3453db89/UYG/type/3/template.swf" flashvars="' + flashvars + '" width="' + pic_width + '" height="' + swf_height + '" />'); } } WriteAd110(); 