
function adArray() {
 for (i=0; i*2<adArray.arguments.length; i++) {
  this[i] = new Object();
  this[i].src = adArray.arguments[i*2];
  this[i].href = adArray.arguments[i*2+1];
 }
 this.length = i;
}


// ****** YOU NEED NOT MODIFY ANYTHING THAT IS NOT IN BETWEEN THESE TWO COMMENTS ****

var ads = new adArray(
"http://salarsoft.somee.com/ad_img/delphi_magic_small.gif",
"http://www.delphi-magic.com"
);

for (i=0; i<ads.length; i++) {
	if (ads[i].src.toLowerCase().search('.swf')!=-1){
		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0" width="120" height="60">'
		  +'<param name="movie" value="'+ ads[i].src +'">'
		  +'<param name="quality" value="high">'
		  +'<param name="bgcolor" value="#FFFFFF">'
		  +'<embed "'
		  +'src="'+ ads[i].src + '" quality="high" bgcolor="#FFFFFF" swLiveConnect="true" width="120" height="60" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object><br><br>');
	}

	else
	if (ads[i].src.toLowerCase().search('<iframe')!=-1)
	{
		document.write(ads[i].href);
	}
	else{
		document.write(
			'<A target="_blank" href="' + ads[i].href + '"><img width=120 height=60 border=0 src="'
			+ ads[i].src + '" '
			+ ' border="0" ></a><br><br>');
	}
}

// 60*120<!-- Sooran.ir Ad Code -->
//document.write('<br /><script src="http://www.sooran.ir/index.php?section=serve&id=49&affid=958&output=js"></script>');

// متني - عمودي
//document.write('<br /><script src="http://www.sooran.ir/index.php?section=serve&id=47&affid=958&output=js"></script>');

// متني - لينک باکس
//document.write('<br /><script src="http://www.sooran.ir/index.php?section=serve&id=52&affid=958&output=js"></script>');
