<!--</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 : ASHEGHANE theme system : BlogSky, PersianWeblog theme kind : lovely 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://PER30KAA.BLOGSKY.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"> a{ text-decoration:none;} body{ padding:0; margin:0; background:#fef7f8; width:100%; vertical-align:top; font-family: tahoma; color:#292727; line-height:14px; font-size:11px; } .col { float:left;} div, textarea { margin:0; padding:0;} .postmetadataalt { font-size:0.81em;} .pagetitle { padding:0px 0px 10px 5px; margin:0px; font-size:1.41em; font-weight:bold; line-height:20px; color:#292727; } p {padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;} #archives {vertical-align:top;} #meta {vertical-align:top;} #recent-comments {vertical-align:top;} #recent-posts {vertical-align:top;} #categories {vertical-align:top;} .spacer {font-size:0px; line-height:0px;} .clear {clear:both;} .navigation {padding:10px 0px 10px 0px; display:table; width:100%;} .alignleft {width:40%; float:left; color:#000000; padding-left:18px;} .alignright {width:40%; float:right; text-align:right; color:#000000; padding-right:18px;} .alignleft a {color:#000000; font-size:1.01em; font-weight:bold;} .alignright a {color:#000000; font-size:1.01em; font-weight:bold;} .side {color:#FFFFFF;} .side a {color:#FFFFFF;} .statusbar p {padding:7px 10px 15px 10px; font-weight:normal;} h1, h2, h3 {margin:0px; padding:0px; font:tahoma;} h1 {font-size:5.01em; font-family:arial; text-transform:none; line-height:1.01em; font-weight:normal; letter-spacing:0px;} h1 a{color:#c90d1c; text-decoration:none;} h2 { font-size:1.61em; line-height:1.11em; color:#3c3c3c; text-transform:none; font-weight:bold; padding-left:7px;} h3 { font-size:10pt; line-height:1.11em; color:#c90d1c;} h3 a{color:#c90d1c; text-decoration:none; padding-right:3px; font-weight:bold;} h3 a:hover{text-decoration:underline;} .main { width:1003px;} .header {color:#c90d1c; text-align:center; padding-top:90px;} .slogan { color:#000000; padding-bottom:30px;} .k-tr { background:url(http://upload2.parstheme.com/asheghane/k-tr.jpg) top right no-repeat;} .k-tl { background:url(http://upload2.parstheme.com/asheghane/k-tl.jpg) top left no-repeat;} .k-br { background:url(http://upload2.parstheme.com/asheghane/k-br.jpg) bottom right no-repeat; width:100%;} .k-bl { background:url(http://upload2.parstheme.com/asheghane/k-bl.jpg) bottom left no-repeat; width:100%;} .tall-l { background:url(http://upload2.parstheme.com/asheghane/tall-l.jpg) left repeat-y #ffe0e3;} .tall-t { background:url(http://upload2.parstheme.com/asheghane/tall-t.jpg) top repeat-x; width:100%;} .tall-r { background:url(http://upload2.parstheme.com/asheghane/tall-r.jpg) right repeat-y; width:100%;} .tall-b { background:url(http://upload2.parstheme.com/asheghane/tall-b.jpg) bottom repeat-x; width:100%;} .k-tr2 { background:url(http://upload2.parstheme.com/asheghane/k-tr2.gif) top right no-repeat;} .k-tl2 { background:url(http://upload2.parstheme.com/asheghane/k-tl2.gif) top left no-repeat;} .k-br2 { background:url(http://upload2.parstheme.com/asheghane/k-br2.gif) bottom right no-repeat;} .k-bl2 { background:url(http://upload2.parstheme.com/asheghane/k-bl2.gif) bottom left no-repeat;} .tall-l2 { background:url(http://upload2.parstheme.com/asheghane/tall-l2.gif) left repeat-y #faeced;} .tall-t2 { background:url(http://upload2.parstheme.com/asheghane/tall-t2.gif) top repeat-x;} .tall-r2 { background:url(http://upload2.parstheme.com/asheghane/tall-r2.gif) right repeat-y;} .tall-b2 { background:url(http://upload2.parstheme.com/asheghane/tall-b2.gif) bottom repeat-x;} .k-br2 .marg { padding:16px; } .k-tr4 { background:url(http://upload2.parstheme.com/asheghane/k-tr4.gif) top right no-repeat;} .k-tl4 { background:url(http://upload2.parstheme.com/asheghane/k-tl4.gif) top left no-repeat #FFFFFF;} .k-br4 { background:url(http://upload2.parstheme.com/asheghane/k-br4.gif) bottom right no-repeat; width:100%;} .k-bl4 { background:url(http://upload2.parstheme.com/asheghane/k-bl4.gif) bottom left no-repeat; width:100%;} .k-br4 .marg { padding:22px 20px 20px 22px;} .left { width:200px; float:left;} .left #left-sbar { padding:51px 26px 80px 50px;} .center { width:620px; float:left;} .right { width:183px;} .right #right-sbar {padding:51px 15px 0px 20px;} #left-sbar .widget h2 {font-size:1.01em; padding:1px 21px 4px 0px; margin-top:7px; background:url(http://upload2.parstheme.com/asheghane/a1.gif) no-repeat right ; color:#000000; text-transform:uppercase; text-align:right;} #left-sbar .widget ul {margin:0px 0px 0px 19px; padding:0px; list-style:none; line-height:1.91em;} #left-sbar .widget ul li {padding-right:14px; background:url(http://upload2.parstheme.com/asheghane/a2.gif) no-repeat right; text-align:right;} #left-sbar .widget ul li a {color:#c22834; text-decoration:none;} #left-sbar .widget ul li a:hover{text-decoration:underline; color:#c22834;} #right-sbar .widget { margin-bottom:23px;} #right-sbar .widget h2 {font-size:1.01em; padding:1px 21px 12px 0px; margin-top:7px; background:url(http://upload2.parstheme.com/asheghane/a1.gif) no-repeat right; color:#000000; text-transform:uppercase; text-align:right;} #right-sbar .widget ul {margin:5px 0px 0px 28px; padding:0px; list-style:none; line-height:1.33em; direction:rtl;} #right-sbar .widget ul li {padding-right:14px; background:url(http://upload2.parstheme.com/asheghane/a2.gif) no-repeat right; text-align:right; direction:rtl;} #right-sbar .widget ul li a {color:#c22834; text-decoration:none; direction:rtl;} #right-sbar .widget ul li a:hover{text-decoration:underline; color:#c22834;} .content .topic { background:url(http://upload2.parstheme.com/asheghane/bg-topic.gif) bottom left repeat-x; padding:1px 10px 23px 5px;} .content .author { color:#000000; padding:0px; direction:rtl;} .content .author a{ color:#000000; text-decoration:none;} .content .author a:hover{ text-decoration:underline;} .content .date { color:#000000; font-weight:bold; padding-bottom:4px;} .content .text {padding:15px 20px 5px 7px;} .content .comment { color:#c90d1c; padding-top:12px; padding-left:3px; padding-bottom:30px;} .content .comment a { color:#c90d1c; font-weight:bold;} .footer { padding:30px 45px 80px 50px; color:#626262; text-align:center;} .footer a { color:#626262} </style> <body> <div class="main"> <div class="tall-l"> <div class="tall-r"> <div class="tall-t"> <div class="tall-b"> <div class="k-tl"> <div class="k-tr"> <div class="k-bl"> <div class="k-br"> <div class="header"> <h1> <b> <BlogSky:Weblog Title /> </b> </h1> <div class="slogan"> <br> <BlogSky:Weblog Description /> </div> </div> <div class="left" style="float:left;"> <div id="left-sbar"> <div class="statusbar" id="statusbar"> </div> <BlogSky:Profile Body> <div class="widget" id="profile"> <h2>درباره وبلاگ</h2> <br> <div style="text-align:center"> <img src="<BlogSky:Profile Image />"> </div> <div style="text-align:justify; direction:rtl;"> <BlogSky:Profile AboutMe /> </div> </div> </BlogSky:Profile Body> <BlogSky:Logo Body> <br> <br> <div class="widget" id="author"> <h2>لوگو</h2> <ul> <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 /> </ul> </div> </BlogSky:Logo Body> <br> <br> <div class="widget" id="link"> <h2>لینک دوستان</h2> <ul> <BlogSky:LinkBox LinkBoxes> <li> <a target="_blank" href="<BlogSky:LinkBox URL />"><BlogSky:LinkBox Title /></a> </li> </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 /> <li> <a target="_blank" href="http://www.PER30KAA.BLOGSKY.COM">قالب وبلاگ</a> </li> </ul> </div> <br> <br> <div class="widget" id="meta"> <h2>امکانات جانبی</h2> <div style="text-align:center;"> <ul> <li> <a href="<BlogSky:Weblog RSSHRef />"> RSS 2.0</a> <br> </li> </ul> تعداد بازدیدکنندگان : <BlogSky:Weblog Counter /> </div> </div> </div> </div> <div class="center" style="width:59%"> <div class="tall-l2"> <div class="tall-r2"> <div class="tall-t2"> <div class="tall-b2"> <div class="k-tl2"> <div class="k-tr2"> <div class="k-bl2"> <div class="k-br2"> <div class="marg"> <br> <div class="k-tl4"> <div class="k-tr4"> <div class="k-bl4"> <div class="k-br4"> <BlogSky:Post Body> <BlogSky:Post Posts> <div class="marg"> <div class="content"> <div class="topic"> <h3 align="right"> <a href="<BlogSky:Post HRef />"> <BlogSky:Post Title /> </a> </h3> </div> <div class="text" style="direction:rtl; text-align:right;"> <font style="font-size: 9pt"> <BlogSky:Post Text /> </font> </div> <div class="comment" style="text-align:right; direction:rtl;"> <div class="date" align="right"> <BlogSky:Post Date /> </div> <p> <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> <BlogSky:Post More>| <a href="<BlogSky:Post HRef />">ادامه مطلب</a> </BlogSky:Post More> </div> </div> <div class="navigation"> <div class="alignleft"> </div> <div class="alignright"> </div> </div> </div> </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> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="right" style="float:right;"> <div id="right-sbar"> <div class="statusbar" id="statusbar"> </div> <BlogSky:Category Body> <div class="widget" id="categories"> <h2>موضوعات</h2> <ul> <BlogSky:Category Categories> <li> <a href="<BlogSky:Category HRef />"> <BlogSky:Category Title /> </a> </li> </BlogSky:Category Categories> </ul> </div> </BlogSky:Category Body> <BlogSky:Archive Body><br> <div class="widget" id="archives"> <h2>آرشیو مطالب</h2> <ul> <a name="archive"></a> <BlogSky:Archive Archives> <li> <a href="<BlogSky:Archive HRef />"> <BlogSky:Archive Title /> </a> </li> </BlogSky:Archive Archives> </ul> </div> </BlogSky:Archive Body> <BlogSky:DailyLink Body> <br> <div class="widget" id="recent-posts"> <h2><span lang="fa">پیوندهای روزانه</span></h2> <ul> <BlogSky:DailyLink DailyLinks> <li> <a target="_blank" href="<BlogSky:DailyLink URL />" title="<BlogSky:DailyLink Description />"> <BlogSky:DailyLink Title /> </a> </li> </BlogSky:DailyLink DailyLinks> </ul> </div> </BlogSky:DailyLink Body> <BlogSky:PostTitle Body> <br> <div class="widget" id="recent-posts"> <h2>مطالب اخیر</h2> <ul> <BlogSky:PostTitle PostTitles> <li> <a href="<BlogSky:PostTitle HRef />"> <BlogSky:PostTitle Title /> </a> </li> </BlogSky:PostTitle PostTitles> </ul> </div> </BlogSky:PostTitle Body> </div> </div> <div class="clear"> </div> <div class="footer"> <div class="blog"> <a href="http://www.PER30KAA.BLOGSKY.com" target="_blank"> Designed by <b>ParsTheme</b></a> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </body> </html>