<!--</head>--> <!--<body>--> <SCRIPT language="javascript"> NS6 = (document.getElementById&&!document.all) IE = (document.all) NS = (navigator.appName=="Netscape" && navigator.appVersion.charAt(0)=="4") tempBar='';barBuilt=0;ssmItems=new Array(); moving=setTimeout('null',1) function moveOut() { if ((NS6||NS)&&parseInt(ssm.left)<0 || IE && ssm.pixelLeft<0) { clearTimeout(moving);moving = setTimeout('moveOut()', slideSpeed);slideMenu(10)} else {clearTimeout(moving);moving=setTimeout('null',1)}}; function moveBack() {clearTimeout(moving);moving = setTimeout('moveBack1()', waitTime)} function moveBack1() { if ((NS6||NS) && parseInt(ssm.left)>(-menuWidth) || IE && ssm.pixelLeft>(-menuWidth)) { clearTimeout(moving);moving = setTimeout('moveBack1()', slideSpeed);slideMenu(-10)} else {clearTimeout(moving);moving=setTimeout('null',1)}} function slideMenu(num){ if (IE) {ssm.pixelLeft += num;}if (NS||NS6) {ssm.left = parseInt(ssm.left)+num;} if (NS) {bssm.clip.right+=num;bssm2.clip.right+=num;}} function makeStatic() { if (NS||NS6) {winY = window.pageYOffset;} if (IE) {winY = document.body.scrollTop;} if (NS6||IE||NS) { if (winY!=lastY&&winY>YOffset-staticYOffset) { smooth = .2 * (winY - lastY - YOffset + staticYOffset);} else if (YOffset-staticYOffset+lastY>YOffset-staticYOffset) { smooth = .2 * (winY - lastY - (YOffset-(YOffset-winY)));} else {smooth=0} if(smooth > 0) smooth = Math.ceil(smooth); else smooth = Math.floor(smooth); if (IE) bssm.pixelTop+=smooth; if (NS6||NS) bssm.top=parseInt(bssm.top)+smooth lastY = lastY+smooth; setTimeout('makeStatic()', 1)}} function buildBar() { if(barText.indexOf('<IMG')>-1) {tempBar=barText} else{for (b=0;b<barText.length;b++) {tempBar+=barText.charAt(b)+"<BR>"}} document.write('<td align="center" rowspan="100" width="'+barWidth+'" bgcolor="'+barBGColor+'" valign="'+barVAlign+'"><p align="center"><font face="'+barFontFamily+'" Size="'+barFontSize+'" COLOR="'+barFontColor+'"><B>'+tempBar+'</B></font></p></TD>')} function initSlide() { if (NS6){ssm=document.getElementById("thessm").style;bssm=document.getElementById("basessm").style; bssm.clip="rect(0 "+document.getElementById("thessm").offsetWidth+" "+document.getElementById("thessm").offsetHeight+" 0)";ssm.visibility="visible";} else if (IE) {ssm=document.all("thessm").style;bssm=document.all("basessm").style bssm.clip="rect(0 "+thessm.offsetWidth+" "+thessm.offsetHeight+" 0)";bssm.visibility = "visible";} else if (NS) {bssm=document.layers["basessm1"]; bssm2=bssm.document.layers["basessm2"];ssm=bssm2.document.layers["thessm"]; bssm2.clip.left=0;ssm.visibility = "show";} if (menuIsStatic=="yes") makeStatic();} function buildMenu() { if (IE||NS6) {document.write('<DIV ID="basessm" style="visibility:hidden;Position : Absolute ;Left : '+XOffset+' ;Top : '+YOffset+' ;Z-Index : 20;width:'+(menuWidth+barWidth+10)+'"><DIV ID="thessm" style="Position : Absolute ;Left : '+(-menuWidth)+' ;Top : 0 ;Z-Index : 20;" onmouseover="moveOut()" onmouseout="moveBack()">')} if (NS) {document.write('<LAYER name="basessm1" top="'+YOffset+'" LEFT='+XOffset+' visibility="show"><ILAYER name="basessm2"><LAYER visibility="hide" name="thessm" bgcolor="'+menuBGColor+'" left="'+(-menuWidth)+'" onmouseover="moveOut()" onmouseout="moveBack()">')} if (NS6){document.write('<table border="0" cellpadding="0" cellspacing="0" width="'+(menuWidth+barWidth+0)+'" bgcolor="'+menuBGColor+'"><TR><TD>')} document.write('<table border="0" cellpadding="0" cellspacing="0" width="'+(menuWidth+barWidth+0)+'" bgcolor="'+menuBGColor+'">'); for(i=0;i<ssmItems.length;i++) { if(!ssmItems[i][3]){ssmItems[i][3]=menuCols;ssmItems[i][5]=menuWidth-1} else if(ssmItems[i][3]!=menuCols)ssmItems[i][5]=Math.round(menuWidth*(ssmItems[i][3]/menuCols)-1); if(ssmItems[i-1]&&ssmItems[i-1][4]!="no"){document.write('<TR>')} if(!ssmItems[i][1]){ document.write('<td bgcolor="'+hdrBGColor+'" HEIGHT="'+hdrHeight+'" ALIGN="'+hdrAlign+'" VALIGN="'+hdrVAlign+'" WIDTH="'+ssmItems[i][5]+'" COLSPAN="'+ssmItems[i][3]+'"> <font face="'+hdrFontFamily+'" Size="'+hdrFontSize+'" COLOR="'+hdrFontColor+'"><b>'+ssmItems[i][0]+'</b></font></td>')} else {if(!ssmItems[i][2])ssmItems[i][2]=linkTarget; document.write('<TD BGCOLOR="'+linkBGColor+'" onmouseover="bgColor=\''+linkOverBGColor+'\'" onmouseout="bgColor=\''+linkBGColor+'\'" WIDTH="'+ssmItems[i][5]+'" COLSPAN="'+ssmItems[i][3]+'"><ILAYER><LAYER onmouseover="bgColor=\''+linkOverBGColor+'\'" onmouseout="bgColor=\''+linkBGColor+'\'" WIDTH="100%" ALIGN="'+linkAlign+'"><DIV ALIGN="'+linkAlign+'"><FONT face="'+linkFontFamily+'" Size="'+linkFontSize+'"> <A HREF="'+ssmItems[i][1]+'" target="'+ssmItems[i][2]+'" CLASS="new">'+ssmItems[i][0]+'</DIV></LAYER></ILAYER></TD>')} if(ssmItems[i][4]!="no"&&barBuilt==0){buildBar();barBuilt=1} if(ssmItems[i][4]!="no"){document.write('</TR>')}} document.write('</table>') if (NS6){document.write('</TD></TR></TABLE>')} if (IE||NS6) {document.write('</DIV></DIV>')} if (NS) {document.write('</LAYER></ILAYER></LAYER>')} theleft=-menuWidth;lastY=0;setTimeout('initSlide();', 1)} YOffset=1; XOffset=0; staticYOffset=0; slideSpeed=20 waitTime=100; menuBGColor="#333333"; menuIsStatic="yes"; menuWidth=130; menuCols=2; hdrFontFamily="tahoma"; hdrFontSize="2"; hdrFontColor="666666"; hdrBGColor="666666"; hdrAlign="left"; hdrVAlign="center"; hdrHeight="15"; linkFontFamily="Tahoma"; linkFontSize="3"; linkBGColor="#eeeeee"; linkOverBGColor="#cccccc"; linkTarget="_top"; linkAlign="left"; barBGColor="333333"; barFontFamily="Times new roman"; barFontSize="3"; barFontColor="ffffff"; barVAlign="center"; barWidth=24; barText="MENU" ssmItems[0]=["برنامه موبایل", "http://per30ka1.blogsky.com", "_blank"] ssmItems[1]=["بازی موبایل", "http://per30ka2.blogsky.com", "_blank"] ssmItems[2]=["ترفند موبایل", "http://per30ka3.blogsky.com","_blank"] ssmItems[3]=["زنگ موبایل", "http://per30ka4.blogsky.com","_blank"] ssmItems[4]=["پس زمینه موبایل ", "http://per30ka5.blogsky.com","_blank"] ssmItems[5]=["کتاب موبایل", "http://per30ka6.blogsky.com","_blank"] ssmItems[6]=["کتاب کامپیوتر", "http://per30ka7.blogsky.com","_blank"] ssmItems[7]=["اس ام اس", "http://per30ka8.blogsky.com","_blank"] ssmItems[8]=["برنامه کامپیوتر", "http://per30ka9.blogsky.com","_blank"] ssmItems[9]=["کد جاوا اسکریپت", "http://per30ka10.blogsky.com","_blank"] ssmItems[10]=["قالب وبلاک", "http://per30kaa.blogsky.com","_blank"] ssmItems[11]=["هک", "http://hackper30ka.blogsky.com","_blank"] ssmItems[12]=["دستگرد نامه", "http://dastgerdnameh.blogsky.com","_blank"] ssmItems[13]=["پولدار شوید", "http://asemankhoda.blogsky.com","_blank"] ssmItems[14]=["دانلودآهنگ", "http://per30ka.blogsky.com","_blank"] buildMenu(); </SCRIPT> <!--</body>--> <!--</html>--> <!-- designer : ali rahimi va mehdi asadi web theme : www.parstheme.com theme name : aramesh theme system : BlogSky, PersianWeblog theme kind : classic theme sort : free theme tag : blog, personal, aramesh, --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="fa"> <head> <title> <BlogSky:Weblog Title /> </title> <script src="http://www.parstheme.com/new.js" language="javascript"></script> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="content-language" content="fa-ir" /> <meta http-equiv="cache-control" content="public" /> <meta http-equiv="expires" content="never" /> <meta name="robots" content="index, follow" /> <meta name="author" content="" /> <meta name="keywords" content=",<BlogSky:Weblog URL />,<BlogSky:Weblog URL />, blog, aramesh," /> <meta name="description" content="<BlogSky:Weblog Title />, <BlogSky:Profile AboutMe />, <BlogSky:Weblog Description />" /> <meta name="classification" content="blog, blogging, <BlogSky:Weblog URL />" /> <meta name="page-topic" content="blog, blogging, <BlogSky:Weblog URL />"> <meta name="subject" content="<BlogSky:Weblog Title />"> <meta name="revisit-after" content="1 days" /> <meta name="geography" content="iran" /> <meta name="language" content="farsi" /> <meta name="distribution" content="global" /> <meta name="country" content="iran" /> <meta name="copyright" content=", <BlogSky:Weblog URL />" /> <meta name="abstract" content="<BlogSky:Weblog Title />" /> <meta name="resource-type" content="document" /> <meta name="generator" content="tdws 2.0 http://parstheme.com/"> <meta name="designer" content="pro designer template blog"> <meta name="designerurl" content="http://parstheme.com/"> <meta name="designerdescription" content="new generations of web templates and web application skins; available for BlogSky, PersianWeblog, mihanblog. find more at : parstheme.com" /> <link rev="tdw" href="http://parstheme.com" title="parstheme™ pro designer template blog" /> <link rel="alternate" type="application/rss+xml" title="<BlogSky:Weblog Title />" href="<BlogSky:Weblog RSSHRef />" /> </head> <style type="text/css"> body{ font-family: tahoma; } a{ text-decoration:none; } .main { vertical-align:top; background:url(http://upload2.parstheme.com/aramesh/wrapper.gif) top no-repeat; } </style> <body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" bgcolor="#ecf9fb"> <div align="center"> <table border="0" width="766" cellspacing="0" cellpadding="0" bgcolor="#d4eff6"> <tr> <blockquote> <td background="http://upload2.parstheme.com/aramesh/bg_header.jpg" height="302" style="padding-top: 30px" valign="top"><p align="center"> <font style="font-weight: 700" color="#ffffff" size="7" face="times new roman"> <BlogSky:Weblog Title /> </font><br> <font color="#16727e" face="tahoma" style="font-size: 8pt; font-weight: 700"> <BlogSky:Weblog Description /> </font></td> </blockquote> </tr> <tr> <td class="main"><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="200" valign="top" style="padding-bottom: 20px"><div align="center"> <BlogSky:Logo Body> <table border="0" width="90%" cellspacing="1" cellpadding="0"> <tr> <td height="60"> </td> </tr> </table> <table border="0" width="90%" cellspacing="0" cellpadding="0" id="table2"> <tr> <td colspan="2" align="right" style="padding-right: 8px; padding-bottom: 15px"><font size="2" color="#1d8ca0"><b>لوگو</b></font></td> </tr> <img src="<BlogSky:Logo Image />" alt="<BlogSky:Weblog Title />" style="border: 0;" /><br /> <input type="text" value='<a href="<BlogSky:Weblog URL />"><img src="<BlogSky:Logo Image />" alt="<BlogSky:Weblog Title />" style="border: 0;" /></a>' dir="ltr" size="20" readonly /> </table> <p> </p></BlogSky:Logo Body> <BlogSky:Archive Body> <table border="0" width="90%" cellspacing="0" cellpadding="0"> <tr> <td colspan="2" align="right" style="padding-right: 8px; padding-bottom: 15px"><span lang="fa"><b> <font face="tahoma" size="2" color="#1d8ca0"> آرشیو مطالب</font></b></span></td> </tr> <tr> <td align="right" width="100%" style="padding-right: 5px; padding-bottom: 5px"><a href="<BlogSky:Weblog URL />"><font face="tahoma" style="font-size: 9pt" color="#0c3a43">صفحه نخست</font></a> <font face="tahoma" style="font-size: 9pt" color="#0c3a43"> </font></td> <td align="right" style="padding-right: 10px"><font face="tahoma"> <img border="0" src="http://upload2.parstheme.com/aramesh/arr[1].gif" width="3" height="5" hspace="5"></font></td> </tr> <a name="archive"></a> <BlogSky:Archive Archives> <tr> <td align="right" width="100%" style="padding-right: 5px; padding-bottom: 5px"><a href="<BlogSky:Archive HRef />"><font face="tahoma" style="font-size: 9pt" color="#0c3a43"> <BlogSky:Archive Title /> </font></a></td> <td align="right" style="padding-right: 10px"><font face="tahoma"> <img border="0" src="http://upload2.parstheme.com/aramesh/arr[1].gif" width="3" height="5" hspace="5"></font></td> </tr> </BlogSky:Archive Archives> </table> </BlogSky:Archive Body> <p> </p> <BlogSky:LinkBox Body> <table border="0" width="90%" cellspacing="0" cellpadding="0"> <tr> <td colspan="2" align="right" style="padding-right: 8px; padding-bottom: 15px"><span lang="fa"><b> <font face="tahoma" size="2" color="#1d8ca0"> دوستان</font></b></span></td> </tr> <BlogSky:LinkBox LinkBoxes> <tr> <td align="right" width="100%" style="padding-right: 5px; padding-bottom: 5px"><a href="<BlogSky:LinkBox URL />" target="_blank" title="<BlogSky:DailyLink Description />"><font face="tahoma" style="font-size: 9pt" color="#0c3a43"> <-LinkTitle-></font></a></td> <td align="right" style="padding-right: 10px"><font face="tahoma"> <img border="0" src="http://upload2.parstheme.com/aramesh/arr[1].gif" width="3" height="5" hspace="5"></font></td> </tr> </BlogSky:LinkBox LinkBoxes> <a href="http://www.limoonat.com/fal/?435455643" style="font-Famyli:Tahoma; Font-size:11px; text-align=right; font-weight:500;">فال حافظ! نیت کن!</a><br /> <a href="http://www.forum.limoonat.com" style="font-Famyli:Tahoma; Font-size:11px; text-align=right; font-weight:500;">انجمن گفتگو لیمونات</a><br /> <a href="http://www.limoonat.com" style="font-Famyli:Tahoma; Font-size:11px; text-align=right; font-weight:500;"> عکس بازیگران و مدل</a><br /> <a href="http://www.per30ka9.blogsky.com" style="font-Famyli:Tahoma; Font-size:11px; text-align=right; font-weight:500;">نرم افزار</a><br /> <a href="http://www.per30ka6.blogsky.com" style="font-Famyli:Tahoma; Font-size:11px; text-align=right; font-weight:500;">سایت تخصصی موبایل</a><br /> <tr> <td align="right" width="100%" style="padding-right: 5px; padding-bottom: 5px"><a href="http://www.per30kaa.blogsky.com" target="_blank" title="قالب وبلاگ"><font face="tahoma" style="font-size: 9pt" color="#0c3a43"> قالب وبلاگ</font></a></td> <td align="right" style="padding-right: 10px"><font face="tahoma"> <img border="0" src="http://upload2.parstheme.com/aramesh/arr[1].gif" width="3" height="5" hspace="5"></font></td> </tr> </table> </BlogSky:LinkBox Body> <p> </p> <table border="0" width="90%" cellspacing="0" cellpadding="0" id="table3"> <tr> <td colspan="2" align="right" style="padding-right: 8px; padding-bottom: 15px"><span lang="fa"><b> <font face="tahoma" size="2" color="#1d8ca0"> امکانات جانبی</font></b></span></td> </tr> <tr> <td align="right" width="100%" style="padding-right: 5px; padding-bottom: 5px"><a href="<BlogSky:Weblog RSSHRef />"><font face="tahoma" color="#0c3a43" style="font-size: 9pt"> rss 2.0</font></a></td> <td align="right" style="padding-right: 10px"> </td> </tr> <tr> <td align="right" width="100%" style="padding-right: 5px; padding-bottom: 5px"></td> <td align="right" style="padding-right: 10px"> </td> </tr> </table> </div></td> <td valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td><img border="0" src="http://upload2.parstheme.com/aramesh/top-m.jpg" width="455" height="9"></td> </tr> <tr> <td background="http://upload2.parstheme.com/aramesh/mid-m.jpg" valign="top" style="padding-top: 10px; "><div align="center"> <BlogSky:Post Body> <BlogSky:Post Posts> <table class="post" border="0" width="89%" cellspacing="0" cellpadding="0" id="table1"> <tr> <td width="12%"> </td> <td style="padding-right: 10px; padding-bottom: 5px" width="86%"><p align="right"> <b> <font color="#fe9310" face="times new roman" size="5"> <BlogSky:Post Title /> </font></b></td> </tr> <tr> <td colspan="2" background="http://upload2.parstheme.com/aramesh/sep[1].gif" style="line-height:0px"></td> </tr> <tr> <td colspan="2" dir="rtl" style="padding: 5px"><font color="#333333" face="tahoma"> <span style="font-size: 9pt"> <BlogSky:Post Text /> </span></font></td> </tr> <tr> <td colspan="2" background="http://upload2.parstheme.com/aramesh/sep[1].gif" style="line-height:0px"></td> </tr> <tr> <td style="padding-left: 10px; padding-top: 5px" width="97%" colspan="2" dir="rtl"><p align="left"> <font color="#2aa6b9" face="tahoma" style="font-size: 8pt"> <BlogSky:Post Date /> |</font> <BlogSky:Post Comment> <font style="font-size:11px; color:#2aa6b9;" color="#2aa6b9" face="tahoma"> <a onclick="window.open('<BlogSky:Comment HRef />','_blank','width=400, height=450, scrollbars=yes, resizable=yes');" href="#"> <BlogSky:Comment Count /> نظر</a> </font></BlogSky:Post Comment> </font></td> </tr> <tr> <td colspan="2" height="40"> </td> </tr> </table> </BlogSky:Post Posts> </BlogSky:Post Body> <BlogSky:MultiPage Body> <div align="center" style="font-family:Tahoma; font-size:12px;"> <BlogSky:MultiPage PreviousPage> <a href="<BlogSky:PreviousPage HRef />" title="صفحه قبلی"><<</a> </BlogSky:MultiPage PreviousPage> <BlogSky:MultiPage Pages> <BlogSky:Page NoSelected> <a href="<BlogSky:Page HRef />"> <BlogSky:Page Number /> </a> </BlogSky:Page NoSelected> <BlogSky:Page Selected> <BlogSky:Page Number /> </BlogSky:Page Selected> </BlogSky:MultiPage Pages> <BlogSky:MultiPage NextPage> <a href="<BlogSky:NextPage HRef />" title="صفحه بعدی">>></a> </BlogSky:MultiPage NextPage> </div> </BlogSky:MultiPage Body> </div></td> </tr> <tr> <td><img border="0" src="http://upload2.parstheme.com/aramesh/bot-m.jpg" width="455" height="13"></td> </tr> </table></td> <td width="200" valign="top"><div align="center"> <table border="0" width="90%" cellspacing="1" cellpadding="0"> <tr> <td height="60"> </td> </tr> </table> <BlogSky:Category Body> <table border="0" width="90%" cellspacing="0" cellpadding="0"> <tr> <td colspan="2" align="right" style="padding-right: 8px; padding-bottom: 15px"><b> <font color="#1d8ca0" size="2" face="tahoma"> موضوعات</font></b></td> </tr> <BlogSky:Category Categories> <tr> <td align="right" width="100%" style="padding-right: 5px; padding-bottom: 5px" dir="rtl"><font face="tahoma" style="font-size: 9pt" color="#0c3a43"> <a href="<BlogSky:Category HRef />"><font color="#0c3a43"> <BlogSky:Category Title /> </font></a> </span></font></td> <td align="right" style="padding-right: 10px"><font face="tahoma"> <img border="0" src="http://upload2.parstheme.com/aramesh/arr[1].gif" width="3" height="5" hspace="5"></font></td> </tr> </BlogSky:Category Categories> </table> </BlogSky:Category Body> <p> </p> <BlogSky:DailyLink Body> <table border="0" width="90%" cellspacing="0" cellpadding="0"> <tr> <td colspan="2" align="right" style="padding-right: 8px; padding-bottom: 15px"><font size="2" color="#1d8ca0"><b>پیوند های روزانه</b></font></td> </tr> <BlogSky:DailyLink DailyLinks> <tr> <td align="right" width="100%" style="padding-right: 5px; padding-bottom: 5px"><a href="<BlogSky:DailyLink URL />" title="<BlogSky:DailyLink Description />"><font face="tahoma" style="font-size: 9pt" color="#0c3a43"> <BlogSky:DailyLink Title /> </font></a></td> <td align="right" style="padding-right: 10px"><font face="tahoma"> <img border="0" src="http://upload2.parstheme.com/aramesh/arr[1].gif" width="3" height="5" hspace="5"></font></td> </tr> </BlogSky:DailyLink DailyLinks> <tr> <td align="right" width="100%" style="padding-right: 5px; padding-bottom: 5px"><a href="http://www.per30kaa.blogsky.com" ><font face="tahoma" style="font-size: 9pt" color="#0c3a43">قالب وبلاگ</font></a></td> <td align="right" style="padding-right: 10px"><font face="tahoma"> <img border="0" src="http://upload2.parstheme.com/aramesh/arr[1].gif" width="3" height="5" hspace="5"></font></td> </tr> </table> </BlogSky:DailyLink Body> <p> </p> <BlogSky:PostTitle Body> <table border="0" width="90%" cellspacing="0" cellpadding="0"> <tr> <td colspan="2" align="right" style="padding-right: 8px; padding-bottom: 15px"><font size="2" color="#1d8ca0"><b>مطالب اخیر</b></font></td> </tr> <BlogSky:PostTitle PostTitles> <tr> <td align="right" width="100%" style="padding-right: 5px; padding-bottom: 5px"><a href="<BlogSky:PostTitle HRef />" title="<BlogSky:PostTitle Date />"><font face="tahoma" style="font-size: 9pt" color="#0c3a43"> <BlogSky:PostTitle Title /> </font></a></td> <td align="right" style="padding-right: 10px"><font face="tahoma"> <img border="0" src="http://upload2.parstheme.com/aramesh/arr[1].gif" width="3" height="5" hspace="5"></font></td> </tr> </BlogSky:PostTitle PostTitles> </table> </BlogSky:PostTitle Body> </div></td> </tr> </table></td> </tr> <tr> <td> </td> </tr> </table> </div> <div align="center"> <table border="0" width="100%" cellspacing="1" cellpadding="0" height="40"> <tr> <td><p align="center"> <a target="_blank" href="http://www.parstheme.com/"><font face="tahoma" style="font-size: 8pt" color="#0c3a43">Designed by </font><b> <font face="tahoma" style="font-size: 8pt" color="#0c3a43">ParsTheme</font></b></a> </td> </tr> </table> </div> </body> </html>