document.writeln('<td align="center" valign="top" >');
i = randomNum(ads.length);
document.writeln("<a href=" + ads[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=" + ads[i].imgtext + " width=" + ads[i].imgw + " height=" + ads[i].imgh + " alt='" + ads[i].alt + "'></font></a>");
document.writeln('</td>');
