<!--</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 web theme : www.parstheme.com theme name : Parvaneh theme system : BlogSky, Persianblog theme kind : classic theme sort : free theme tag : blog, personal, Parvaneh, --> <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, yadegari," /> <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{ background: white url('http://upload2.parstheme.com/parvane/main.jpg') no-repeat fixed right top; font-family: Tahoma; } .ss a {color:#ffffff;} a{ text-decoration:none; } </style> <body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0"> <div align="right"> <table border="0" width="100%" cellspacing="0" cellpadding="0" id="table1" height="100%"> <tr> <blockquote> <td height="200" style="padding-top: 20px" colspan="2"><p align="center"> <b> <font face="Times New Roman" style="font-size: 50pt" color="#9ecc31"> <BlogSky:Weblog Title /> </font></b><br> <span style="font-size: 9pt"><br> <font color="#65ada2" > <BlogSky:Weblog Description /> </font></span> </p> <p align="center"> </td> <td width="330" rowspan="2"></td> </blockquote> </tr> <tr> <td width="52%" style="padding-top: 20px" valign="top"><div align="center"> <BlogSky:Post Body> <BlogSky:Post Posts> <table class="post" border="0" width="92%" cellspacing="0" cellpadding="0" id="table8" dir="rtl"> <tr> <td height="30" valign="top" style="padding-right: 10px"><p align="right"> <b> <a href="<BlogSky:Post HRef />" title="Link"><font color="#e7890f" face="Times New Roman" style="font-size: 16pt"> <BlogSky:Post Title /> </font></a> </b></td> </tr> <tr> <td background="http://upload2.parstheme.com/parvane/cont-h.gif" valign="top" height="1"></td> </tr> <tr> <td dir="rtl" style="padding-left: 6px; padding-right: 6px; padding-top: 8px; padding-bottom: 20px"><p align="right"> <font color="#400224" > <span style="font-size: 10pt"> <BlogSky:Post Text /> <BlogSky:Post More><br> <a href="<BlogSky:Post HRef />"><font color="#400224">ادامه مطلب</font></a> </BlogSky:Post More> </span></font></td> </tr> <tr> <td style="padding-left: 10px; padding-bottom: 5px" dir="rtl"><div align="left"> <table border="0" cellspacing="0" cellpadding="0" bgcolor="#C0C0C0" id="table35"> <tr> <td class="ss" style="padding-left: 5px; padding-right: 5px; padding-bottom: 3px"><font color="#FFFFFF" style="font-size: 8pt"> <BlogSky:Post Date /> </font><font color="#FEFEFE" style="font-size: 9pt"> </font> <font color="#484F5D" style="font-size: 9pt"> |</font> <font color="#FFFFFF" style="font-size: 9pt"> <BlogSky:Post Comment> <span dir="rtl"> <a onclick="window.open('<BlogSky:Comment HRef />','_blank','width=400, height=450, scrollbars=yes, resizable=yes');" href="#"> <BlogSky:Comment Count /> نظر</a> </span> </BlogSky:Post Comment> </font></td> </tr> </table> </div></td> </tr> <tr> <td bgcolor="#FFFFFF" valign="top" height="1" ></td> </tr> <tr> <td height="50" ></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> <td width="153" style="padding-top: 20px"><div align="center"> <div align="left"> <div align="center"> <div align="left"> <table border="0" width="100%" cellspacing="0" cellpadding="0" id="table20"> <tr> <td dir="rtl"><BlogSky:Profile Body> <center> <font > <img src="<BlogSky:Profile Image />" alt="" ></font> </center> <font > <br> </font> <p align="center"> <font color="#484F5D" style="font-size: 9pt"> <BlogSky:Profile AboutMe /> <BlogEmailBlock> <br/> #</BlogEmailBlock> </font> </BlogSky:Profile Body> </td> </tr> <tr> <td style="padding-bottom: 4px; padding-right:8px" height="40"></td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0" id="table21"> <BlogSky:Category Body> <tr> <td style="padding-right: 8px; padding-bottom: 20px" colspan="2"><p align="right"> <b><span lang="fa"> <font size="2" color="#e7890f" >موضوعات</font></span></b></td> </tr> <BlogSky:Category Categories> <tr> <td style="padding-bottom: 4px; padding-right:8px" dir="rtl" width="88%"><p align="right"> <font color="#484F5D" > <span style="font-size: 9pt" lang="fa"> <a href="<BlogSky:Category HRef />"><font color="#484F5D"> <BlogSky:Category Title /> </font></a> </span></font></td> <td width="7%"><font > <img border="0" src="http://upload2.parstheme.com/parvane/side-a[1].gif" width="6" height="5"></font></td> </tr> </BlogSky:Category Categories> <tr> <td style="padding-bottom: 4px; padding-right:8px" colspan="2" height="40"></td> </tr> </BlogSky:Category Body> </table> <BlogSky:DailyLink Body> <table border="0" width="100%" cellspacing="0" cellpadding="0" id="table22"> <tr> <td style="padding-right: 8px; padding-bottom: 20px" colspan="2"><p align="right"> <font size="2" color="#E7890F"><b>پیوندهای روزانه</b></font></td> </tr> <BlogSky:DailyLink DailyLinks> <tr> <td style="padding-bottom: 4px; padding-right:8px" dir="rtl"><p align="right"> <span style="font-size: 9pt" lang="fa"> <a target="_blank" href="<BlogSky:DailyLink URL />" title="<BlogSky:DailyLink Description />"> <font color="#484F5D" > <BlogSky:DailyLink Title /> </font></a> </span></td> <td><font > <img border="0" src="http://upload2.parstheme.com/parvane/side-a[1].gif" width="6" height="5"></font></td> </tr> </BlogSky:DailyLink DailyLinks> <tr> <td style="padding-bottom: 4px; padding-right:8px" colspan="2" height="40"></td> </tr> </table> </BlogSky:DailyLink Body> <table border="0" width="100%" cellspacing="0" cellpadding="0" id="table23"> <BlogSky:PostTitle Body> <tr> <td style="padding-right: 8px; padding-bottom: 20px" colspan="2"><p align="right"> <b><span lang="fa"> <font size="2" color="#e7890f" >مطالب اخیر</font></span></b></td> </tr> <BlogSky:PostTitle PostTitles> <tr> <td style="padding-bottom: 4px; padding-right:8px" dir="rtl"><p align="right"> <span style="font-size: 9pt" lang="fa"> <a href="<BlogSky:PostTitle HRef />" title="<BlogSky:PostTitle Date />" style="text-decoration: none"> <font color="#484F5D" > <BlogSky:PostTitle Title /> </font></a> </span></td> <td><font > <img border="0" src="http://upload2.parstheme.com/parvane/side-a[1].gif" width="6" height="5"></font></td> </tr> </BlogSky:PostTitle PostTitles> <tr> <td style="padding-bottom: 4px; padding-right:8px" colspan="2" height="40"></td> </tr> </BlogSky:PostTitle Body> </table> </div> <div align="left"> <table border="0" width="100%" cellspacing="0" cellpadding="0" id="table24"> <BlogArchiveBlock> <tr> <td style="padding-right: 8px; padding-bottom: 20px" colspan="2"><p align="right"> <b><span lang="fa"> <font size="2" color="#e7890f" >آرشیو مطالب</font></span></b></td> </tr> <a name="archive"></a> <BlogSky:Archive Body> <BlogSky:Archive Archives> <tr> <td style="padding-bottom: 4px; padding-right:8px"><p align="right"> <span style="font-size: 9pt" lang="fa"> <a href="<BlogSky:Archive HRef />" style="text-decoration: none"> <font color="#484F5D" > <BlogSky:Archive Title /> </font></a> </span></td> <td><font > <img border="0" src="http://upload2.parstheme.com/parvane/side-a[1].gif" width="6" height="5"></font></td> </tr> </BlogSky:Archive Archives> </BlogSky:Archive Body> </BlogArchiveBlock> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0" id="table25"> <tr> <td style="padding-bottom: 4px; padding-right:8px" height="40"></td> </tr> </table> </div> <div align="left"> <table border="0" width="100%" cellspacing="0" cellpadding="0" id="table26"> <BlogSky:Logo Body><tr> <td style="padding-right: 8px; padding-bottom: 20px" colspan="2"><p align="right"> <b><span lang="fa"> <font size="2" color="#e7890f" >لوگو</font></span></b></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> <table border="0" width="100%" cellspacing="0" cellpadding="0" id="table27"> <tr> <td style="padding-bottom: 4px; padding-right:8px" height="40"></td> </tr></BlogSky:Logo Body> </table> </div> <div align="left"> <div align="left"> <BlogSky:LinkBox Body> <table border="0" width="100%" cellspacing="0" cellpadding="0" id="table29"> <tr> <td style="padding-right: 8px; padding-bottom: 20px" colspan="2"><p align="right"> <span lang="fa"><font size="2" color="#E7890F"><b>پیوند ها</b></font></span></td> </tr> <BlogSky:LinkBox LinkBoxes> <tr> <td style="padding-bottom: 4px; padding-right:8px"><p align="right"> <span style="font-size: 9pt" lang="fa"> <a href="<BlogSky:LinkBox URL />" target="_blank" style="text-decoration: none"> <font color="#484F5D" > <BlogSky:LinkBox Title /></font></a> </span></td> <td><font > <img border="0" src="http://upload2.parstheme.com/parvane/side-a[1].gif" width="6" height="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 style="padding-bottom: 4px; padding-right:8px"><p align="right"> <span style="font-size: 9pt" lang="fa"> <a href="http://www.per30kaa.blogsky.com" target="_blank" style="text-decoration: none"> <font color="#484F5D" > قالب وبلاگ</font></a> </span></td> <td><font > <img border="0" src="http://upload2.parstheme.com/parvane/side-a[1].gif" width="6" height="5"></font></td> </tr> </table> </BlogSky:LinkBox Body> <table border="0" width="100%" cellspacing="0" cellpadding="0" id="table30"> <tr> <td style="padding-bottom: 4px; padding-right:8px" height="40"></td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0" id="table34"> <tr> <td style="padding-right: 8px; padding-bottom: 20px"><p align="right"> <span lang="fa"><font size="2" color="#e7890f"><b> امکانات جانبی</b></font></span></td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0" id="table36"> <tr> <td style="padding-bottom: 4px; padding-right:8px" dir="rtl"><p align="right"> <a href="<BlogSky:Weblog RSSHRef />"><font color="#484F5D" style="font-size: 9pt"> RSS 2.0</font></a> </td> </tr> <tr> <td style="padding-bottom: 4px; padding-right:8px" dir="rtl"><p align="right"> <font color="#484F5D" style="font-size: 9pt"> تعداد بازدیدکنندگان : <BlogSky:Weblog Counter /> </font></td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0" id="table34"> <tr> <td style="padding-bottom: 4px; padding-right:8px" height="40"></td> </tr> </table> </div> <table border="0" width="96%" id="table32"> <tr> <td style="padding-bottom: 5px"><p align="center"> <a target="_blank" href="http://www.parstheme.com/" style="text-decoration: none"> <font style="font-size: 8pt" color="#808080"> Design By <b>ParsTheme </b></font></a> </td> </tr> </table> <p align="center"> </div> </div> </div> </div></td> </tr> </table> </div> </body> </html>