
var how_many_ads = 7;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
<!-- tabligh Shiayan.ir -->

if (ad==1) {
url="http://www.srir.ru/photo_db/iran (1).jpg";
alt=
banner="http://www.srir.ru/photo_db/dbsmall/iran-(1).jpg";
border="0px"; 
width="150";
height="113";
pe="_blank";
}
if (ad==2) {
url="http://www.srir.ru/photo_db/iran (2).jpg";
alt=
banner="http://www.srir.ru/photo_db/dbsmall/iran-(2).jpg";;
border="0px"; 
width="150";
height="113";
pe="_blank";
}
if (ad==3) {
url="http://www.srir.ru/photo_db/iran (3).jpg";
alt=
banner="http://www.srir.ru/photo_db/dbsmall/iran-(3).jpg";
border="0px"; 
width="150";
height="113";
pe="_blank";
}
if (ad==4) {
url="http://www.srir.ru/photo_db/iran (4).jpg";
alt=
banner="http://www.srir.ru/photo_db/dbsmall/iran-(4).jpg";
border="0px"; 
width="150";
height="113";
pe="_blank";
}
if (ad==5) {
url="http://www.srir.ru/photo_db/iran (5).jpg";
alt=
banner="http://www.srir.ru/photo_db/dbsmall/iran-(5).jpg";
border="0px"; 
width="150";
height="113";
pe="_blank";
}
if (ad==6) {
url="http://www.srir.ru/photo_db/iran (6).jpg";
alt=
banner="http://www.srir.ru/photo_db/dbsmall/iran-(6).jpg";
border="0px"; 
width="150";
height="113";
pe="_blank";
}
if (ad==7) {
url="http://www.srir.ru/photo_db/iran (7).jpg";
alt=
banner="http://www.srir.ru/photo_db/dbsmall/iran-(7).jpg";
border="0px"; 
width="150";
height="113";
pe="_blank";
}


document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"' + pe + '\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" style=\"border:'+ border +' solid #C0C0C0\"><br>');
document.write('</center>');

