<!--</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>--> <html> <head> <title><-BlogTitle-></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="designer" content="Blog Skin"> <meta name="author" content="<-BlogAuthor->"> <meta name="language" content="Farsi"> <meta name="designerUrl" content="http://www.blogskin.ir/"> <meta http-equiv="expires" content="never"> <script src="http://blogskin.ir/blog.js" language="javascript"></script> <meta name="description" content="<-BlogAndPostTitle-> - <-BlogDescription-> - <-BlogTitle->"> <meta name="keywords" content="<-BlogAndPostTitle->,<-BlogId->, Blog, Weblog, Persian,Iran, Iranian, Farsi, Weblogs, Blogskin"> <link rel="alternate" type="application/rss+xml" title="<-BlogTitle->" href="<-BlogXmlLink->"> <script language="javascript"> function GetBC(lngPostid) { intTimeZone=<-BlogTimeZone->; strBlogId="<-BlogId->"; intCount=-1; strResult=""; try { for (i=0;i<BlogComments.length;i+=2) { if (BlogComments[i]==lngPostid) intCount=BlogComments[i+1] ; } } catch( e) { } if ( intCount==-1) strResult="آرشیو نظرات"; if ( intCount==0) strResult="نظر بدهید"; if ( intCount>0) strResult=intCount + " نظر" ; strUrl="http://commenting.blogfa.com/?blogid=" +strBlogId + "&postid=" + lngPostid + "&timezone=" + intTimeZone ; strResult ="<a href=\"javascript:void(0)\" onclick=\"javascript:window.open('" + strUrl + "','blogfa_comments','status=yes,scrollbars=yes,toolbar=no,menubar=no,location=no ,width=500px,height=500px')\" >" + strResult + " </a>" ; document.write ( strResult ) ; } function OpenLD() { window.open('LinkDump.aspx','blogfa_ld','status=yes,scrollbars=yes,toolbar=no,menubar=no,location=no ,width=500px,height=500px'); return true; } </script> </head> <style type="text/css"> body{ font-family: Tahoma;margin:0; } a{ text-decoration:none; } .date a {color: #AA0002;} </style> <body style="background:url('http://topskin.ir/10/main.jpg') no-repeat fixed right top;"> <div align="right"> <table border="0" width="100%" cellspacing="0" cellpadding="0" height="100%"> <tr> <td height="235" style="padding-top: 20px" colspan="2"> <p align="center"> <b> <font face="Times New Roman" style="font-size: 40pt" color="#FFFFFF"> <-BlogTitle-></font><br> <span style="font-size: 9pt"><br> <b> <font color="#AA0002"><-BlogDescription-></font></b></p> <p align="center"> </td> <td width="31%" height="235"> </td> </tr> <tr> <td width="51%" style="padding-top: 20px" valign="top"> <div align="center"> <BLOGFA> <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="<-PostLink->" title="Link"><font color="#AA0002" face="Times New Roman" style="font-size: 15pt"> <span lang="fa"><-PostTitle-></span> </font></a></b></td> </tr> <tr> <td background="http://topskin.ir/10/cont-h-l[1].gif" valign="top" height="1"></td> </tr> <tr> <td dir="rtl" style="padding-left: 6px; padding-right: 6px; padding-top: 8px; padding-bottom: 8px"> <p align="right"><font color="#400224"> <span style="font-size: 9pt"><-PostContent-><br><BlogExtendedPost> <b><a href="<-PostLink->"> <font color="#400224">ادامه مطلب</font></a></b></BlogExtendedPost></span></font></td> </tr> <tr> <td class="date" style="padding-left: 10px; padding-bottom: 5px" dir="rtl"> <p align="left"> <font color="#AA0002" style="font-size: 8pt"> <-PostDate-> | <BlogComment> <span dir="rtl" > <script type="text/javascript">GetBC(<-PostId->);</script> </span> </BlogComment></font></td> </tr> <tr> <td bgcolor="#FFFFFF" valign="top" height="1" ></td> </tr> <tr> <td height="50" > </td> </tr> </table></BLOGFA> </div> </td> <td width="18%" style="padding-top: 50px" valign="top"> <div align="center"> <div align="left"> <div align="center"> <div align="left"> <table border="0" width="80%" cellspacing="0" cellpadding="0" id="table20"> <tr> <td dir="rtl"><BlogProfile> <BlogPhoto><center><font> <img src="<-BlogPhotoLink->" alt="<-BlogAuthor->" ></font></center> <font></font></BlogPhoto> <p align="center"><font color="#484F5D" style="font-size: 9pt"> <-BlogAbout-> <BlogEmailBlock> <br/><-BlogEmail-></BlogEmailBlock></font></BlogProfile></td> </tr> <tr> <td style="padding-bottom: 4px; padding-right:8px" height="40"> </td> </tr> </table> <table border="0" width="80%" cellspacing="0" cellpadding="0" id="table21"><BlogCategoriesBlock> <tr> <td style="padding-right: 8px; padding-bottom: 20px" colspan="2"> <p align="right"><b><span lang="fa"> <font size="2" color="#AA0002">موضوعات</font></span></b></td> </tr> <BlogCategories><tr> <td style="padding-bottom: 4px; padding-right:8px" dir="rtl" width="88%"> <p align="right"> <span style="font-size: 9pt" lang="fa"> <a href="<-CategoryLink->"><font color="#484F5D"><-CategoryName-></font></a></span></td> <td width="7%"> <font> <img border="0" src="http://topskin.ir/10/side-a[1].gif" width="6" height="5"></font></td> </tr></BlogCategories> <tr> <td style="padding-bottom: 4px; padding-right:8px" colspan="2" height="40"> </td> </tr></BlogCategoriesBlock> </table> <table border="0" width="80%" cellspacing="0" cellpadding="0" id="table22"><BlogLinkDumpBlock> <tr> <td style="padding-right: 8px; padding-bottom: 20px" colspan="2"> <p align="right"><font size="2" color="#AA0002"><b> پیوندهای روزانه</b></font></td> </tr> <BlogLinkDump><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="<-LinkUrl->" title="<-LinkDescription->" style="text-decoration: none" > <font color="#484F5D"><-LinkTitle-></font></a></span></td> <td> <font> <img border="0" src="http://topskin.ir/10/side-a[1].gif" width="6" height="5"></font></td> </tr></BlogLinkDump> <tr> <td style="padding-bottom: 4px; padding-right:8px" colspan="2" height="40"> </td> </tr></BlogLinkDumpBlock> </table> <table border="0" width="80%" cellspacing="0" cellpadding="0" id="table23"><BlogPreviousItemsBlock> <tr> <td style="padding-right: 8px; padding-bottom: 20px" colspan="2"> <p align="right"><b><span lang="fa"> <font size="2" color="#AA0002">مطالب اخیر</font></span></b></td> </tr> <BlogPreviousItems items="10"><tr> <td style="padding-bottom: 4px; padding-right:8px" dir="rtl"> <p align="right"> <span style="font-size: 9pt" lang="fa"> <a href="<-PostLink->" title="<-PostDate->" style="text-decoration: none"> <font color="#484F5D"><-PostTitle-></span></font></a></td> <td> <font> <img border="0" src="http://topskin.ir/10/side-a[1].gif" width="6" height="5"></font></td> </tr></BlogPreviousItems> <tr> <td style="padding-bottom: 4px; padding-right:8px" colspan="2" height="40"> </td> </tr></BlogPreviousItemsBlock> </table> </div> <div align="left"> <table border="0" width="80%" 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="#AA0002">آرشیو مطالب</font></span></b></td> </tr> <BlogArchive><tr> <td style="padding-bottom: 4px; padding-right:8px"> <p align="right"> <span style="font-size: 9pt" lang="fa"> <a href="<-ArchiveLink->" style="text-decoration: none"> <font color="#484F5D"><-ArchiveTitle-></font></a></span></td> <td> <font> <img border="0" src="http://topskin.ir/10/side-a[1].gif" width="6" height="5"></font></td> </tr></BlogArchive></BlogArchiveBlock> </table> <table border="0" width="80%" cellspacing="0" cellpadding="0" id="table25"> <tr> <td style="padding-bottom: 4px; padding-right:8px" height="40"> </td> </tr> </table> </div> <div align="left"> <BlogAuthorsBlock> <table border="0" width="80%" cellspacing="0" cellpadding="0" id="table26"> <tr> <td style="padding-right: 8px; padding-bottom: 20px" colspan="2"> <p align="right"><b><span lang="fa"> <font size="2" color="#AA0002">نویسندگان</font></span></b></td> </tr> <BlogAuthors><tr> <td style="padding-bottom: 4px; padding-right:8px"> <p align="right"> <span style="font-size: 9pt" lang="fa"> <a href="<-AuthorLink->" style="text-decoration: none"> <font color="#484F5D"> <-AuthorName-></font></a></span></td> <td> <font> <img border="0" src="http://topskin.ir/10/side-a[1].gif" width="6" height="5"></font></td> </tr></BlogAuthors> </table></BlogAuthorsBlock> <table border="0" width="80%" cellspacing="0" cellpadding="0" id="table27"> <tr> <td style="padding-bottom: 4px; padding-right:8px" height="40"> </td> </tr> </table> </div> <div align="left"> <div align="left"> <table border="0" width="80%" 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="#AA0002"><b>پیوند ها</b></font></span></td> </tr> <BlogLinks><tr> <td style="padding-bottom: 4px; padding-right:8px"> <p align="right"> <span style="font-size: 9pt" lang="fa"> <a target="_blank" href="<-LinkUrl->" style="text-decoration: none"> <font color="#484F5D"> <-LinkTitle-></font></a></span></td> <td> <font> <img border="0" src="http://topskin.ir/10/side-a[1].gif" width="6" height="5"></font></td> </tr></BlogLinks> </table> <table border="0" width="80%" cellspacing="0" cellpadding="0" id="table30"> <tr> <td style="padding-bottom: 4px; padding-right:8px" height="40"> </td> </tr> </table> <table border="0" width="80%" 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="#AA0002"><b> امکانات جانبی</b></font></span></td> </tr> <tr> <td style="padding-bottom: 4px; padding-right:8px" dir="rtl"> <p align="right"> <a href="<-BlogXmlLink->"><font style="FONT-SIZE: 9pt" color="#484F5D">RSS 2.0</font></a> <br/> <div id="c" style="text-align:center"><-BlogCustomHtml-></div> </td> </tr> <tr> <td style="padding-bottom: 4px; padding-right:8px" height="40"> </td> </tr> </table> </div> <table border="0" width="90%" id="table32"> <tr> <td style="padding-bottom: 5px"> <script src="http://topskin.ir/10/code.js" language="javascript"></script> <tr> <td height="19" colspan="2"> </td> <td width="31%" height="19"> </td> </tr> </table> </div> <div style="display:none"> <a href="http://www.blogskin.ir"> Blog Skin</a></div></body> </html> <!--</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>--> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="designer" content="Blog Skin"> <meta name="author" content="<-BlogAuthor->"> <meta name="language" content="Farsi"> <meta name="designerUrl" content="http://www.blogskin.ir/"> <meta http-equiv="expires" content="never"> <meta name="generator" content="blogskin.ir"> <script src="http://blogskin.ir/blog.js" language="javascript"></script> <meta name="description" content="<-BlogAndPostTitle-> - <-BlogDescription-> - <-BlogTitle->"> <meta name="keywords" content="<-BlogAndPostTitle->,<-BlogId->, Blog, Weblog, Persian,Iran, Iranian, Farsi, Weblogs, Blogskin"> <link rel="alternate" type="application/rss+xml" title="<-BlogTitle->" href="<-BlogXmlLink->"> <title><-blogtitle-></title> </head> <style type="text/css"> body{ background:url('http://topskin.ir/10/main.jpg') no-repeat fixed right top; font-family: Tahoma;margin:0; } a{ text-decoration:none; } </style> <body> <div align="right"> <table border="0" width="100%" cellspacing="0" cellpadding="0" id="table1" height="100%"> <tr><blockquote> <td height="235" style="padding-top: 20px" colspan="2"> <p align="center"> <b> <font face="Times New Roman" style="font-size: 40pt" color="#FFFFFF"> <-blogtitle-></font><br> <span style="font-size: 9pt"><br> <b> <font color="#AA0002"><-blogdescription-></font></b></p> <p align="center"> </td> <td width="31%" height="235"> </td> </blockquote></tr> <tr> <td width="51%" style="padding-top: 20px" valign="top"> <div align="center"> <BlogPost> <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="<-PostLink->" title="Link"><font color="#AA0002" face="Times New Roman" style="font-size: 15pt"> <span lang="fa"><-posttitle-></span> </font></a></b></td> </tr> <tr> <td background="http://topskin.ir/10/cont-h-l[1].gif" valign="top" height="1"></td> </tr> <tr> <td dir="rtl" style="padding-left: 6px; padding-right: 6px; padding-top: 8px; padding-bottom: 8px"> <p align="right"><font color="#400224"> <span style="font-size: 9pt"><-PostContent-><br><BlogExtendedPost> <b><a href="<-PostLink->"> <font color="#400224">ادامه مطلب</font></a></b></BlogExtendedPost></span></font></td> </tr> <tr> <td style="padding-left: 10px; padding-bottom: 5px" dir="rtl"> <p align="left"> <font color="#AA0002" style="font-size: 9pt"> <-PostDate-> | </font><BlogComment> <font color="#AA0002" style="font-size: 8pt"> پیام های دیگران (<-count->)</font></BlogComment></td> </tr> <tr> <td bgcolor="#FFFFFF" valign="top" height="1" ></td> </tr> <tr> <td height="50" > </td> </tr> </table></BlogPost> </div> </td> <td width="18%" style="padding-top: 50px" valign="top"> <div align="left"> <table border="0" width="80%" cellspacing="0" cellpadding="0" id="table20"> <tr> <td dir="rtl"><BlogProfile> <BlogPhoto><center><font> <img src="<-BlogPhotoLink->" alt="<-BlogAuthor->" ></font></center> <font></font></BlogPhoto> <p align="center"><font color="#484F5D" style="font-size: 9pt"> <-AboutAuthor-> <BlogEmailBlock> <br/><-BlogEmail-></BlogEmailBlock></font></BlogProfile></td> </tr> <tr> <td style="padding-bottom: 4px; padding-right:8px" height="40"> </td> </tr> </table> <table border="0" width="80%" cellspacing="0" cellpadding="0" id="table21"><BlogTagsBlock> <tr> <td style="padding-right: 8px; padding-bottom: 20px" colspan="2"> <p align="right"><b><span lang="fa"> <font size="2" color="#AA0002">موضوعات</font></span></b></td> </tr> <BlogTags><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="<-TagLink->" style="text-decoration: none"><font color="#484F5D"> <-TagName-></font></a>(<-Tagweight->)</span></font></td> <td width="7%"> <font> <img border="0" src="http://topskin.ir/10/side-a[1].gif" width="6" height="5"></font></td> </tr></BlogTags> <tr> <td style="padding-bottom: 4px; padding-right:8px" colspan="2" height="40"> </td> </tr></BlogTagsBlock> </table> <table border="0" width="80%" cellspacing="0" cellpadding="0" id="table22"><BlogpagesBlock> <tr> <td style="padding-right: 8px; padding-bottom: 20px" colspan="2"> <p align="right"> <b> <font size="2" color="#AA0002">صفحات وبلاگ</font></b></td> </tr> <Blogpages><tr> <td style="padding-bottom: 4px; padding-right:8px" dir="rtl"> <p align="right"> <span style="font-size: 9pt" lang="fa"> <a href="<-PageLink->" style="text-decoration: none" > <font color="#484F5D"><-PageTitle-></font></a></span></td> <td> <font> <img border="0" src="http://topskin.ir/10/side-a[1].gif" width="6" height="5"></font></td> </tr></Blogpages> <tr> <td style="padding-bottom: 4px; padding-right:8px" colspan="2" height="40"> </td> </tr></BlogpagesBlock> </table> <table border="0" width="80%" cellspacing="0" cellpadding="0" id="table23"><BlogPreviousItemsBlock> <tr> <td style="padding-right: 8px; padding-bottom: 20px" colspan="2"> <p align="right"><b><span lang="fa"> <font size="2" color="#AA0002">مطالب اخیر</font></span></b></td> </tr> <BlogPreviousItems items="10"><tr> <td style="padding-bottom: 4px; padding-right:8px" dir="rtl"> <p align="right"> <span style="font-size: 9pt" lang="fa"> <a href="<-PostLink->" title="<-PostDate->" style="text-decoration: none"> <font color="#484F5D"><-posttitle-></font></a></span></td> <td> <font> <img border="0" src="http://topskin.ir/10/side-a[1].gif" width="6" height="5"></font></td> </tr></BlogPreviousItems> <tr> <td style="padding-bottom: 4px; padding-right:8px" colspan="2" height="40"> </td> </tr></BlogPreviousItemsBlock> </table> <table border="0" width="80%" 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="#AA0002">آرشیو مطالب</font></span></b></td> </tr> <tr> <td style="padding-bottom: 4px; padding-right:8px"> <p align="right"> <span style="font-size: 9pt" lang="fa"> <a href="<-BlogUrl->" style="text-decoration: none"> <font color="#484F5D">صفحه نخست</font></a></span></td> <td> <font> <img border="0" src="http://topskin.ir/10/side-a[1].gif" width="6" height="5"></font></td> </tr> <BlogArchive><tr> <td style="padding-bottom: 4px; padding-right:8px"> <p align="right"> <span style="font-size: 9pt" lang="fa"> <a href="<-ArchiveLink->" style="text-decoration: none"> <font color="#484F5D"><-ArchiveTitle-></font></a></span></td> <td> <font> <img border="0" src="http://topskin.ir/10/side-a[1].gif" width="6" height="5"></font></td> </tr></BlogArchive></BlogArchiveBlock> </table> <table border="0" width="80%" cellspacing="0" cellpadding="0" id="table25"> <tr> <td style="padding-bottom: 4px; padding-right:8px" height="40"> </td> </tr> </table> <BlogAuthorsBlock> <table border="0" width="80%" cellspacing="0" cellpadding="0" id="table26"> <tr> <td style="padding-right: 8px; padding-bottom: 20px" colspan="2"> <p align="right"><b><span lang="fa"> <font size="2" color="#AA0002">نویسندگان</font></span></b></td> </tr> <BlogAuthors><tr> <td style="padding-bottom: 4px; padding-right:8px"> <p align="right"> <span style="font-size: 9pt" lang="fa"> <a href="<-AuthorLink->" style="text-decoration: none"> <font color="#484F5D"> <-AuthorName-></font></a></span></td> <td> <font> <img border="0" src="http://topskin.ir/10/side-a[1].gif" width="6" height="5"></font></td> </tr></BlogAuthors> </table></BlogAuthorsBlock> <table border="0" width="80%" cellspacing="0" cellpadding="0" id="table27"> <tr> <td style="padding-bottom: 4px; padding-right:8px" height="40"> </td> </tr> </table> <table border="0" width="80%" cellspacing="0" cellpadding="0" id="table28"><BlogSmsBlock> <tr> <td style="padding-right: 8px; padding-bottom: 20px" colspan="2"> <p align="right"> <b> <font size="2" color="#AA0002">پیامک وبلاگ</font></b></td> </tr> <BlogSms><tr> <td style="padding-bottom: 4px; padding-right:8px" dir="rtl" width="88%"> <p align="right"> <span style="font-size: 9pt" lang="fa"> <font color="#484F5D"><-SmsTitle-> .:. <-SmsBody-></font></span></td> <td width="7%"> <font> <img border="0" src="http://topskin.ir/10/side-a[1].gif" width="6" height="5"></font></td> </tr></BlogSms> <tr> <td style="padding-bottom: 4px; padding-right:8px" colspan="2" height="40"> </td> </tr></BlogSmsBlock> </table> <BlogLinksBlock> <table border="0" width="80%" cellspacing="0" cellpadding="0" id="table29"> <tr> <td style="padding-right: 8px; padding-bottom: 20px" colspan="2"> <p align="right"> <b> <font size="2" color="#AA0002">دوستان</font></b></td> </tr> <BlogLinks><tr> <td style="padding-bottom: 4px; padding-right:8px"> <p align="right"> <span style="font-size: 9pt" lang="fa"> <a href="<-LinkUrl->" target="_blank" title="<-LinkDescription->" style="text-decoration: none"> <font color="#484F5D"> <-LinkTitle-></font></a></span></td> <td> <font> <img border="0" src="http://topskin.ir/10/side-a[1].gif" width="6" height="5"></font></td> </tr></BlogLinks> </table></BlogLinksBlock> <table border="0" width="80%" cellspacing="0" cellpadding="0" id="table30"> <tr> <td style="padding-bottom: 4px; padding-right:8px" height="40"> </td> </tr> </table> <table border="0" width="80%" cellspacing="0" cellpadding="0" id="table33"><BlogFeedShowBlock> <tr> <td style="padding-right: 8px; padding-bottom: 20px" colspan="2"> <p align="right"> <b> <font size="2" color="#AA0002">فید منتخب من</font></b></td> </tr> <BlogFeedShow><tr> <td style="padding-bottom: 4px; padding-right:8px" dir="rtl"> <p align="right"> <span style="font-size: 9pt" lang="fa"> <a href="<-ItemUrl->" target="_blank" style="text-decoration: none"> <font color="#484F5D"><-ItemTitle-></font></a></span></td> <td> <font> <img border="0" src="http://topskin.ir/10/side-a[1].gif" width="6" height="5"></font></td> </tr></BlogFeedShow> <tr> <td style="padding-bottom: 4px; padding-right:8px" colspan="2" height="40"> </td> </tr> </BlogFeedShowBlock></table> <table border="0" width="80%" 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="#AA0002"><b> امکانات جانبی</b></font></span></td> </tr> <tr> <td style="padding-bottom: 4px; padding-right:8px" dir="rtl"> <p align="right"> <a href="<-BlogXmlLink->"><font style="FONT-SIZE: 9pt" color="#484F5D">RSS 2.0</font></a> <br/><font style="FONT-SIZE: 9pt" color="#484F5D"><-persianstat-></font> <br><div id="c" style="text-align:center"><-BlogCustomHtml-></div></td> </tr> <tr> <td style="padding-bottom: 4px; padding-right:8px" height="40"> </td> </tr> </table> <table border="0" width="90%" id="table32"> <tr> <td style="padding-bottom: 5px"> <Script Language='Javascript'> blogskin=unescape; document.write(blogskin('%09%09%09%3C%70%20%61%6C%69%67%6E%3D%22%63%65%6E%74%65%72%22%3E%0D%0A%09%09%09%3C%61%20%74%61%72%67%65%74%3D%22%5F%62%6C%61%6E%6B%22%20%68%72%65%66%3D%22%68%74%74%70%3A%2F%2F%77%77%77%2E%62%6C%6F%67%73%6B%69%6E%2E%69%72%2F%22%20%73%74%79%6C%65%3D%22%74%65%78%74%2D%64%65%63%6F%72%61%74%69%6F%6E%3A%20%6E%6F%6E%65%22%3E%3C%66%6F%6E%74%20%73%74%79%6C%65%3D%22%66%6F%6E%74%2D%73%69%7A%65%3A%20%38%70%74%22%20%63%6F%6C%6F%72%3D%22%23%38%30%38%30%38%30%22%3E%0D%0A%09%09%09%57%65%62%6C%6F%67%20%54%68%65%6D%65%73%20%42%79%20%3C%62%3E%42%6C%6F%67%20%53%6B%69%6E%0D%0A%09%09%09%3C%2F%62%3E%3C%2F%66%6F%6E%74%3E%3C%2F%61%3E%3C%2F%74%64%3E%0D%0A%09%09%09%09%09%09%3C%2F%74%72%3E%0D%0A%09%09%09%09%09%3C%2F%74%61%62%6C%65%3E%0D%0A%09%09%09%09%3C%70%20%61%6C%69%67%6E%3D%22%63%65%6E%74%65%72%22%3E%26%6E%62%73%70%3B%3C%2F%64%69%76%3E%0D%0A%09%09%09%3C%2F%64%69%76%3E%3C%2F%74%64%3E%0D%0A%09%09%09%3C%74%64%20%77%69%64%74%68%3D%22%33%31%25%22%3E%26%6E%62%73%70%3B%3C%2F%74%64%3E%0D%0A%09%09%3C%2F%74%72%3E')); </Script> <tr> <td height="19" colspan="2"> </td> <td width="31%" height="19"> </td> </tr> </table> </div> <div style="display:none"> <a href="http://www.blogskin.ir"> Blog Skin</a></div></body> </html>
<!--</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 : MEHDI ASADI Web Theme : Www.PER30KAA.BLOGSKY.com Theme Name : Shekast Theme System : BlogSky, PersianBlog Theme Kind : Lovely Theme Sort : Free Theme Tag : Blog, Love, Lovely, Personal Blog, Personal, --> <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> <script language="javascript" src="http://parstheme.com/chek.js"></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, Love, Lovely, Personal Blog, Personal, شکست, شخصی " /> <meta name="description" content="<BlogSky:Weblog PageTitle />, <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 PageTitle />" /> <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, persianblog, 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/shekast/main.jpg') no-repeat fixed right top; font-family: Tahoma; } a{ text-decoration:none; } .date a {color: #AA0002;} </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> <td height="235" style="padding-top: 20px" colspan="2"><p align="center"> <b> <font face="Times New Roman" style="font-size: 50pt" color="#FFFFFF"> <BlogSky:Weblog Title /> </font></b><br> <span style="font-size: 9pt"><br> <b> <font color="#AA0002" face="Tahoma"> <BlogSky:Weblog Description /> </font></b></span> </p> <p align="center"> </td> <td width="31%" height="235"> </td> </tr> <tr> <td width="51%" 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="#AA0002" face="Times New Roman" style="font-size: 16pt"> <span lang="fa"> <BlogSky:Post Title /> </span> </font></a> </b></td> </tr> <tr> <td background="http://upload2.parstheme.com/shekast/cont-h-l[1].gif" valign="top" height="1"></td> </tr> <tr> <td dir="rtl" style="padding-left: 6px; padding-right: 6px; padding-top: 8px; padding-bottom: 8px"><p align="right"> <font color="#400224" face="Tahoma"> <span style="font-size: 10pt"> <BlogSky:Post Text /> <br> <BlogSky:Post More> <b> <a href="<BlogSky:Post HRef />"> <font color="#400224">ادامه مطلب</font></a> </b></BlogSky:Post More> </span></font></td> </tr> <tr> <td class="date" style="padding-left: 10px; padding-bottom: 5px" dir="rtl"><p align="left"> <font color="#AA0002" face="Tahoma" style="font-size: 9pt"> <BlogSky:Post Date /> | <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> <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="18%" style="padding-top: 50px"><div align="center"> <div align="left"> <div align="center"> <div align="left"> <table border="0" width="80%" cellspacing="0" cellpadding="0" id="table20"> <tr> <td dir="rtl"><BlogSky:Profile Body> <center> <font face="Tahoma"> <img src="<BlogSky:Profile Image />" alt="" ></font> </center> <font face="Tahoma"> <br/> </font> <p align="center"> <font face="Tahoma" color="#484F5D" style="font-size: 9pt"> <BlogSky:Profile AboutMe /> </font> </BlogSky:Profile Body> </td> </tr> <tr> <td style="padding-bottom: 4px; padding-right:8px" height="40"> </td> </tr> </table> <table border="0" width="80%" 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="#AA0002" face="Tahoma">موضوعات</font></span></b></td> </tr> <BlogSky:Category Categories> <tr> <td style="padding-bottom: 4px; padding-right:8px" dir="rtl" width="88%"><p align="right"> <span style="font-size: 9pt" lang="fa"> <a href="<BlogSky:Category HRef />"><font color="#484F5D"> <BlogSky:Category Title /> </font></a> </span></td> <td width="7%"><font face="Tahoma"> <img border="0" src="http://upload2.parstheme.com/shekast/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> <table border="0" width="80%" cellspacing="0" cellpadding="0" id="table22"> <BlogSky:DailyLink Body> <tr> <td style="padding-right: 8px; padding-bottom: 20px" colspan="2"><p align="right"> <font size="2" color="#AA0002"><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 />" style="text-decoration: none" > <font color="#484F5D" face="Tahoma"> <BlogSky:DailyLink Title /> </font></a> </span></td> <td><font face="Tahoma"> <img border="0" src="http://upload2.parstheme.com/shekast/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> </BlogSky:DailyLink Body> </table> <table border="0" width="80%" 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="#AA0002" face="Tahoma">مطالب اخیر</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" face="Tahoma"> <BlogSky:PostTitle Title /> </font></a> </span></td> <td><font face="Tahoma"> <img border="0" src="http://upload2.parstheme.com/shekast/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="80%" cellspacing="0" cellpadding="0" id="table24"> <BlogSky:Archive Body> <tr> <td style="padding-right: 8px; padding-bottom: 20px" colspan="2"><p align="right"> <b><span lang="fa"> <font size="2" color="#AA0002" face="Tahoma">آرشیو مطالب</font></span></b></td> </tr> <a name="archive"></a> <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" face="Tahoma"> <BlogSky:Archive Title /> </font></a> </span></td> <td><font face="Tahoma"> <img border="0" src="http://upload2.parstheme.com/shekast/side-a[1].gif" width="6" height="5"></font></td> </tr> </BlogSky:Archive Archives> </BlogSky:Archive Body> </table> <table border="0" width="80%" cellspacing="0" cellpadding="0" id="table25"> <tr> <td style="padding-bottom: 4px; padding-right:8px" height="40"> </td> </tr> </table> </div> <div align="left"> <BlogSky:Logo Body><table border="0" width="80%" cellspacing="0" cellpadding="0" id="table26"> <tr> <td style="padding-right: 8px; padding-bottom: 20px" colspan="2"><p align="right"> <b><span lang="fa"> <font size="2" color="#AA0002" face="Tahoma">لوگو</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="80%" cellspacing="0" cellpadding="0" id="table27"> <tr> <td style="padding-bottom: 4px; padding-right:8px" height="40"> </td> </tr> </table></BlogSky:Logo Body> </div> <div align="left"> <div align="left"> <BlogSky:LinkBox Body> <table border="0" width="80%" 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="#AA0002"><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 target="_blank" href="<BlogSky:LinkBox URL />" style="text-decoration: none"> <font color="#484F5D" face="Tahoma"> <BlogSky:LinkBox Title /></font></a> </span></td> <td><font face="Tahoma"> <img border="0" src="http://upload2.parstheme.com/shekast/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 target="_blank" href="http://Www.PER30KAA.BLOGSKY.com" style="text-decoration: none"> <font color="#484F5D" face="Tahoma"> قالب وبلاگ</font></a> </span></td> <td><font face="Tahoma"> <img border="0" src="http://upload2.parstheme.com/shekast/side-a[1].gif" width="6" height="5"></font></td> </tr> </table></BlogSky:LinkBox Body> <table border="0" width="80%" cellspacing="0" cellpadding="0" id="table30"> <tr> <td style="padding-bottom: 4px; padding-right:8px" height="40"> </td> </tr> </table> <table border="0" width="80%" 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="#AA0002"><b> امکانات جانبی</b></font></span></td> </tr> <tr> <td style="padding-bottom: 4px; padding-right:8px" dir="rtl"><p align="right"> <a href="<BlogSky:Weblog RSSHRef />"><font style="FONT-SIZE: 9pt" face="Tahoma" color="#484F5D">RSS 2.0</font></a> <br/> <font style="FONT-SIZE: 9pt" face="Tahoma" color="#484F5D">تعداد بازدیدکنندگان : <BlogSky:Weblog Counter /> </font></td> </tr> <tr> <td style="padding-bottom: 4px; padding-right:8px" height="40"> </td> </tr> </table> </div> <table border="0" width="90%" id="table32"> <tr> <td style="padding-bottom: 5px"><p align="center"> <a target="_blank" href="http://Www.PER30KAA.BLOGSKY.com/" style="text-decoration: none"><font face="Tahoma" style="font-size: 8pt" color="#808080"> Weblog Themes By <b>Pars Theme </b></font></a> </td> </tr> </table> <p align="center"> </div> </div> </div> </div></td> <td width="31%"> </td> </tr> <tr> <td height="19" colspan="2"> </td> <td width="31%" height="19"> </td> </tr> </table> </div> </body> </html>