var img_width = "120";
var img_height = "240";
var img_title = "mymarket";

var ad=new Array()


ad[0]='http://www.parsfootball.com/files/banners/mymarket/536.gif';
ad[1]='http://www.parsfootball.com/files/banners/mymarket/537.gif';
ad[2]='http://www.parsfootball.com/files/banners/mymarket/538.gif';
ad[3]='http://www.parsfootball.com/files/banners/mymarket/579.gif';
ad[4]='http://www.parsfootball.com/files/banners/mymarket/580.gif';
ad[5]='http://www.parsfootball.com/files/banners/mymarket/584.gif';
ad[6]='http://www.parsfootball.com/files/banners/mymarket/590.gif';
ad[7]='http://www.parsfootball.com/files/banners/mymarket/617.gif';
ad[8]='http://www.parsfootball.com/files/banners/mymarket/567-X.gif';


var links=new Array() 


links[0]='http://www.pardismarket.com/product.php?id=536';
links[1]='http://www.pardismarket.com/product.php?id=537';
links[2]='http://www.pardismarket.com/product.php?id=538';
links[3]='http://www.pardismarket.com/product.php?id=579';
links[4]='http://www.pardismarket.com/product.php?id=580';
links[5]='http://www.pardismarket.com/product.php?id=584';
links[6]='http://www.pardismarket.com/product.php?id=590';
links[7]='http://www.pardismarket.com/product.php?id=617';
links[8]='http://www.pardismarket.com/product.php?id=567';




var xy=Math.floor(Math.random()*ad.length);
document.write('<a href="'+links[xy]+'" target="_blank"><img src="'+ad[xy]+'" width="'+img_width+'" height="'+img_height+'" alt="'+img_title+'" border="0"></a>');