کد:
الب آسمان با امکانات <html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns="http://www.w3.org/TR/REC-html40"><!-- © Night Sky Template Designed By Babak Akbarpoor Copyright 2007 -WWW.Frees.blogfa.com ©--><STYLE>BODY {SCROLLBAR-FACE-COLOR: Black; SCROLLBAR-HIGHLIGHT-COLOR: Blue; SCROLLBAR-SHADOW-COLOR: Black; SCROLLBAR-ARROW-COLOR: Blue; SCROLLBAR-TRACK-COLOR: Black; SCROLLBAR-DARKSHADOW-COLOR: Blue}</STYLE><SCRIPT language=JavaScript><!--<!--// Copyright 1996 - Tomer and babak bordbar// This example will appear in our forthcoming book on JavaScript.// Feel free to "steal" this code provided that you leave this notice as is.// Additional examples from the book can be found at http://www.kodhaye-weblog.blogsky.com// For more information contact Tomer or marjan mohammadi <delnefrenshodeyemastketanhast@yahoo.com>// set speed of banner (pause in milliseconds between addition of new character)var speed =10// decrease value to increase speed (must be positive)// set pause between completion of message and beginning of following messagevar pause =5000// increase value to increase pause// set initial valuesvar timerID = nullvar bannerRunning = false// create arrayvar ar = new Array()// assign the strings to the array's elementsar[0] = "به وبلاگ من خوش آمديد"ar[1] = "اميدوارم لحظات خوبي را در اين وبلاگ سپري کنيد"ar[2] = "اگر براي اولين بار است از اين وبلاگ ديدن مي کنيد صبر کنيد تا قالب به طور کامل لود شود"ar[3] = "طراح قالب اين وبلاگ"ar[4] = "_:.:_ WWW.FREES.BLOGFA.COM _:.:_"// assign index of current messagevar message = 0// empty string initializationvar state = ""// no value is currently being displayedclearState()// stop the banner if it is currently runningfunction stopBanner() { // if banner is currently running if (bannerRunning) // stop the banner clearTimeout(timerID) // timer is now stopped timerRunning = false}// start the bannerfunction startBanner() { // make sure the banner is stopped stopBanner() // start the banner from the current position showBanner()}// assign state a string of "0" characters of the length of the current messagefunction clearState() { // initialize to empty string state = "" // create string of same length containing 0 digits for (var i = 0; i < ar[message].length; ++i) { state += "0" }}// display the current messagefunction showBanner() { // if the current message is done if (getString()) { // increment message message++ // if new message is out of range wrap around to first message if (ar.length <= message) message = 0 // new message is first displayed as empty string clearState() // display next character after pause milliseconds timerID = setTimeout("showBanner()", pause) } else { // initialize to empty string var str = "" // built string to be displayed (only character selected thus far are displayed) for (var j = 0; j < state.length; ++j) { str += (state.charAt(j) == "1") ? ar[message].charAt(j) : " " } // partial string is placed in status bar window.status = str // add another character after speed milliseconds timerID = setTimeout("showBanner()", speed) }}function getString() { // set variable to true (it will stay true unless proven otherwise) var full = true // set variable to false if a free space is found in string (a not-displayed char) for (var j = 0; j < state.length; ++j) { // if character at index j of current message has not been placed in displayed string if (state.charAt(j) == 0) full = false } // return true immediately if no space found (avoid infinitive loop later) if (full) return true // search for random until free space found (braoken up via break statement) while (1) { // a random number (between 0 and state.length - 1 == message.length - 1) var num = getRandom(ar[message].length) // if free space found break infinitive loop if (state.charAt(num) == "0") break } // replace the 0 character with 1 character at place found state = state.substring(0, num) + "1" + state.substring(num + 1, state.length) // return false because the string was not full (free space was found) return false}function getRandom(max) { // create instance of current date var now = new Date() // create a random number (good generator) var num = now.getTime() * now.getSeconds() * Math.random() // cut random number to value between 0 and max - 1, inclusive return num % max}startBanner()// --> </SCRIPT><head><meta http-equiv="Content-Language" content="fa" /><meta http-equiv="Content-Type" content="text/html; charset=Auto" /><link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<-BlogXmlLink->" /><title><-BlogTitle-></title><link rel="stylesheet" type="text/css"><meta http-equiv="Content-Type" content="text/html; charset=Auto"><meta name="Designer" content="http://monline.mihanblog.com"><meta name="description" content="<-BlogTitle->"><meta name="keywords" content="کلمات کليدي وبلاگ خود را اينجا وارد کنيد"><style type="text/css">body {scrollbar-arrow-color: #ffffff;scrollbar-base-color: #03105D;scrollbar-dark-shadow-color: #ffffff;scrollbar-track-color: #060f42;}</style><body background="http://monline.persiangig.com/Template/ashiyaneh/back.gif"><style>body { font-family: Tahoma; font-size: 11; color: #EAF2FF; background-color: #000000; text-align:center}#title{color: #FFFFFF; font-family: Times New Roman; font-size: 18; background-color: #060f42;WIDTH : 800;HEIGHT : 25;margin-top: 8; margin-bottom: 8}#title P{margin-top: 8; margin-bottom: 8}#Body {WIDTH : 800px ; background-color: #060f42}#Right {FLOAT: right; WIDTH: 210px;border: 1px solid #000001; background-color: #0A113C;direction:rtl; margin-right:5px; margin-top:12; margin-bottom:4; color:#ff6600}#Right .head {background-image:url('http://www.ixwin.de/bilder/bilder_fotos/horror.jpg'); background-repeat: repeat-x;background-position-y: top; height:20}#Right .head P{color: #EAF2FF; margin-top: 3; margin-bottom: 3}#Right .body P{margin-top: 7; margin-bottom: 7; line-height:150%; margin-right:9; text-align:justify}#Right hr, .rx{border:1px dotted #FF9900; margin-left: 12px; margin-right: 12px;height:1}#Blog {FLOAT: left; PADDING-Left: 15px; WIDTH: 500px; direction:rtl; margin-top:8}#Blog .i{border: 1px solid #000001; background-color: #0A113C;margin-right:5px; ;margin-top:5; margin-bottom:12; color:#ff6600}#Blog .Title{background-image:url('http://www.ixwin.de/bilder/bilder_fotos/horror.jpg'); background-repeat: repeat-x;background-position-y: top; height:20}#Blog .Title P{color: #EAF2FF; margin-top: 3; margin-bottom: 3; text-align:justify; margin-right:7}#Blog .item {line-height: 150%; font-size: 12; color: #fffff5; text-align: justify;margin-top: 3; margin-bottom: 4; margin-right:7; margin-left:7}#Blog .item P{line-height: 150%; font-size: 12; color: #fffff5; text-align: justify;margin-top: 2; margin-bottom: 2}#Blog .dx{color: #FFFFFF; font-family: Times New Roman; font-size: 13; font-weight: bold;margin-top: 0; margin-bottom: 0;overflow-x : auto}.SearchBox, .MailInput{font-family: Tahoma; font-size: 12; color: #34699E; border: 1px solid #29537C;background-color: #EAEEF4 }.SearchBTN, .MailBTN, .PoolButton{font-family: Tahoma; font-size: 12; color: #EAEEF4; border: 1px solid #29537C;background-color: #5A6188}A{color: #5A6188;text-decoration: none}A:link{color: #5A6188}A:visited{color: #5A6188}A:hover{color: #FFFFFF}</style></style><script lang ="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></head><body><script>var DHTML = (document.getElementById || document.all || document.layers); function ap_getObj(name) { if (document.getElementById) { return document.getElementById(name).style; } else if (document.all) { return document.all[name].style; } else if (document.layers) { return document.layers[name]; } } function ap_showWaitMessage(div,flag) { if (!DHTML) return; var x = ap_getObj(div); x.visibility = (flag) ? 'visible':'hidden' ;if(! document.getElementById) if(document.layers) x.left=280/2; return true; }</script><div id="waitDiv" style="border: 1px dotted ; POSITION:absolute;TOP: 90;RIGHT:400;TEXT-ALIGN:center; visibility:hidden; width:240; background-color:#060f42" padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px><p><font color="#FFFFFF" face="Tahoma" style="font-size: 8pt">سايت در حال لود شدن است<br>... لطفا کمي صبر کنيد </font></p><p ><font face="Tahoma" style="font-size: 8pt"><img alt="Loading by : wWw.Frees.Coo.iR" src="http://kamrandc.persiangig.com/image/loading/1.gif" width="152" height="19" border="0"><br><span style="visibility:''"><a target="_blank" href="http://Frees.coo.ir" style="text-decoration: none">Loading by : Frees.Coo.iR</a></span></font></p></div> <SCRIPT> ap_showWaitMessage('waitDiv', 1)</SCRIPT><!--FREE.coo.ir--><div id="Title" style="width: 804px; height: 130px"><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#03105D" height="83"> <tr> <td width="4" height="83" style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 8pt; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif"> </td> <td width="100%" height="156" style="background-image: url('http://i11.tinypic.com/6fkhuvp.jpg'); font-style:normal; font-variant:normal; font-weight:normal; font-size:8pt; font-family:verdana, geneva, lucida, lucida grande, arial, helvetica, sans-serif"> </td> </tr></table></div><div id="body"><div id="Right"><div class="head" style="width: 272; height: 26"><b><font size="2" color="#FFFFFF">منوي اصلي</font></b></div><div class="body" style="width: 269; height: 795"><p style="text-align: right"><font color="#FFFFFF">» عنوان وبلاگ :</font></p><p style="text-align: right"><font face="Arial" size="2" color="#C0C0C0"><-BlogTitle-></font><font size="2" color="#003399"> </font></p><hr style="border: 1px dotted #34385B" color="#ff6600" /><p><font color="#FFFFFF"><b>» ا</b>نتخابهاي اصلي :</font><b></br></b><a title="Template By" href="http://www.frees.blogfa.com">طراح قالب</a></br><a title="Home" href="<-BlogUrl->">صفحه نخست</a></br><a title="E-Mail" href="<-BlogEmail->">پست الکترونيک</br></a><a title="Main To Us" href="[contact]">نامه به مدير وبلاگ</br></a><a onClick="javascript:this.style.behavior='url(#default#homepage)';this.setHomePage('<-BlogUrl->')" ; href="javascript:">تبديل به صفحه خانگي</a><a title="Home" href="<-BlogUrl->"> </a></p><hr style="border: 1px dotted #34385B" color="#ff6600" /><p><font color="#FFFFFF">» </font> <font color="#FFFFFF">نويسندگان :</font><br /><BlogAuthors> <a href="<-AuthorLink->" ><-AuthorName-></a><br></BlogAuthors></p><hr style="border: 1px dotted #34385B" color="#ff6600" /><p><font color="#FFFFFF">» موضــــوع ها : </font> <br /><BlogCategories> <a href="<-CategoryLink->" ><-CategoryName-></a><br></BlogCategories></p><hr style="border: 1px dotted #34385B" color="#ff6600" /><p><font color="#FFFFFF">» آرشيـــو :</font><br /><BlogArchive> <a href="<-ArchiveLink->"><-ArchiveTitle-></a><br></BlogArchive></p><hr style="border: 1px dotted #34385B" color="#ff6600" /><p><font color="#FFFFFF">» لينكدوني :</font><br /><a href="http://frees.blogfa.com">قالب وبلاگ :: كدجاوا</a><BR><BlogLinkDump> <a href="<-LinkUrl->" target="_blank" title="<-LinkDescription->" ><-LinkTitle-></a><br></BlogLinkDump><BR><a href="javascript:void(0)" onclick ="OpenLD();">آرشيو پيوندهاي روزانه</a> <hr style="border: 1px dotted #34385B" color="#ff6600" /><p><font color="#FFFFFF">» لينكستان :</font><br /><a href="http://frees.blogfa.com">قالب وبلاگ :: كدجاوا</a><BR><BlogLinks> <a href="<-LinkUrl->" target="_blank" ><-LinkTitle-></a><br></BlogLinks><BR></p><hr style="border: 1px dotted #34385B" color="#ff6600" /><p><font color="#FFFFFF">» جستجو :</font><br /> <SCRIPT language=JavaScript>var NS4 = (document.layers); var IE4 = (document.all);var win = window; var n = 0;function findInPage(str) { var txt, i, found; if (str == "") return false; if (NS4) { if (!win.find(str)) while(win.find(str, false, true)) n++; else n++; if (n == 0) alert("Not found."); } if (IE4) { txt = win.document.body.createTextRange(); for (i = 0; i <= n && (found = txt.findText(str)) != false; i++) { txt.moveStart("character", 1); txt.moveEnd("textedit"); } if (found) { txt.moveStart("character", -1); txt.findText(str); txt.select(); txt.scrollIntoView(); n++; } else { if (n > 0) { n = 0; findInPage(str); } else alert("Cannot Find This Character"); } } return false;}</SCRIPT><FORM name=search onsubmit="return findInPage(this.string.value);"><P align=center><FONT size=3><INPUT onFocus="if (this.value=='کلمه مورد جستجو') this.value=''" onBlur="if (this.value=='') this.value='کلمه مورد جستجو'" onchange="n = 0;" size=18 name=string value="کلمه مورد جستجو" style="font-family: Tahoma; font-size: 8pt" class="SearchBTN"></FONT><INPUT style="BORDER-RIGHT: #ffffff 1px solid; BORDER-TOP: #ffffff 1px solid; FONT-SIZE: 8pt; BORDER-LEFT: #ffffff 1px solid; BORDER-BOTTOM: #ffffff 1px solid; FONT-FAMILY: Tahoma; BACKGROUND-COLOR: #aaaaaa" type=button value=> در وبلاگ class="item" ><BR> </P></FORM></p><hr style="border: 1px dotted #34385B" color="#ff6600" /><p><font color="#FFFFFF">» خبرنامه :</font><br /><a href="www.webgozar.com" target="_blank" title="كانتر رايگان - خبرنامه - نظرسنجي" >- در اين سايت عضو شويد - </a></p><hr style="border: 1px dotted #34385B" color="#ff6600" /><p><font color="#FFFFFF">» امكانات ديگر وبلاگ :</font><br /><font color="#000000"><div align =center> <-BlogCustomHtml-> </div></font><p align="center"></body><br /></p><hr style="border: 1px dotted #34385B" color="#ff6600" /><p><font color="#FFFFFF">» لوگوي وبلاگ</font></p><p style="text-align: center"><b><font color="#FFFFFF"> </font></b></p><p align="center" style="text-align: center"><span lang="fa"><img src="آدرس لوگوي خود را در اينجا بگذاريد" لوگو" alt="توضيحي براي لوگو" width="80" height="41"></span><p align="center" style="text-align: center"><span lang="fa"><br></span> <textarea style="border:1px dotted #060F42; padding:0; FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: Tahoma; BACKGROUND-COLOR: #060f42" name="LinkUs" rows="2" cols="21" dir="ltr" class="text"><a href="<-BlogUrl->" target="_blank"><img src="Addres picture Form Internet" border="0" alt="<-BlogTitle->" width="142" height="57"></a>
علاقه مندی ها (بوک مارک ها)