﻿var how_many_ads = 1;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {

neveshteh="... خواهشمنديم نظرات ، پيشنهادات و انتقادات خود را از طريق صفحه تماس با ما  براي ما ارسال فرماييد. متشکريم...";
}

document.write('<left>');
document.write('<marquee style="font-size:12pt;color:white; font-family: Tahoma" direction="right" scrollamount="1" scrolldelay="30" width="100%" height="22">'+ neveshteh +'</marquee>');

