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;
}
function getAdNum() {
 return Math.floor(Math.random()*ads_top_r.length);
}
 
var ads_top_r = new adArray(

//"http://www.sooran.ir/index.php?section=serve&id=56&affid=958&output=html",
//"http://salarsoft.somee.com",

//"http://www.sooran.ir/index.php?section=serve&id=56&affid=958&output=html",
//"http://salarsoft.somee.com",

//"http://www.sooran.ir/index.php?section=serve&id=56&affid=958&output=html",
//"http://salarsoft.somee.com",

//"http://www.sooran.ir/index.php?section=serve&id=56&affid=958&output=html",
//"http://salarsoft.somee.com",

"http://salarsoft.somee.com/ad_img/delphi-magic.gif",
"http://www.delphi-magic.com",

"http://salarsoft.somee.com/ad_img/ads_bpr_486.gif",
"http://salarsoft.somee.com/beeper_help/how_buy_beeper.htm"
);

var ad_num_top_r = getAdNum(); // don't change this line

if (ads_top_r[ad_num_top_r].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"  id="js_top_r_obj" width="468" height="60">'
	+'<param name="movie" value="'+ ads_top_r[ad_num_top_r].src +'">'
	+'<param name="quality" value="high">'
	+'<param name="bgcolor" value="#FFFFFF">'
	+'<embed name="js_top_r"'
	+'src="'+ ads_top_r[ad_num_top_r].src  + '" quality="high" bgcolor="#FFFFFF" swLiveConnect="true" width="468" height="60" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object>');
}
else
if (ads_top_r[ad_num_top_r].src.toLowerCase().search('.gif')!=-1)
{
	document.write(
		'<A target="_blank" href="' + ads_top_r[ad_num_top_r].href + '"><img width=468 height=60 border=0 src="'
		+ ads_top_r[ad_num_top_r].src + '" '
		+ ' border="0" name="js_top_r"></a><br> <br>');
}
else
if (ads_top_r[ad_num_top_r].src.toLowerCase().search('.jpg')!=-1)
{
	document.write(
		'<A target="_blank" href="' + ads_top_r[ad_num_top_r].href + '"><img width=468 height=60 border=0 src="'
		+ ads_top_r[ad_num_top_r].src + '" '
		+ ' border="0" name="js_top_r"></a><br> <br>');
}
else
{
	document.write('<iframe align=top width=468 height=60 marginwidth=0 marginheight=0 hspace=0'+
		'vspace=0 frameborder=0 scrolling=no src="'+ads_top_r[ad_num_top_r].src+'"></iframe>');
}


