﻿var how_many_ads = 1;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=60;
document.write('<center>');
document.write('<marquee onmouseover=this.stop() style="font-size:12pt;color:white; font-family: Tahoma;text-align:center" direction="up" onmouseout=this.start() scrollamount="1" scrolldelay="20"  width="95%" height="100 "><A style="TEXT-DECORATION: none;font-family:Tahoma, Geneva, sans-serif;color:#FFFFFF; font-size:12px" TEXT-ALIGN:center dir="rtl" href="http://www.mvmahtab.com" target=_blank>طراحي سايت،فروش ويزاکارت،فروش هاست و دامين</A></br></br><A style="TEXT-DECORATION: none;font-family:Tahoma, Geneva, sans-serif;color:#FFFFFF; font-size:12px" href="parsataraz.html"target=_blank align="center">انجام کليه امور حسابداري تهيه اظهار نامه و تحرير دفاتر قانوني</A></br></br><A style="TEXT-DECORATION: none;font-family:Tahoma, Geneva, sans-serif;color:#FFFFFF; font-size:12px" href="ghor.html"target=_blank align="center" >مشاوره در امر تاسیس،تنظیم اساسنامه،تغییرات،صدور کارت بازرگانی </A></marquee>');

