کد:< <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="alternate" type="application/rss+xml" title="<-BlogTitle->" href="<-BlogXmlLink->" /> <meta name="GENERATOR" content="BlogFa.com"> <title><-BlogTitle-></title> <style> Body{font-family: Tahoma; font-size: 8pt;BACKGROUND-COLOR: #000000} .Header{width:760px;height:200px;background-image: url(' http://i2.tinypic.com/4qxavl4.png '); background-repeat: no-repeat} .Pagebody{width:800px} .Footer{width:600px;height:40px;background-image: url('http://kiyansoft.persiangig.com/kiyansoft3/template/Girl_night/245.gif'); background-repeat: yes-repeat} .BlogTitle{Color:#23160E;font-family: Times New Roman; font-size: 25pt; font-weight: bold;padding-top: 60px;padding-bottom: 15px;padding-left: 80px} .BlogTitle A:link {Color:yellow;text-decoration: none;} .BlogTitle A:visited {Color:yellow;text-decoration: none;} .BlogTitle A:hover {Color:yellow;text-decoration: none;} .BlogSubTitle{color:lime ;font-family: Tahoma;font-size: 12pt;padding-bottom: 6px;padding-left: 80px} .PostTitle{font-size: 9pt;font-family: Tahoma; font-weight: bold ;color:#FFFFFF;padding-top: 6px; padding-bottom: 2px;} .PostTitle A:link {color:Lime;text-decoration: none;} .PostTitle A:visited {color:#23160E;text-decoration: none;} .PostTitle A:hover {color:#4D3627;text-decoration: none;} .PostBody {padding-right: 5px ;font-size: 9pt;font-family: Tahoma;color:White;padding-top: 1px; padding-bottom: 2px;;line-height:1.5em} .PostBody A:link{color:#FFFFFF;text-decoration: none;} .PostBody A:visited {color:Blue;text-decoration: none;} .PostBody A:hover{color:#FFFFFF;text-decoration: none;} .postdesc {font-size: 9pt;font-family: Tahoma;color:Silver;padding-bottom: 10px} .postdesc A{font-size: 8pt;font-family: Tahoma;} .Sidebar{line-height: 150%;width: 210px;float: left;text-align: right;direction: rtl;} A:link {color:#CCCCCC;text-decoration: none;} A:visited {color:#CCCCCC;text-decoration: none;} A:hover {color:LIME;text-decoration: none;} </style> <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==1) strResult="يک نظر"; if ( intCount>1) 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> <!-- START OF Cool Fireworks DHTML --> <!-- SUMMARY BRIEF This code will allow you to add cool little fireworks on your page. There is nothing to edit. Just place the code inside of the <HEAD> tag on your page. --> <!-- Put this code inside of your <HEAD> tag. --> <script language="JavaScript1.2"> var ns=document.layers?1:0 var ie4=document.all?1:0 var ns6=document.getElementById&&!document.all?1:0 amount=14; if (ns){ for (i=0; i < amount; i++) document.write("<LAYER NAME='nsstars"+i+"' LEFT=0 TOP=0 BGCOLOR='#FFFFF0' CLIP='0,0,1,1'></LAYER>"); } else if (ie4||ns6){ document.write("<div id='ieCov' style='position:absolute;top:0px;left:0px'>"); document.write("<div style='position:relative'>"); for (i=0; i < amount; i++) document.write("<div id='iestars"+i+"' style='position:absolute;top:0px;left:0px;width:1;height:1;background:#ffffff;font-size:1;z-index:10'></div>"); document.write("</div></div>"); } Clrs=new Array('ff0000','00ff00','ffffff','ff00ff','ffa500','ffff00','00ff00','ffffff','ff00ff') sClrs=new Array('ffa500','00ff00','FFAAFF','fff000','fffffF') Xpos=300; Ypos=150; initialStarColor='00ff00'; step=5; currStep=0; explosionSize=120; function Fireworks(){ var WinHeight=(ns||ns6)?window.innerHeight-100:window.document.body.clientHeight-100; var WinWidth=(ns||ns6)?window.innerWidth-100:window.document.body.clientWidth-100; var Yscroll=(ns||ns6)?window.pageYOffset:document.body.scrollTop; for (i=0; i < amount; i++){ if (ie4||ns6) var layer=ns6?document.getElementById("iestars"+i).style : eval("iestars"+i).style; else if (ns) var layer=document.layers["nsstars"+i] var randCol=Math.round(Math.random()*8); var randSz=Math.round(Math.random()*2); layer.top = Ypos + explosionSize*Math.sin((currStep+i*5)/3)*Math.sin(currStep/100) layer.left= Xpos + explosionSize*Math.cos((currStep+i*5)/3)*Math.sin(currStep/100) if (currStep < 110){ if (ns){layer.bgColor=initialStarColor;layer.clip.width=1;layer.clip.height=1} else{layer.background=initialStarColor;layer.width=1;layer.height=1;layer.fontSize=1} } else{ if (ns){layer.bgColor=Clrs[randCol];layer.clip.width=randSz;layer.clip.height=randSz} else{layer.background=Clrs[randCol];layer.width=randSz;layer.height=randSz;layer.fontSize=randSz} } } if (currStep > 220) { currStep=0; Ypos = 50+Math.round(Math.random()*WinHeight)+Yscroll; Xpos = 50+Math.round(Math.random()*WinWidth); for (i=0; i < sClrs.length; i++) { var newIcol=Math.round(Math.random()*i); } initialStarColor=sClrs[newIcol]; explosionSize=Math.round(80*Math.random()+100); } currStep+=step; setTimeout("Fireworks()",20); } Fireworks(); // --> </script> <!-- END OF Cool Fireworks DHTML --> </head> <SCRIPT language=javascript> var text1="زندگی * چون قفسی است * قفسی تنگ * پر از تنهایی * و چه خوب است * لحظه غفلت آن زندانبان * بعد هم پرواز" retagain=0 goagainto=0 ---=0 function dis(){ window.status=text1.substring(0,goagainto) if(retagain==1){ goagainto--; if(goagainto==0){retagain=0} } else {goagainto++;if(goagainto==text1.length){retagain=1}} ---++ if (---==1) {window.status=text1.substring(0,goagainto)+" /"} if (---==2) {window.status=text1.substring(0,goagainto)+" --"} if (---==3) {window.status=text1.substring(0,goagainto)+" \\"} if (---==4) {window.status=text1.substring(0,goagainto)+" |"} if (---==4) {---=0} if(goagainto==text1.length){window.setTimeout("dis()",10000);} else {window.setTimeout("dis()",90);} } dis() </SCRIPT> <body> <div align="center"> <div class="Header" align="center" > <div class="BlogTitle" dir="rtl" ><a href="<-BlogUrl->"><-BlogTitle-></a></div> <div class="BlogSubTitle" dir="rtl" ><-BlogDescription-></div> </div> <div class="Pagebody" dir="rtl"> <div style="float:right;width:500px;text-align:right;padding-right:20px;text-direction:rtl"> <div style="padding:4px"></div> <BLOGFA> <a name="<-PostId->"></a> <div class="posttitle"><img src="http://kiyansoft.persiangig.com/kiya...ight/heart.gif" style="margin-left:3px" align=absbottom width=25 height=25><a href="<-PostLink->"><-PostTitle-></a></div> <div class="postbody" ><-PostContent-><BlogExtendedPost><br><center><a href="<-PostLink->">ادامه مطلب</a></center><p></BlogExtendedPost></div> <div class="postdesc"> <a href="<-PostLink->" >+</a> نوشته شده در <-PostDate->ساعت <-PostTime-><br> به قلم: <-PostAuthor-> <BlogComment> | <span dir="rtl" > <script type="text/javascript">GetBC(<-PostId->);</script> </span> </BlogComment> </div> <hr width="100%" size="1" color="#FA9FA8" align="center" > <marquee direction="right" scrollamount="02"scrolldelay="50" behavior="Scroll"><font color="tan">هر کس به طریقی دل ما میشکند بیگانه جدا دوست جدا میشکند</marquee> </BLOGFA> </div> <div style="padding-left:17px;padding-top:7px"> <div class="Sidebar"> <center><img src="http://i16.tinypic.com/61ozs7n.gif"></center> <br> <p></p> <BlogProfile> <div style="padding-bottom:7px;text-align: justify" > <BlogPhoto> <div style="padding-bottom:7px;text-align:center" > <img src="<-BlogPhotoLink->" > </div> </BlogPhoto> <br><font color="white"><-BlogAbout-></font> <hr color="#4A392E" size="1"> </div> </BlogProfile> <a href="mailto:<-BlogEmail->">آدرس من</a><br> <a href="<-BlogUrl->">صفحه اول</a><br> <a href="<-BlogArchiveLink->">آرشيــو وبلاگ</a><br> <br> <BlogLinkDumpBlock> <font color="white">پيوندهاي روزانه</font> <hr color="#4A392E" size="1"> <BlogLinkDump> <a href="<-LinkUrl->" target="_blank" title="<-LinkDescription->" ><-LinkTitle-></a><br> </BlogLinkDump> <a href="javascript:void(0)" onclick ="OpenLD();">آرشيو پيوندهاي روزانه</a><br> <br> </BlogLinkDumpBlock> <font color="white">نوشته هـاي پيشين</font> <hr color="#4A392E" size="1"> <span dir="ltr"> <BlogArchive> <a href="<-ArchiveLink->"><-ArchiveTitle-></a><br> </BlogArchive> </span> <br> <BlogCategoriesBlock> <font color="white">آرشيو موضوعي</font> <hr color="#4A392E" size="1"> <BlogCategories> <a href="<-CategoryLink->" ><-CategoryName-></a><br> </BlogCategories> <br> </BlogCategoriesBlock> <BlogAuthorsBlock> <font color="white">نويسندگان</font> <hr color="#4A392E" size="1"> <BlogAuthors> <a href="<-AuthorLink->" ><-AuthorName-></a><br> </BlogAuthors> <br> </BlogAuthorsBlock> <BlogLinksBlock> <font color="white">پيوندها</font> <hr color="#4A392E" size="1"> <BlogLinks> <a href="<-LinkUrl->" target="_blank"><-LinkTitle-></a><br> </BlogLinks> <br> </BlogLinksBlock> <br> <font color="white">ویرایش قالب</font> <hr color="#4A392E" size="1"> <center> <a href="mailto:daryoush_kamani@yahoo.com">ارتباط با طراح</a><br> <a href='http://www.dariushkamani.blogfa.com' target='_blank' ><img src='http://i11.tinypic.com/66ljq0y.jpg' alt='بزرگترين سايت جاوا اسکريپت ايران ' width='100' height='40' border='0'><br><a href="http://www.dariushkamani.blogfa.com"...a><br></center> <p style="text-align:center"> <a style="color: #FFFFFF; text-decoration: none; font-family: Arial; font-size: 8pt; border: 1px solid #531717; background-color: #572323" href="<-BlogXmlLink->"> RSS </a> </p> <div align=center > <font color="white" style="font-size: 7pt">POWERED BY:</font> <a style="color: white; text-decoration: none;font-family:Verdana;font-weight:bold" href="http://www.blogfa.com/" > BLOGFA.COM</a> </div> <div align=center > <font color="white" style="font-size: 7pt">TEMPLATED BY:</font> <a style="color: white; text-decoration: none;font-family:Verdana;font-weight:bold" href="http://www.dariushkamani.blogfa.com/" > dariush</a> </div> <div align="center"><br> <-BlogCustomHtml-> </div> <center><a target="_blank" href="http://www.dariushkamani.blogfa.com">..:: My Iran ::..</a><br><a target="_blank" href="http://dariushkamani.blogfa.com/cat-2.aspx">..:: Freedom ::..</a><br><a target="_blank" href="http://dariushkamani.blogfa.com/cat-9.aspx">..:: Learn Internet ::..</a><br><a target="_blank" href="http://dariushkamani.blogfa.com/cat-10.aspx">..:: Download ::..</a><BR><a target="_blank" href="http://www.dariushkamani.blogfa.com">..:: ---- FOR ALL ::..</a><br><a target="_blank" href="http://dariushkamani.blogfa.com/cat-12.aspx.blogfa.com">..:: Template BLOGFA ::..</a><br></center> </div> </div> <div style="clear: both;"> </div> </div> <div class="Footer"></div> </div> </body> <!-- footer --> <div style="font-family: Tahoma; color: #B4976B; font-size: 8pt; direction: ltr;text-align:center;clear:both"> <img src="http://irapic.com/uploads/1189182335.gif" border=0 width="746" height="13"><br><font color="#AE5233">©</font> 2006-2007 dariushkamani.blogfa.com - All rights reserved - Powered by Blogfa.com - Temp by <a href="http://www.dariushkamani.blogfa.com/" style="color:#AE5233;text-decoration:none;" target=_blank>D A R I U S H</a> <br> <img src="http://irapic.com/uploads/1189182335.gif" border=0 width="746" height="13"></div> <!-- /footer --> </html> > </body> </html> </body> </html> </body> </html> </body> </html> </body> </html> </body> </html> </body> </html> </body> </html> > </body> </html> </body> </html> </body> </html>
علاقه مندی ها (بوک مارک ها)