<!-- Begin
var how_many_ads = 5;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

if (ad==1) {
banner="http://img.picact.com/ads/14.gif";
link="http://www.talacd.com/?op=shop&f=detail&id=163";
name="اول تحویل بگیرید بعد پرداخت کنید";
width="468";
height="60";
}

if (ad==2) {
banner="http://img.picact.com/ads/15.gif";
link="http://www.talacd.com/?op=shop&f=detail&id=183";
name="اول تحویل بگیرید بعد پرداخت کنید";
width="468";
height="60";
}

if (ad==3) {
banner="http://img.picact.com/ads/47.gif";
link="http://www.talacd.com/?op=shop&f=detail&id=7";
name="اول تحویل بگیرید بعد پرداخت کنید";
width="468";
height="60";
}

if (ad==4) {
banner="http://img.picact.com/ads/9.gif";
link="http://www.talacd.com/?op=shop&f=detail&id=163";
name="اول تحویل بگیرید بعد پرداخت کنید";
width="468";
height="60";
}

if (ad==5) {
banner="http://img.picact.com/ads/100film.gif";
link="http://www.talacd.com/?op=shop&f=detail&id=238";
name="اول تحویل بگیرید بعد پرداخت کنید";
width="468";
height="60";
}

document.write('<center>');
document.write('<a target=blank href=' + link + '>');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + name + '\" border=0>');
document.write('</a></center>');
// End -->
