i = randomNum(adsm.length);


document.writeln("<td align=center>");
document.writeln("<a href=" + adsm[i].url + " onmouseover=\" window.status='http://www.vatanappally.com';return true;\" onmouseout= \"window.status=' ';return true;\"" + " target='_blank'>"	+ "<font size=1>" + 
"<img border=0  src=" + adsm[i].imgtext + " width=" + adsm[i].imgw + " height=" + adsm[i].imgh + " alt='" + adsm[i].alt + "'></font></a>");
document.writeln("</td>");


