var how_many_ads = 6;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="";
url="index.php";
alt="&#1608;&#1576; &#1607;&#1575;&#1587;&#1578;&#1740;&#1606;&#1711; &#1588;&#1585;&#1705;&#1578; &#1662;&#1740;&#1575;&#1605; &#1578;&#1580;&#1575;&#1585;&#1578;";
banner="themes/new/_images_/image23.jpg";
width="745";
height="160";
}
if (ad==2) {
txt="";
url="index.php";
alt="&#1608;&#1576; &#1607;&#1575;&#1587;&#1578;&#1740;&#1606;&#1711; &#1588;&#1585;&#1705;&#1578; &#1662;&#1740;&#1575;&#1605; &#1578;&#1580;&#1575;&#1585;&#1578;";
banner="themes/new/_images_/Untitled-2.gif";
width="745";
height="160";
}
if (ad==3) {
txt="";
url="index.php";
alt="&#1608;&#1576; &#1607;&#1575;&#1587;&#1578;&#1740;&#1606;&#1711; &#1588;&#1585;&#1705;&#1578; &#1662;&#1740;&#1575;&#1605; &#1578;&#1580;&#1575;&#1585;&#1578;";
banner="themes/new/_images_/Untitled-1.jpg";
width="745";
height="160";
}
if (ad==4) {
txt="";
url="index.php";
alt="&#1608;&#1576; &#1607;&#1575;&#1587;&#1578;&#1740;&#1606;&#1711; &#1588;&#1585;&#1705;&#1578; &#1662;&#1740;&#1575;&#1605; &#1578;&#1580;&#1575;&#1585;&#1578;";
banner="themes/new/_images_/Untitled-6.jpg";
width="745";
height="160";
}
if (ad==5) {
txt="";
url="index.php";
alt="&#1608;&#1576; &#1607;&#1575;&#1587;&#1578;&#1740;&#1606;&#1711; &#1588;&#1585;&#1705;&#1578; &#1662;&#1740;&#1575;&#1605; &#1578;&#1580;&#1575;&#1585;&#1578;";
banner="themes/new/_images_/image22.jpg";
width="745";
height="160";
}
if (ad==6) {
txt="";
url="index.php";
alt="&#1608;&#1576; &#1607;&#1575;&#1587;&#1578;&#1740;&#1606;&#1711; &#1588;&#1585;&#1705;&#1578; &#1662;&#1740;&#1575;&#1605; &#1578;&#1580;&#1575;&#1585;&#1578;";
banner="themes/new/_images_/image24.jpg";
width="745";
height="160";
}
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small>' + txt + '</small></a>');
document.write('</center>');

