کلبه ی دخترانه
کلبه ی دخترانه
درد و دل دوستانه
قالب 36

SHOW


<TITLE><-BlogTitle-></TITLE>
 
<script language=JavaScript>
<!--//Disable right click script III- By Renigade (renigade@mediaone.net)
//For full source code, visit http://www.dynamicdrive.com
var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")// --> </script>
 
 
<script type="text/javascript">
/***********************************************
* Switch Menu script- by Martial B of http://getElementById.com/
* Modified by Dynamic Drive for format & NS4/IE4 compatibility
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
 
var persistmenu="yes" //"yes" or "no". Make sure each SPAN content contains an incrementing ID starting at 1 (id="sub1",etc)
var persisttype="sitewide" //enter "sitewide" for menu to persist across site, "local" for this page only
 
if (document.getElementById){ //DynamicDrive.com change
document.write('<style type="text/css">\n')
document.write('.submenu{display: none;}\n')
document.write('</style>\n')
}
 
function SwitchMenu(obj){
 if(document.getElementById){
 var el = document.getElementById(obj);
 var ar = document.getElementById("masterdiv").getElementsByTagName("span"); //DynamicDrive.com change
  if(el.style.display != "block"){ //DynamicDrive.com change
   for (var i=0; i<ar.length; i++){
    if (ar[i].className=="submenu") //DynamicDrive.com change
    ar[i].style.display = "none";
   }
   el.style.display = "block";
  }else{
   el.style.display = "none";
  }
 }
}
 
function get_cookie(Name) { 
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) { 
offset += search.length
end = document.cookie.indexOf(";", offset);
if (end == -1) end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}
 
function onloadfunction(){
if (persistmenu=="no"){
var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname
var cookievalue=get_cookie(cookiename)
if (cookievalue!="")
document.getElementById(cookievalue).style.display="block"
}
}
 
function savemenustate(){
var inc=1, blockid=""
while (document.getElementById("sub"+inc)){
if (document.getElementById("sub"+inc).style.display=="block"){
blockid="sub"+inc
break
}
inc++
}
var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname
var cookievalue=(persisttype=="sitewide")? blockid+";path=/" : blockid
document.cookie=cookiename+"="+cookievalue
}
 
if (window.addEventListener)
window.addEventListener("load", onloadfunction, false)
else if (window.attachEvent)
window.attachEvent("onload", onloadfunction)
else if (document.getElementById)
window.onload=onloadfunction
 
if (persistmenu=="yes" && document.getElementById)
window.onunload=savemenustate
</script>
 
 
 
<script type="text/javascript">
            // <![CDATA[
            var colour="white";
            var sparkles=80;
     
            var x=ox=400;
            var y=oy=300;
            var swide=800;
            var shigh=600;
            var sleft=sdown=0;
            var tiny=new Array();
            var star=new Array();
            var starv=new Array();
            var starx=new Array();
            var stary=new Array();
            var tinyx=new Array();
            var tinyy=new Array();
            var tinyv=new Array();
            window.onload=function() { if (document.getElementById) {
              var i, rats, rlef, rdow;
              for (var i=0; i<sparkles; i++) {
                var rats=createDiv(3, 3);
                rats.style.visibility="hidden";
                document.body.appendChild(tiny[i]=rats);
                starv[i]=0;
                tinyv[i]=0;
                var rats=createDiv(5, 5);
                rats.style.backgroundColor="transparent";
                rats.style.visibility="hidden";
                var rlef=createDiv(1, 5);
                var rdow=createDiv(5, 1);
                rats.appendChild(rlef);
                rats.appendChild(rdow);
                rlef.style.top="2px";
                rlef.style.left="0px";
                rdow.style.top="0px";
                rdow.style.left="2px";
                document.body.appendChild(star[i]=rats);
              }
              set_width();
              sparkle();
            }}
            function sparkle() {
              var c;
              if (x!=ox || y!=oy) {
                ox=x;
                oy=y;
                for (c=0; c<sparkles; c++) if (!starv[c]) {
                  star[c].style.left=(starx[c]=x)+"px";
                  star[c].style.top=(stary[c]=y)+"px";
                  star[c].style.clip="rect(0px, 5px, 5px, 0px)";
                  star[c].style.visibility="visible";
                  starv[c]=50;
                  break;
                }
              }
              for (c=0; c<sparkles; c++) {
                if (starv[c]) update_star(c);
                if (tinyv[c]) update_tiny(c);
              }
              setTimeout("sparkle()", 40);
            }
            function update_star(i) {
              if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";
              if (starv[i]) {
                stary[i]+=1+Math.random()*3;
                if (stary[i]<shigh+sdown) {
                  star[i].style.top=stary[i]+"px";
                  starx[i]+=(i%5-2)/5;
                  star[i].style.left=starx[i]+"px";
                }
                else {
                  star[i].style.visibility="hidden";
                  starv[i]=0;
                  return;
                }
              }
              else {
                tinyv[i]=50;
                tiny[i].style.top=(tinyy[i]=stary[i])+"px";
                tiny[i].style.left=(tinyx[i]=starx[i])+"px";
                tiny[i].style.width="2px";
                tiny[i].style.height="2px";
                star[i].style.visibility="hidden";
                tiny[i].style.visibility="visible"
              }
            }
            function update_tiny(i) {
              if (--tinyv[i]==25) {
                tiny[i].style.width="1px";
                tiny[i].style.height="1px";
              }
              if (tinyv[i]) {
                tinyy[i]+=1+Math.random()*3;
                if (tinyy[i]<shigh+sdown) {
                  tiny[i].style.top=tinyy[i]+"px";
                  tinyx[i]+=(i%5-2)/5;
                  tiny[i].style.left=tinyx[i]+"px";
                }
                else {
                  tiny[i].style.visibility="hidden";
                  tinyv[i]=0;
                  return;
                }
              }
              else tiny[i].style.visibility="hidden";
            }
            document.onmousemove=mouse;
            function mouse(e) {
              set_scroll();
              y=(e)?e.pageY:event.y+sdown;
              x=(e)?e.pageX:event.x+sleft;
            }
            function set_scroll() {
              if (typeof(self.pageYOffset)=="number") {
                sdown=self.pageYOffset;
                sleft=self.pageXOffset;
              }
              else if (document.body.scrollTop || document.body.scrollLeft) {
                sdown=document.body.scrollTop;
                sleft=document.body.scrollLeft;
              }
              else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
                sleft=document.documentElement.scrollLeft;
             sdown=document.documentElement.scrollTop;
              }
              else {
                sdown=0;
                sleft=0;
              }
            }
            window.onresize=set_width;
            function set_width() {
              if (typeof(self.innerWidth)=="number") {
                swide=self.innerWidth;
                shigh=self.innerHeight;
              }
              else if (document.documentElement && document.documentElement.clientWidth) {
                swide=document.documentElement.clientWidth;
                shigh=document.documentElement.clientHeight;
              }
              else if (document.body.clientWidth) {
                swide=document.body.clientWidth;
                shigh=document.body.clientHeight;
              }
            }
            function createDiv(height, width) {
              var div=document.createElement("div");
              div.style.position="absolute";
              div.style.height=height+"px";
              div.style.width=width+"px";
              div.style.overflow="hidden";
              div.style.backgroundColor=colour;
              return (div);
            }
            // ]]>
            </script>
 
<script type="text/javascript" langauge="javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" language="javascript">
<!--
    function GetBC(lngPostid) {
    var 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="Comments";
    if (intCount == 0)    strResult="Comments";
    if (intCount == 1)    strResult="1Comment";
    if (intCount > 1)    strResult=intCount + "Comment";
    var strUrl = "/comments/?blogid=" + strBlogId + "&postid=" + lngPostid + "&timezone=" + intTimeZone;
    var strResult = "<a href=\"javascript:void(0)\" target=\"_self\" 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('/links','blogfa_ld','status=yes,scrollbars=yes,toolbar=no,menubar=no,location=no ,width=500px,height=500px');
    return true; }
// -->
 
</script>
<style>
body{font-family: century gothic;
font-size:12px;
color: #fff;
padding: 30px;
background-color: #e69696;
letter-spacing:1px;}
 
::-moz-selection {background-color: transparent; color: transparent;}
 
img{border:5px solid #e3d4ce;
box-shadow:0px 0px 5px #d76b6b;
-moz-box-shadow:0px 0px 5px #d76b6b;
-webkit-box-shadow:0px 0px 5px #d76b6b;
-webkit-border-radius:5px;
-moz-border-radius:5px;}
 
img:hover{filter: alpha(opacity=80);
moz-opacity: .80;
opacity:.80;}
 
a:link, a:active, a:visited{
font-family: courier new;
color: #777777;
text-decoration: none; }
 
a:hover{color:#ffffde;
background: #f4b9b9;
text-decoration: none;
-webkit-transition-duration:.6s; -moz-transition-duration:.6s;
-webkit-border-radius:4px; -moz-border-radius:4px;}
 
b{color: #c3f269; }
 
strong {color: #ffffff; 
font-size: 13px;}
 
i{color: #fff371;
font-family: centiry gothic;
letter-spacing: 2px;}
 
u{color: #f0ecb0; 
border-bottom: 1px #dcc2c1 dotted; 
text-decoration: none;  }
 
s{color: #ffd7d7;}
 
big {color: #fff;
font-family: century gothic;
font-size: 25px;
line-height: 90%;
letter-spacing: -3px;
text-transform: uppercase;
font-weight: normal;}
 
blockquote{background: #dd8b8b;
font-family: times new roman;
font-size: 12px;
color: #f5e2d3;
padding: 8px;
border: 1px dashed #ffafaf;
-webkit-border-radius: 0px 10px 0px 10px; 
-moz-border-radius: 0px 10px 0px 10px;}
 
.oh{font: italic 20pt times new roman;
text-transform:lowercase;
letter-spacing:-2pt;
color:#e58989;   }
 
.down{background:#f0cec5;
font-family: book antiqua;
font-size: 12px;
color: #777;
padding-left: 25px;
letter-spacing:1px;
text-transform: uppercase;
line-height:100%;}
 
.up{font: italic 32pt Book Antiqua;
padding-left:25px;
letter-spacing:-2pt;
color:#a97d7d;
background:#fcf7dc;
border-bottom: 5px solid #f0cec5;
line-height:65%;
-webkit-border-radius:0px 10px 0px 0px; -moz-border-radius:0px 10px 0px 0px;}
    
.up:first-letter{text-transform:uppercase;
color:#a16666;
font-size: 38pt;}
 
.yumm{font-family: verdana;
font-size: 11px;
color: #fff;
padding-left:25px;
letter-spacing:1px;
height: 200%; }
 
.journal{font-family: centiry gothic;
font-size:13px;
color: #fff;
padding-left: 25px;
letter-spacing:1px;}
 
.sweet{position:absolute; 
left: 0px; top: 0px;
z-index: 100;
line-height:80%;  
height: 200%; 
padding-left: 30px; 
padding-right: 30px; 
padding-top: 5%; 
background: #fcf7dc;}
</style>
 
<script>function changeNavigation(id)
{document.getElementById('main').innerHTML=document.getElementById(id).innerHTML}</script>
</HEAD>
 
<BODY>
<center> 
<DIV class="sweet">
<br><br><br>
 
<div class="oh"><-BlogTitle-></div>
<br><br><br>
<span style="cursor: hand; padding: 10px;"onmouseover="this.style.color='none'"onmouseout="this.style.color='none'"onclick="changeNavigation('post')"><img src="http://axgig.com/images/02767482246340081293.png"></span><br>
 
<br><br><br>
<span style="cursor: hand; padding: 10px;"onmouseover="this.style.color='none'"onmouseout="this.style.color='none'"onclick="changeNavigation('me')"><img src="http://axgig.com/images/01527096788488963537.png"></span><br>
 
<br><br><br>
<span style="cursor: hand; padding: 10px;"onmouseover="this.style.color='none'"onmouseout="this.style.color='none'"onclick="changeNavigation('talk')"><img src="http://axgig.com/images/45833653471945028703.png"></span><br>
 
<br><br><br>
<span style="cursor: hand; padding: 10px;" onmouseover="this.style.color='none'" onmouseout="this.style.color='none'" onclick="changeNavigation('escape')"><img src="http://axgig.com/images/28496443418342306305.png"></span><br>
 
<br><br><br>
<span style="cursor: hand; padding: 10px;"onmouseover="this.style.color='none'"onmouseout="this.style.color='none'"onclick="changeNavigation('playback')"><img src="http://axgig.com/images/36072042747407442400.png"></span><br>
</div>
    
  
<DIV id="main" style="background: #e69696; position: absolute; left:300px;top:150px; width: 600px; padding: 5px; text-align: left;">
<div align="left">
<div class="up"><-BlogTitle-></div>
<br><div class="yumm">
<-BlogAbout->
</div></div></div>
 
 
<DIV id="me" style="display: none;">
<div class="up">link</div>
<br><center>
<br><table><tr><td valign="top">
<img src="http://axgig.com/images/67206988112237672742.png" align="left" style="border: 0px;">
</td><td valign="top" width="300px"><div class="this" style="padding-left:10px;">
<BlogLinks>
<a href="<-LinkUrl->" target="_blank" ><-LinkTitle-></a>
<br>
</BlogLinks>
<br></td></tr></table></center>
</DIV><br>
 
<DIV id="talk" style="display: none;">
<div class="up">Daily link</div>
<br><div class="yumm">
<BlogLinkDump>
<a href="<-LinkUrl->" target="_blank" title="<-LinkDescription->" ><-LinkTitle-></a><br>
</BlogLinkDump>
</DIV>
 
<DIV id="post" style="display: none;">
<BLOGFA>
<div class="up"><-PostTitle-></div>
<div class="down"> <-PostDate-> - <-PostTime-> |<BlogExtendedPost><a href="<-PostLink->">Continue</a></BlogExtendedPost> - 
<BlogComment>
<script language="javascript" type="text/javascript">GetBC("<-PostId->");</script>
</BlogComment></div>
<br><div class="journal">
<-PostContent->
<br></BLOGFA>
</DIV>
 
<DIV id="escape" style="display: none;">
<div class="up">Categories</div>
<div class="yumm"><br>
<BlogCategories>
<li><a href="<-CategoryLink->"   ><-CategoryName-></a><br>
</BlogCategories>
</div></DIV>
 
<DIV id="playback" style="display: none;">
<div class="up">Design</div>
<div class="yumm"><br>
<a href="http://mori-template.blogfa.com/">MORI TEMPLATE</a>
 
</div>
 
<br><br>
<div class="up">other</div>
<br><div class="yumm">
<-BlogCustomHtml->
</div></DIV>
 
</div></div></DIV>
</BODY>
</HTML>


. ღ miss-aida ღ . پنج‌شنبه 30 بهمن 1393
. 08:30
ABOUT

♥ -♥ --♥ ---♥ -----♥ -------♥ --------♥ ---------♥ -----------♥ -------------♥ ,•’``’•,•’``’•, .’•,`’•,*,•’`,•’ ....`’•,,•’` ---- I♥U`•.¸ ----- I♥U`•.¸ ----- I♥U`•.¸ ---- I♥U`•.¸ ---- I♥U`•.¸ --- I♥U`•.¸ --- I♥U`•.¸ -- I♥U`•.¸ -- I♥U`•.¸ - I♥U`•.¸ - I♥U`•.¸ - I♥U`•.¸ - I♥U`•.¸ -- I♥U`•.¸ -- I♥U`•.¸ --- I♥U`•.¸ --- I♥U`•.¸ ---- I♥U`•.¸ ---- I♥U`•.¸ ----- I♥U`•.¸ ----- I♥U`•.¸ ---- I♥U`•.¸ ---- I♥U`•.¸ ----- I♥U`•.¸ ----- I♥U`•.¸
TAGS
[Post_Tags_Title] (<-TagCount->)
LINKS
OTHER
💬 نظرات کاربران
💬ثبت نام کاربران
💬ورود کاربران