var how_many_ads = 3;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) { url='<a href="https://www.sultantheme.com/" title="ستايلات phpBB3 احترافية" rel="nofollow" target="blank"><img src="http://www.phpbbarabia.com/advertise/sultanthemebanner.gif" alt="ستايلات phpBB3 احترافيه" /></a>'; }
if (ad==2) { url='<a href="http://www.phpbbarabia.com/free-software.php" title="برامج مجانية مفيدة لاصحاب المواقع" rel="nofollow" target="blank"><img src="http://www.phpbbarabia.com/advertise/free-software.jpg" alt="برامج مجانية مفيدة لاصحاب المواقع" /></a>'; }
if (ad==3) { url='<a href="http://www.kleeja.com/" title="سكربت كليجا لرفع الصور" rel="nofollow" target="blank"><img src="http://www.phpbbarabia.com/advertise/kleeja.gif" alt="سكربت كليجا لرفع الصور" /></a>'; }
document.write(url);
