<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Handlee|Delius+Swash+Caps|Englebert|Ribeye+Marrow|Sacramento' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Short+Stack|Delius' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js">
</script>
<script type='text/javascript' language='Javascript'>
var scrolltotop={
//startline: Integer. Number of pixels from top of doc scrollbar is scrolled before showing control
//scrollto: Keyword (Integer, or "Scroll_to_Element_ID"). How far to scroll document up when control is clicked on (1=top).
setting: {startline:100, scrollto: 0, scrollduration:1000, fadeduration:[500, 100]},
controlHTML: '<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWZXOAEK6uBYNI4NApRg9fJHNFTqq6y36kXaeFotE64QC5SpEPR3Y8p1b0nuErmRmpn48UbF6dW4b0pTYT1K0Yyu_elDyQ5N1hhVMaAL9DWL2-_zAe1SMTCAwa4PyVwMWmNCwAVbImwts/s1600/pink.png"/>', //HTML for control, which is auto wrapped in DIV w/ ID="topcontrol"
controlattrs: {offsetx:5, offsety:5}, //offset of control relative to right/ center of window corner
anchorkeyword: '#top', //Enter href value of HTML anchors on the page that should also act as "Scroll Up" links
state: {isvisible:false, shouldvisible:false},
scrollup:function(){
if (!this.cssfixedsupport) //if control is positioned using JavaScript
this.$control.css({opacity:0}) //hide control immediately after clicking it
var dest=isNaN(this.setting.scrollto)? this.setting.scrollto : parseInt(this.setting.scrollto)
if (typeof dest=="string" && jQuery('#'+dest).length==1) //check element set by string exists
dest=jQuery('#'+dest).offset().top
else
dest=0
this.$body.animate({scrollTop: dest}, this.setting.scrollduration);
},
keepfixed:function(){
var $window=jQuery(window)
var controlx=$window.scrollLeft() + $window.width() - this.$control.width() - this.controlattrs.offsetx
var controly=$window.scrollTop() + $window.height() - this.$control.height() - this.controlattrs.offsety
this.$control.css({left:controlx+'px', top:controly+'px'})
},
togglecontrol:function(){
var scrolltop=jQuery(window).scrollTop()
if (!this.cssfixedsupport)
this.keepfixed()
this.state.shouldvisible=(scrolltop>=this.setting.startline)? true : false
if (this.state.shouldvisible && !this.state.isvisible){
this.$control.stop().animate({opacity:1}, this.setting.fadeduration[0])
this.state.isvisible=true
}
else if (this.state.shouldvisible==false && this.state.isvisible){
this.$control.stop().animate({opacity:0}, this.setting.fadeduration[1])
this.state.isvisible=false
}
},
init:function(){
jQuery(document).ready(function($){
var mainobj=scrolltotop
var iebrws=document.all
mainobj.cssfixedsupport=!iebrws || iebrws && document.compatMode=="CSS1Compat" && window.XMLHttpRequest //not IE or IE7+ browsers in standards mode
mainobj.$body=(window.opera)? (document.compatMode=="CSS1Compat"? $('html') : $('body')) : $('html,body')
mainobj.$control=$('<div id="topcontrol">'+mainobj.controlHTML+'</div>')
.css({position:mainobj.cssfixedsupport? 'fixed' : 'absolute', bottom:mainobj.controlattrs.offsety, right:mainobj.controlattrs.offsetx, opacity:0, cursor:'url()'})
.attr({title:"Want To Fly ?"})
.click(function(){mainobj.scrollup(); return false})
.appendTo('body')
if (document.all && !window.XMLHttpRequest && mainobj.$control.text()!='') //loose check for IE6 and below, plus whether control contains any text
mainobj.$control.css({width:mainobj.$control.width()}) //IE6- seems to require an explicit width on a DIV containing text
mainobj.togglecontrol()
$('a[href="' + mainobj.anchorkeyword +'"]').click(function(){
mainobj.scrollup()
return false
})
$(window).bind('scroll resize', function(e){
mainobj.togglecontrol()
})
})
}
}
scrolltotop.init()
</script>
<link href='http://fonts.googleapis.com/css?family=Love+Ya+Like+A+Sister' rel='stylesheet' type='text/css'>
<script type='text/javascript'> document.ondragstart = function () { return false; }; </script>
<center><img class="header" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjY1kvBj0K7OL6V4-lypW84pM6CNX8lGKSU6isLe6CaYm6_GpbyA-h2rzb0GLW1aCZRIkKeCtxeX9cP9jArh3yQEiU_1U55HJcMO_j9qJOEgtVPawM83fkHoWatwWhD977IxHtGuayzruXg/s1600/dd.png"/></center>
<title>Girl Power</title>
<style type="text/css">
#navbar-iframe {display: none;}
body {
background: url(http://25.media.tumblr.com/9e42867bbe3d5a23e9ce35bfde172ffa/tumblr_mt67noIbPl1ru3nbdo9_r1_250.png);
background-attachment:fixed;
font-family: Short Stack;
font-size: 12px;
cursor:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikp7bg5mKPyjWyJd2z9vtnq3NWySL6L1kt8HuOwWJWaVCD8IBIiNgSiaQg_V5vNplR-k5ENz894bbwTlYw9JWSDE-fuEYjx39hRnUxUCgtkK6ZZJBoEK2W8wVkxY1DxpzPkZsWxwnmZaLB/s1600/Cursor.png), progress;
}
a:link, a:visited {
color:#000;
-webkit-transition-duration: 0.5s;
text-decoration:none;
cursor:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikp7bg5mKPyjWyJd2z9vtnq3NWySL6L1kt8HuOwWJWaVCD8IBIiNgSiaQg_V5vNplR-k5ENz894bbwTlYw9JWSDE-fuEYjx39hRnUxUCgtkK6ZZJBoEK2W8wVkxY1DxpzPkZsWxwnmZaLB/s1600/Cursor.png), progress;
}
a:hover {
-webkit-transition-duration: 0.5s;
color: #90708f;
}
@font-face {
font-family:gg !important;
src: url('http://img.dafont.com/dl/?f=girls_have_many_secrets') !important;
}
.mainblog {
background:#ffffff;
color:#d6c4cc;
padding:14px;
width:600px;
border-radius:10px;
text-align:justify;
}
.sidebarblog {
background: #ffffff;
color: #d6c4cc;
padding: 9px;
width: 240px;
border-radius: 10px;
text-align: left;
}
.title {
color:#d6c4cc;
letter-spacing:1px;
font:30px tcd;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi8SXh1CBJRWyJVv9oIyiRm9EemTUaLEUIrtN0XJRrXa8tkjUa6gzgTpjK4xBuz7zStxJJ1DRYGMMOYdl-4w_SjW8Mu1M3d-seV8bk1Ii5SrB7GC24i1PbYRPA7UhoflDP93jVcaBDshniu/s1600/ZqzVCIn+copy.png);
line-height: 50%;
text-transform: uppercase;
-webkit-transition: 0.3s;
}
.post-title {
color:#d6c4cc;
font-size:22px; font-family: Love Ya Like A Sister;
padding:3px;
border-bottom:2px solid #e7d1e4;
}
.date {
background : #ffffff;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
font-family: Delius;
font-size:12px;
width: 400px;
margin-top: 0px;
border-top: 0px solid #ebd1e9;
border-bottom: 1px solid #ebd1e9;
border-right: 1px solid #ebd1e9;
border-left: 1px solid #ebd1e9;
line-height: 17px;
color: #ac7ba9;
margin-left: 100px;
text-align: center;
}
.dash a:link, .dash a:active, .dash a:visited {
width:96px;
background:#8e6f90;
color:#000;
display: inline-block;
text-decoration:none;
text-align:center;
font:12px short stack;
font-weight:bold;
padding:1px;
margin-top:2px;
-webkit-transition-property:color, text;
-webkit-transition-duration: .2s;
-moz-transition-duration: .2s;
-webkit-transition-timing-function: linear, ease-in;
border-bottom:1px solid #e5c1e6;
}
.dash a:hover {
-webkit-transition-duration: .2s;
-moz-transition-duration: .2s;
background:#fff;
color:#f0cfec;
border-bottom:1px solid #e3c1e6;
}
.nav{
width:100%;
height:2%
background:url(http://25.media.tumblr.com/1705244db27982795cd45d7d20efcb4a/tumblr_mt67noIbPl1ru3nbdo2_100.png);
border-bottom:5px solid #fff;
position:fixed;
top:0px;
left:0px;
box-shadow:0 0 6px #ccb5ca;
text-align:center;
padding:10px;}
a.box{
cursor:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEho1-6p-55FW8SpKtlip5PNQjDOHh0jMIPzz7SBKvKOf8oXAk-CF7s7sg6AaKgyFcU1O1TwT1axEUap515iHWn9m6nHAOFkEtUAZH1MZ6KFKaIRw0BrZsru__KUlZA4r-CItwqooOafhyphenhyphenLH/s1600/Cursor+Link.png), progress;
width:41px;height:25px;
padding-top:17px;
text-transform:uppercase;
border: 1px solid #000000;
background:#f3e4f4;
font:10px englebert;
text-align:center;
Text-decoration:none;
color:#332c31;
display:inline-block;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
margin:5px;margin-bottom:20px;
display:inline-block;
border-radius: 100%;
}
a.box:hover{
background:#FFFFFF;
color:#FFFFFF;text-shadow:0px 37px 0px #332c31;
-webkit-transform: rotate(-360deg) ;
-moz-transform: rotate(-360deg) ;
-o-transform: rotate(-360deg) ;
-ms-transform: rotate(-360deg) ;}
::-webkit-scrollbar {
width:8px;
height:8px;
}
::-webkit-scrollbar-track-piece {
background-color: #efe0f1;
border: 3px solid #FFFFFF;
}
::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
background:#efe0f1;
border: 1px solid #FFFFFF;
}
li {
list-style-image:url(http://media.tumblr.com/tumblr_m4i8y0HPnm1qdlkyg.gif);
}
u {
text-decoration: none;
font-style: bold;
border-bottom: 2px solid #a994a9;
-webkit-transition: 0.5s;
}
u:hover {
border-bottom: 6px solid transparent;
-webkit-transition: 0.5s;
}
i {
text-decoration: none;
color: #997897;
}
b, strong {
-webkit-transition-duration: 1.5s;
}
b:hover {
color: #8f7090;
-webkit-transition-duration: 1.5s;
}
blockquote{
padding:10px;
border:3px solid #dabada;
color:#808080;
-webkit-transition: 1.0s;
-moz-transition: 1.0s;
}
blockquote:hover{
border-radius:20px;
-webkit-transition: 1.0s;
-moz-transition: 1.0s;
-webkit-box-shadow: 0px 0px 8px #f1bbf0;
-moz-box-shadow: 0px 0px 8px #f1bbf0;
box-shadow: 0px 0px 8px #f1bbf0;
}
#s-m-t-tooltip {
max-width:250px;
background: #ffe6fd;/* change the background color */
font-size: 10px;/* change the font size */
line-height: 13px;
box-shadow:inset 0px 0px 2px 2px #ddc6dc;
font-style:italic;
font-family: Short Stack;/* change the font */
letter-spacing: 2px;
text-transform: lowercase;/* can be lowercase, uppercase, none */
color: #222222;/* change the text color */
text-align: center;
padding: 3px 4px 3px 6px;
display: block;
z-index: 100;
border-radius: 5px;
position: absolute;
margin-left:10px;
margin-top:16px;
}
a.links {
background: #fff;
padding: 1px;
border: 1px solid #ddc0dd;
width: 95px;
display: inline-block;
color: #999;
-moz-border-radius: 25px 10px / 10px 25px;
border-radius: 25px 10px / 10px 25px;
-webkit-transition: 1.0s;
-moz-transition: 1.0s;
text-align: center;
font-size: 11px;
line-height: 15px;
margin-bottom: 6px;
font-family: Short Stack;
padding: 3px;
}
a.links:hover {
box-shadow: inset 130px 0 0px 0 #dabada;
-moz-border-radius: 25px 10px / 10px 25px;
border-radius: 25px 10px / 10px 25px;
-webkit-transform: rotate(360deg) ;
-moz-transform: rotate(360deg) ;
-o-transform: rotate(360deg) ;
-ms-transform: rotate(360deg) ;}
border-radius: 50%;
-webkit-transition: 1.0s;
-moz-transition: 1.0s;
}
.min {
margin-top:0px;
background:#fff;
border:1px solid silver;
font-family:tcd;
font-size: 16px;
padding:2px;
padding-left:20px;
letter-spacing:1px;
text-transform:block;
}
.header {
cursor:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEho1-6p-55FW8SpKtlip5PNQjDOHh0jMIPzz7SBKvKOf8oXAk-CF7s7sg6AaKgyFcU1O1TwT1axEUap515iHWn9m6nHAOFkEtUAZH1MZ6KFKaIRw0BrZsru__KUlZA4r-CItwqooOafhyphenhyphenLH/s1600/Cursor+Link.png), progress;
margin-top:0px;
margin-left:0px;
-webkit-transition
}
.header:hover {
padding-left: 65px;
filter: alpha(opacity=0);
opacity: .0;
-webkit-transition-duration: 1.0s;
}
#wra img{max-width:245px;}
@font-face {
font-family:cc !important;
src: url('http://img.dafont.com/dl/?f=cuteness') !important;
}
@font-face { font-family:tcd; src: url('http://static.tumblr.com/tedujjb/C78mkkmk4/charleedoodles.ttf'); }
</style>
<p style="text-align:center;margin:0px;"></a></p><p style="text-align:center;margin:2px 0px 0px 0px;font-size:10px;padding:0;"></a></p>
<br>
<div class="nav"
<center><a class="box" onClick="document.getElementById('mainblog').innerHTML=document.getElementById('h').innerHTML" >HOME</a>
<a class="box" onClick="document.getElementById('mainblog').innerHTML=document.getElementById('a').innerHTML" >OWNER</a>
<a class="box" onClick="document.getElementById('mainblog').innerHTML=document.getElementById('stuffs').innerHTML" >TUTO</a>
<a class="box" onClick="document.getElementById('mainblog').innerHTML=document.getElementById('free').innerHTML" >FREE</a>
<a class="box" onClick="document.getElementById('mainblog').innerHTML=document.getElementById('f').innerHTML">LINKS</a>
<a class="box" onClick="document.getElementById('mainblog').innerHTML=document.getElementById('r').innerHTML" >RULES</a>
<a class="box" href="http://www.blogger.com/home">DASH</a>
<a class="box" href="http://www.blogger.com/follow-blog.g?blogID=YOURBLOGID">+FOLLOW</a></div></div></center>
<table style="font-size:12px; background:#fff;border: 1px solid #ffffff;margin-top:-1px;border:1px solid #d3a4d2; border-radius:10px; " width="919" align="center" border="0" cellspacing="10">
<tbody><tr>
<td valign="top" width="250px">
<div class="sidebarblog">
<div class="title">Welcome</div>
<div class="min">Know My Self ?</div><br>
<center>
<div style="background:url(http://37.media.tumblr.com/5d628da23049314b7c347cbbd55b6755/tumblr_movcawwYsM1ru3nbdo2_250.png) repeat; border:1px solid #778899;padding:5px;width:205px;">
<img style="width:200px;height:140px;" src="http://s3.favim.com/orig/40/city-exterior-lights-new-york-night-Favim.com-334139.jpg" />
<div class="dash">
<a href="http://blogger.com/home" title="Dashboard">HOME</a>
<a href="http://www.blogger.com/follow-blog.g?YOURBLOGID=<$BlogID$>" title="Follow">+FOLLOW</a>
</div></div></center>
<br>
Bonjour All! My Name Mullia Zahra Tiffany Putri ,Im 13 Y.O.. Like My Blog ?C'Mon Follow Q v Q //<br><br><br>
</center></div>
<br>
<div class="sidebarblog">
<div class="title">Footprints</div>
<div class="min">Chit Chat</div><br>
<center><img style="opacity:0.9;border:1px solid #f1f1f1;padding:4px;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsl1xomghNrvdsXVhXvQ5wIf2PAwK1JCUxQSKLHOm6TYlC7p4ulyFACiciSP5H-1K9XS4ssJKTflbNiZPGetxcX3NQa1695n2DajRhm2ZU5upknggYIBZq1MbYztYw4UBtV39u2pvHqSSq/s1600/cbox.png" /></center><br>
<center>*PUT YOUR CBOX*</center></div>
<br>
<div class="sidebarblog">
<div class="title">Followers</div>
<div class="min">Sweet Peeps</div><br>
<center><img style="opacity:0.9;border:1px solid #f1f1f1;padding:4px;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7RZ2D97FzaGhfZ_YLgtt6E1qrTC6Wlu4mUiTI58D9MdzDnxUl1wqckRGd5xVnXE9gWtmcwT92ynrYnDPoBnCzX67I6rJiyj3nGeS8CjKviB2kryU8w1GAoFRxCmIERwnV_Cz8IX89gN_Q/s1600/foll.png" /></center><br>
<center>*PUT YOUR FOLLOWERS WIDGET*</center></div>
<br>
<div class="sidebarblog">
<div class="title">Credit</div>
<div class="min">Thanks For The Creative!</div><br>
Template By : <a href="http://zahra-tiffany101.blogspot.com/">Mullia Zahra</a> <a href="http://www.blogskins.com/me/Zahratiffany101/">Tiffany Putri</a> ,The Basecode From <a href="http://www.kawaiilichan.co.vu/">Nyimas Amalia</a>.... Please Dont Open My Page Source
<br>
<body>
<td id="mainblog" valign="top" style="width:200px; padding-left:5px; border-left:1px solid #f0f0f0; padding-right:7px; padding-left:12px;">
<div class="mainblog">
<blogger><div class="post-title"><img src="http://media.tumblr.com/tumblr_mdpfcr4lmR1qdlkyg.gif"> <BlogItemTitle><$BlogItemTitle$> <img src="http://media.tumblr.com/tumblr_mdpfcr4lmR1qdlkyg.gif"></BlogItemTitle></div>
<div class="date"><BlogDateHeader><$BlogDateHeaderDate$></BlogDateHeader> | <$BlogItemDateTime$> | <a href="<$BlogItemCommentCreate$>"<$BlogItemCommentFormOnClick$><$BlogItemCommentCount$> waiting</a></BlogItemCommentsEnabled></div><br>
<$blogitembody$></blogger><br>
<br><br>
<center><NewerPosts><a href="<$NewerPosts$>"><img src="http://media.tumblr.com/327cef97bcb40012e54ab573284199ae/tumblr_inline_mg0pzt3Gec1qdlkyg.gif" title="Newer" border="0" style="border:none;border-radius:0px;background:transparent;padding:0px;float:left;"/></a></NewerPosts>
<a href=""><img src="http://i791.photobucket.com/albums/yy199/7thdisorder/7thPix/cgs/home3.png" title="Home" border="0" style="border:none;border-radius:0px;background:transparent;padding:0px;"/></a>
<OlderPosts><a href="<$OlderPosts$>"><img src="http://media.tumblr.com/00a98865af7c23e9c3be1e13c7180de6/tumblr_inline_mg0pzmNGRZ1qdlkyg.gif" title="Older" border="0" style="border:none;border-radius:0px;background:transparent;padding:0px;float:right;"/></a></OlderPosts></center></div>
</div><br>
<td id="h" style="display: none;">
<body>
<div class="mainblog">
<blogger><div class="post-title"><img src="http://media.tumblr.com/tumblr_mdpfcr4lmR1qdlkyg.gif"> <BlogItemTitle><$BlogItemTitle$> <img src="http://media.tumblr.com/tumblr_mdpfcr4lmR1qdlkyg.gif"></BlogItemTitle></div>
<div class="date"><BlogDateHeader><$BlogDateHeaderDate$></BlogDateHeader> | <$BlogItemDateTime$> | <a href="<$BlogItemCommentCreate$>"<$BlogItemCommentFormOnClick$><$BlogItemCommentCount$> waiting</a></BlogItemCommentsEnabled></div><br>
<$blogitembody$></blogger><br>
<br><br>
<center><NewerPosts><a href="<$NewerPosts$>"><img src="http://media.tumblr.com/327cef97bcb40012e54ab573284199ae/tumblr_inline_mg0pzt3Gec1qdlkyg.gif" title="Newer" border="0" style="border:none;border-radius:0px;background:transparent;padding:0px;float:left;"/></a></NewerPosts>
<a href=""><img src="http://i791.photobucket.com/albums/yy199/7thdisorder/7thPix/cgs/home3.png" title="Home" border="0" style="border:none;border-radius:0px;background:transparent;padding:0px;"/></a>
<OlderPosts><a href="<$OlderPosts$>"><img src="http://media.tumblr.com/00a98865af7c23e9c3be1e13c7180de6/tumblr_inline_mg0pzmNGRZ1qdlkyg.gif" title="Older" border="0" style="border:none;border-radius:0px;background:transparent;padding:0px;float:right;"/></a></OlderPosts></center></div>
</div>
</td>
<td id="a" style="display: none;">
<div class="mainblog">
<div class="post-title"><img src="http://media.tumblr.com/tumblr_mdnsjhAWlf1qdlkyg.gif"> About Me <img src="http://media.tumblr.com/tumblr_mdnsjhAWlf1qdlkyg.gif"></div><br>
<center><img src="https://31.media.tumblr.com/1cfc8aacc13006ddada5bc077309f751/tumblr_inline_mohhsghwm81qz4rgp.jpg" width="500" ></center></br>
<p>
Hi ... Im Mullia Zahra Tiffany Putri 'o' Im 13 Years Old ,Born at 15 November 2000 Denpasar ... Im Live in Bandung ... My Favourite Color Are Grey ,Blue ,Green ,Orange And More >.< I Dont Like Waiting ,Bad Connection ,Copycat ... I Hate Camping -_- My Hobbys are Travelling ,Blogging ,Swimming .. I Like Beach ... Other My Name Is ''Beach'' Thats Name From My Friends Q v Q // Thanks So Much For Thats Name ... I Like Your Ideas ... Im Gamers #Pfft ... Like Ameba Pigg ,Lost Saga ,More ... My Favourites Pet are Hamsters ,Cat ,Rabbit ,Dog #Ups ... Im Muslimah .. I Like Edit Photo .. My Favourites SOftware is Adobe Photoshop ,But Im Not Master Adobe Photoshop ...<br>
<blockquote>Replace With Your</blockquote>
<br></div>
</td>
<td id="stuffs" style="display: none;">
<div class="mainblog">
<div class="post-title"><img src="http://media.tumblr.com/tumblr_m2ft5zSdCL1qdlkyg.gif"> Tutobies <img src="http://media.tumblr.com/tumblr_m2ft5zSdCL1qdlkyg.gif"></div><br>
<center><img src="http://24.media.tumblr.com/tumblr_mdhif6woLQ1qbma4ko1_500.jpg" width="500" ></center></br>
<blockquote>Replace With Your Tutobies</blockquote><br><br>
</div>
</td>
<td id="free" style="display: none;">
<div class="mainblog">
<div class="post-title"><img src="http://media.tumblr.com/tumblr_m4i8vq97yC1qdlkyg.gif"> Freebies <img src="http://media.tumblr.com/tumblr_m4i8vq97yC1qdlkyg.gif"></div><br>
<center><img src="http://data3.whicdn.com/images/13588744/large.jpg" width="500" ></center></br>
<blockquote>Replace With Your Freebies</blockquote><br><br>
</div>
</td>
<td id="f" style="display: none;">
<div class="mainblog">
<div class="post-title"><img src="http://media.tumblr.com/tumblr_m4i8vtUNKt1qdlkyg.gif"> Linkies <img src="http://media.tumblr.com/tumblr_m4i8vtUNKt1qdlkyg.gif"></div><br>
<center><img src="http://favim.com/orig/201106/10/bridge-city-lights-manhattan-new-york-night-lights-Favim.com-71278.jpg" width="430" height="250"></center><br>
<center>Name: <input type="text" size="11" value="Zahra" style="width:180px;font:11px short stack;color:#90718f;border:1px solid #d6b6d6;margin-right:6px;background-color:#ffffff;padding:2px;padding-left:4px;" onclick="this.focus()" onfocus="this.select()">
URL: <input type="text" size="11" value="http://zahra-tiffany101.blogspot.com/" style="width:180px;font:11px Short Stack;color:#90718f;border:1px solid #d6b6d6;background-color:#ffffff;padding:2px;padding-left:4px;" onclick="this.focus()" onfocus="this.select()"></center>
<br>
<br>
<a class="links" href="http://nafaraisya.blogspot.com/">Azahra</a>
<a class="links" href="http://nyimasamaliablog.blogspot.com/">Nyimas</a>
<a class="links" href="http://zahra-tiffany101.blogspot.com/">Zahra</a>
<a class="links" href="http://zahra-tiffany101.blogspot.com/">Friends</a>
<a class="links" href="http://zahra-tiffany101.blogspot.com/">Friends</a>
<a class="links" href="http://zahra-tiffany101.blogspot.com/">Friends</a>
<a class="links" href="http://zahra-tiffany101.blogspot.com/">Friends</a>
<a class="links" href="http://zahra-tiffany101.blogspot.com/">Friends</a>
<a class="links" href="http://zahra-tiffany101.blogspot.com/">Friends</a>
<a class="links" href="http://zahra-tiffany101.blogspot.com/">Friends</a>
<br></div>
</td>
<td id="r" style="display: none;">
<div class="mainblog">
<div class="post-title"><img src="http://media.tumblr.com/tumblr_m4i8vv12aO1qdlkyg.gif"> Rules <img src="http://media.tumblr.com/tumblr_m4i8vv12aO1qdlkyg.gif"></div><br>
<center><img src="http://favim.com/orig/201106/10/broadway-city-lights-new-york-new-york-city-night-Favim.com-70599.jpg" width="430" height="250"></center><br>
<blockquote>Put With Your Own Rules</blockquote><br>
<img src="http://media.tumblr.com/tumblr_m4i8vzhtY61qdlkyg.gif"> Your Rules here<br>
<img src="http://media.tumblr.com/tumblr_m4i8vzhtY61qdlkyg.gif"> Your Rules Here<br>
<img src="http://media.tumblr.com/tumblr_m4i8vzhtY61qdlkyg.gif"> Your Rules Here<br>
<img src="http://media.tumblr.com/tumblr_m4i8vzhtY61qdlkyg.gif"> Your Rules Here<br>
<img src="http://media.tumblr.com/tumblr_m4i8vzhtY61qdlkyg.gif"> Your Rules Here<br></div>
</td>
</table><br><br><br>
</body>
</head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
<script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
<script>
(function($){
$(document).ready(function(){
$("[title]").style_my_tooltips();
});
})(jQuery);
</script>
</html>
<br><html>
</script>
<script type="text/javascript">$('body').hide();$('body').fadeIn(10000);</script>
<head>
<link href='http://fonts.googleapis.com/css?family=Sniglet' rel='stylesheet' type='text/css'> <Br><br><br>
<base target='_blank'/>
<title>K-ON Time</title>
<link rel="shortcut icon" href="http://media.tumblr.com/tumblr_meb61miYHG1qdlkyg.gif"/>
<style type="text/css">
#navbar-iframe {
display: none;
}
.b1a4 {
margin-left: 0px;
margin-bottom: -29px;
}
body {
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhU-oFz1H4iD_tmHYI3veQvvZlnGhh6y4lHw1ekCsptF3hBrqcmBq_vms1jvfNAvxTNkpJOl2nfkxSGAw4TwJyYAX_Mn8hKEb2pmEaV9Ipdynitc__ZIxKPaLlQtoamnS_YxMhjfixBA/s1600/purple.jpg);
background-attachment: fixed;
font-family: Sniglet;
font-size: 12px;
text-align: left;
cursor:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgrghuo-zaIXGgYHSM1xPE9IocgJMUh0vathsF3Rg5CxhfYtAaDv0dqDnI-Q8AxWfqUw5Uel2WQMXULrW77-hUzbCJIAqRnTWapvtwfhCkZ1cx_VtY35zc3LKinnGaBEbIocA8PiKwdGuw/s1600/Cursor.png),auto;
}
a:link, a:visited {
color: #af88b8;
text-decoration: none;
-webkit-transition:0.5s;
}
a:hover{
text-decoration: none;
color: #ccc;
-webkit-transition:0.5s;
cursor:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjcUfgRV1dQXI1m9CROvyQiGGOWuZjVoC-P_ArjBqHwkBK7gfXQqp_CHiGnyUFod4M5PKRj0TDTlfjOxzEhDfrO5Z2RPuha5hLgfDbvp7S_Cf3eHnZfvK7LL5au7QxwuhgagVLngzecl5w/s1600/Cursor+Link.png),auto;
}
.title {
background:#ecc8f2;
color:#ccc;
font-family:Sniglet;
font-size:13px;
letter-spacing:3px;
text-transform:lowercase;
padding:3px;
margin-bottom:0px;
}
.title1 {
margin-top:0px;
background:#fff;
border:1px solid #edddf0;
font-family:Sniglet;
font-size: 8px;
padding:2px;
padding-left:20px;
letter-spacing:1px;
text-transform:block;
}
blockquote{
background:url(http://s1.zerochan.net/K-ON%21.600.305080.jpg);
padding:10px;
color:#000000;
letter-spacing:1px;
border-radius:10px;
border:2px solid #9681b6;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
text-shadow: -1px 0 ffe9ff, 0 1px ffe9ff,
1px 0 ffe9ff, 0 -1px ffe9ff;
}
blockquote:hover{
background:url(http://s1.zerochan.net/K-ON%21.600.305080.jpg);
background-position:50% 50%;
}
.header {
background:#fff0f3;
padding: 15px;
margin-bottom: -20px;
z-index: 100;
position: relative;
width: 900px;
}
.h1 {
color: #9681b6;
text-align: left;
margin-top:20px;
margin-bottom:-20px;
font: normal 20px u;}
@font-face{font-family:u;src:url('http://static.tumblr.com/eq1rpir/rasm518kt/theonlyexception.ttf')
}
.myung {
display:inline-block;
width: 270px;
padding:3px;
margin:5px;
background:#ffffff;
border: 1px dashed #9681b6;
font:10px Sniglet;
text-align:left;
Text-decoration:none;
color:#000000;
text-transform:uppercase;
border-top-right-radius:6px;
border-bottom-right-radius:6px;
border-top-left-radius:6px;
border-bottom-left-radius:6px;
}
.myung:hover{
display:inline-block;
width: 270px;
padding:3px;
margin:5px;
background:#ffffff;
font:10px Sniglet;
text-align:left;
Text-decoration:none;
color:#000000;
text-transform:uppercase;
border-top-left-radius:6px;
border-bottom-left-radius:6px;
}
i , s, strike {
color: #c1a5ea;
}
b {
color:#c1a5ea;
-webkit-transition-duration: 1.5s;
}
b:hover {
color: #BAD4E6;
-webkit-transition-duration: 1.5s;
}
a.link {
background: #fff;
padding: 1px;
border: 2px solid #9595c6;
width: 100px;
display: inline-block;
color: #ccc;
-webkit-transition: 1s;
text-align: center;
text-transform: uppercase;
font-size: 9px;
line-height: 15px;
margin-bottom: 5px;
font: 12px Sniglet;
padding: 3px;
}
a.link:hover {
box-shadow: inset 130px 0 0px 0 #b8b7f3;
-webkit-transition: 1s;
color: #fff;
}
::-webkit-scrollbar {
width:8px;
height:8px;
}
::-webkit-scrollbar-track-piece {
background-color: #f0dcf1;
border: 3px solid #FFFFFF;
}
::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
background:#f0dcf1;
border: 1px solid #FFFFFF;
}
::selection {
background: #ebb7f8;
color: #fff;
text-shadow: 1px 1px 0px #f8434c;
}
::-moz-selection {
background: #ebb7f8;
color: #fff;
text-shadow: 1px 1px 0px #f8434c;
}
u {
text-decoration: none;
border-bottom: 2px solid #eedcf2;
}
.comment-timestamp {
margin:0 0 .5em;
padding:0 0 .75em 20px;
color:#666;
}
.deleted-comment {
font-style:italic;
color:gray;
}
#comments {
margin:5;
border-width:0 1px 1px;
padding:20px 0 15px 0;
}
.comment-icon blogger-comment-icon{display:none}
#comments-block {
margin:2px ;
}
.comment-data {
background:url("http://media.tumblr.com/bcc52d56cbdda7d4502bec7ac1624a92/tumblr_inline_mmzn59DAMt1qz4rgp.gif") no-repeat 2px .3em;
margin-top:5px !important;background-size:15px;
padding:0 0 0 20px;
color:#666;
}
span.comment-icon{display:none}
.comment-poster {
font-weight:bold;
}
.comment-body {
margin:0px;
}
.comment-body p {
background:#FFFFFF;
border:3px solid #e8d5f;
margin:0em;
padding:5px;
color:#808080;
}
li { list-style-image:url(http://media.tumblr.com/tumblr_m7edqn8uAK1qdlkyg.gif);}
li:hover { list-style-image:url(http://media.tumblr.com/tumblr_m7edqn8uAK1qdlkyg.gif);}
</style>
</style>
<style>
.hyosung{
width:100%;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4VSILUDtwI2lH_zpV5uoQuWo5t0_zrbltaPTUdc6rG0GgtOpnkOopM32m9iqtCS31azYmvNpsrwmzUTKN9jP3GECyp5nFpvbMS_QKMAyeJp86gw7cGAoZIe3pnJaRmOylTVo8s9rU9L0/s1600/purple.png);
border-bottom:5px solid #d3d3fa;
position:fixed;
top:0px;
left:0px;
box-shadow:0 0 6px #ccc;
text-align:center;
padding:10px;}
a.jieun{
background:#f0daf6;
text-decoration:none;
color:#9681b6;
padding:5px;
font:13px Sniglet;
margin-left:5px;
margin-right:5px;
-webkit-transition:All 0.4s ease;
-moz-transition:All 0.4s ease;
-o-transition:All 0.4s ease;
display:inline-block;
width:60px;}
a.jieun:hover{background:# f0e2ff;
color:#9681b6;
</style>
<center>
<div style="background:#ebddff;width:900px;border-radius: 0px 0px 0px 0px;padding:15px;margin-top:15px;">
<center>
<img class="b1a4" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjuVvwQJZyrDJXSKcPutSdOVozAo1xMw4QiP73GnyNbHBxICAfQWQX4XFp3Oy4gsczMmGLWdsSsnQe62rrOByeQi6EZpY-hiz5lZZWruqAcpZQ1ZRRuR8QjQtSxfFCS9LrI3srvzj1fRQc/s1600/Untuk+Membuat+Banner.png" />
<center><br>
<div style="background: #FFFFFF;"/>
<br>
<div class="hyosung">
<a class="jieun" onClick="document.getElementById('entry').innerHTML=document.getElementById('journal').innerHTML" >REFRESH</a>
<a class="jieun" onClick="document.getElementById('entry').innerHTML=document.getElementById('about').innerHTML" >ABOUT</a>
<a class="jieun" onClick="document.getElementById('entry').innerHTML=document.getElementById('links').innerHTML" >LINKIES</a>
<a class="jieun" onClick="document.getElementById('entry').innerHTML=document.getElementById('stuff').innerHTML" >TUTO</a>
<a class="jieun" onClick="document.getElementById('entry').innerHTML=document.getElementById('a').innerHTML" >FREE</a>
<a class="jieun" onClick="document.getElementById('entry').innerHTML=document.getElementById('b').innerHTML" >RULES</a>
<a class="jieun" onClick="document.getElementById('entry').innerHTML=document.getElementById('c').innerHTML" >SKINS</a>
<a class="jieun" href="<$NewerPosts$>">NEWER</a>
<a class="jieun" href="<$OlderPosts$>">OLDER</a>
<a class="jieun" href="http://www.blogger.com/follow-blog.g?blogID=Your Blog ID<$BlogID$>">FOLLOW</a></div></div>
</head>
<table style="font-size: 11px; color:purple; letter-spacing:1px;line-height: 17px; background:#fff;" width="900" align="center" border="0" cellspacing="8">
<tbody><tr>
<td valign="top" style="line-height:15px; letter-font-size:10px; width:250px; padding:10px;">
<div class="title">Ohayou Gozaimasu</div><br>
<center>
<center><img style="opacity: 0.75; width: 120px; border-radius: 350px;
padding: 5px;
padding:5px;
box-shadow:0px 0px 5px #b49ada;" src="http://randomc.net/image/K-ON/K-ON!!%20-%2004%20-%20Large%2004.jpg"><br>
<center><!--Beginning of
IP Script-->
Hello, <script type="text/javascript"
src="http://www.whatsmyip.us/showipsimple.php"> </script><br> <br><br> Welcome To My Blog >.< Theme Of My Blog Is K-ON .... I Like Anime ‘-‘)/ My Name Mullia Zahra Tiffany Putri ,Im 13 Y.O .... I Hope You Like My Blog ,Dont Ever Dare To Open My Page Source and Dont Copy Any Content Of This Blog.....
<form action="/search" id="searchthis"
method="get" style="display: inline;">
<center><div style="text-align: center;">
<input id="search-box" name="q" size="20"
style="background: #ddc8f8; border: 1px solid Purple;" type="text" value"Search" />
<input id="search-btn" style="background: #ddc8f8; border: 1px solid Purple;
color: Purple; font-weight: bold;" type="submit" value="Go" /><br />
</div>
</form>
</center><br>
<div class="title">Tagboard</div><br>
<center>
<center>Put Your Cbox Here Q v Q //
</center><br>
<div class="title">K-ON Post</div><br>
<div style="border:1px dashed Purple;background:url(http://i.imgur.com/y1CAtRV.png); width:190px; overflow-x:hidden; overflow-y:scroll;padding:10px; height:75px; ">
<bloggerpreviousitems>
<bloggerpreviousitems>
<a href="<$BlogItemPermalinkURL$>">
<div class="me"><$BlogPreviousItemTitle$></div>
</a>
</BloggerPreviousItems>
</div><br>
<div class="title">Secret Box</div><br>
<style>
.adv2 ul{background:url(http://i.imgur.com/LsUfp.png);padding:5px;border:1px dashed #d3c6dd;text-align:center;width:250px;color:#555}
.adv2 p{padding:5px;text-align:left;width:250px;color:#555;}
a.tablo{-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
cursor:pointer;background:#fff;
width:20px;
text-decoration:none;
border:1px dashed #d5cbe2;
border-radius:33px;
color:#555;
display:inline-block;
text-align:center;
}
a.tablo:hover{background:#ccc;color:#fff;}
</style>
<div id="adv2" class="adv2">
<center><style>
.babo{background:url(http://i.imgur.com/idEbA.png);padding:5px;border:3px solid #ebe4f4;text-align:center;width:250px;color:#555}
a.tablo{
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
cursor:pointer;background:#ebe4f4;
width:20px;
text-decoration:none;
border:3px solid #fff;
color:#fff;
box-shadow:1px 1px 3px #eee;
border-radius:33px;
display:inline-block;
text-align:center;
font:16px Sniglet;
}
a.tablo:hover{background:#ebe4f4;color:#fff;}
#wnsb img{max-width:245px;}
</style>
<div class="babo">
<a class="tablo" onclick="document.getElementById('wnsb').innerHTML=document.getElementById('1').innerHTML" >1</a>
<a class="tablo" onclick="document.getElementById('wnsb').innerHTML=document.getElementById('2').innerHTML" >2</a>
<a class="tablo" onclick="document.getElementById('wnsb').innerHTML=document.getElementById('3').innerHTML" >3</a>
<a class="tablo" onclick="document.getElementById('wnsb').innerHTML=document.getElementById('4').innerHTML" >4</a> </div>
<div id="wnsb" style="width:250px;color:#ccc; padding:5px;border:3px solid #ebe4f4;border-top:none;font:11px Sniglet; letter-spacing:1px;">
Navigate Around ,Replace This With Anything/Your Own Words.
</div>
<div id="1" style="display: none;">
This Navigation No 1 , Remove This And Replace With Anything You Want To Be Here.
</div>
<div id="2" style="display: none;">
You Can Also Put CBox Codes Here. Just Anything Without Messing The Codes.
</div>
<div id="3" style="display: none;">
The Third Page
</div>
<div id="4" style="display: none;">
This Forth Page
</div>
</center><br>
<div class="title">Bestie</div><br>
Put Your Own Code Followers Gadget Here Q v Q //
<div class="title">Credits</div><br>
</center>
<!------------Dont remove the credit or i kill u-------------!>
© 2014 – Template By : <a href="http://zahra-tiffany101.blogspot.com/">Zahra</a> <a href="http://www.blogskins.com/me/zahratiffany101/">Tiffany</a><br>
Basecode From : <a href="http://anugerahsalsa.blogspot.com/">Anugerah</a> <a href="http://www.blogskins.com/me/anugerahsalsa/">Salsa</a><br>
Best Viewed In Google Chrome ,Somebody Help Me Is <a href="http://chocofun123.blogspot.com/">A</a> <a href="http://www.google.com/">N</a> <a href="http://www.blogger.com/">I</a> <a href="http://www.blogskins.com/">M</a> <a href="http://listofbackgroundsfromafiqah.blogspot.com/">E</a><br>
</div></div></td>
<!------------Dont remove the credit or i kill u-------------!>
<td valign="top" style="width:600px; padding:10px; ">
<div id="entry">
<Blogger>
<div class="title"><$BlogItemTitle$></div><div class="title1" style="float:center;text-align:left;"><BlogDateHeader><$BlogDateHeaderDate$></BlogDateHeader> | <a href="<$BlogItemCommentCreate$>"<$BlogItemCommentFormOnClick$>> <$BlogItemCommentCount$> Diamond[s]</a></BlogItemCommentsEnabled></div><$blogitembody$>
</p>
<itempage>
<div id="comments" style="margin-top:5px;">
<blogitemcommentsenabled><a name="comments"></a>
<dl id="comments-block">
<div style="width:500px; padding:5px;margin-top:20px;border:4px solid #fff;6px;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgK5sQiyg6WRVyikEi0qGW_0tUjJR_-qH0OVMOULeT1pYxocEZZ1Bb-uP-mkuMUHiyzWiRXWeEjDd6tgxtbuxyTcSW_PQsAbysh7skWI5aaD4kHc9CWYvwECTxz4t49y55n9wSuMy0ZBvU/s1600/pink.gif); box-shadow:0 0 3px #ddd;">
<$CommentPager$>
<blogitemcomments>
<dt class="comment-data" id="<$BlogCommentAnchorName$>"><a name="<$BlogCommentAnchorName$>"></a>
<$I18NCommentAuthorSaid$></dt>
<dd class="comment-body">
<p>
<$BlogCommentBody$></p>
<$BlogCommentDeleteIcon$>
</dd>
</BlogItemComments>
<$CommentPager$>
</dl>
<p class="comment-timestamp">
<$BlogItemCreate$>
</p>
</ItemPage>
</Blogger><br>
<center><a style="float:left;" href=<$NewerPosts$>><div class="newer"><span>←</span> Newer Post</div></a>
<a style="float:right;" href=<$OlderPosts$>><div class="older" >Older Post <span>→</span></div></a>
</center></div>
</td></tr></tbody>
<div id="about" style="display: none;">
<div class="title">Know Me ?No ?See This</div><br>
<center><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgK5sQiyg6WRVyikEi0qGW_0tUjJR_-qH0OVMOULeT1pYxocEZZ1Bb-uP-mkuMUHiyzWiRXWeEjDd6tgxtbuxyTcSW_PQsAbysh7skWI5aaD4kHc9CWYvwECTxz4t49y55n9wSuMy0ZBvU/s1600/pink.gif"width="450"></center>
<blockquote>Put With Your Own Profile</blockquote>
</div>
</div>
</table>
<div id="journal" style="display: none;">
<Blogger>
<div class="title"><$BlogItemTitle$></div><div class="title1" style="float:center;text-align:left;"><BlogDateHeader><$BlogDateHeaderDate$></BlogDateHeader> | <a href="<$BlogItemCommentCreate$>"<$BlogItemCommentFormOnClick$>> <$BlogItemCommentCount$> Pink(s)</a></BlogItemCommentsEnabled></div><$blogitembody$>
</br>
<itempage>
<div id="comments" style="margin-top:5px;">
<blogitemcommentsenabled><a name="comments"></a>
<dl id="comments-block">
<div style="width:500px; padding:5px;margin-top:20px;border:4px solid #fff;6px;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhpgONFmRJSHveh6cjh8OES3Ysd1wwYhHxbKSo4TwF8QtWIbCZm-U4rJ6e0wimhXwixmm8yTEswl-_2EVboGLRftBlSud702Cx0Qg94J5YeyKkrIz0pJ-Wn34HtqfnpOZQ0Xg1auJR4qTs/s1600/sparkles.png); box-shadow:0 0 3px #ddd;">
<$CommentPager$>
<blogitemcomments>
<dt class="comment-data" id="<$BlogCommentAnchorName$>"><a name="<$BlogCommentAnchorName$>"></a>
<$I18NCommentAuthorSaid$></dt>
<dd class="comment-body">
<p>
<$BlogCommentBody$></p>
<$BlogCommentDeleteIcon$>
</dd>
</BlogItemComments>
<$CommentPager$>
</dl>
<p class="comment-timestamp">
<$BlogItemCreate$>
</p>
</ItemPage>
</Blogger><br>
<center><a style="float:left;" href=<$NewerPosts$>><div class="newer"><span>←</span> Newer Post</div></a>
<a style="float:right;" href=<$OlderPosts$>><div class="older" >Older Post <span>→</span></div></a>
</center></div>
<div id="links" style="display: none;">
<div class="title">Wanna Exchange ?</div><br>
<center><img src="https://38.media.tumblr.com/3c6053e457cdde3dfa39a2e0d3df094a/tumblr_nazhf4PigI1t89rpeo1_500.gif"width="450"></center><br><br>
<div style="margin-center: 30px;">
<a class="link" href="http://www.anugerahsalsa.blogspot.com/">Salsa</a>
<a class="link" href="http://www.zahra-tiffany101.blogspot.com/">Zahra</a>
<a class="link" href="/">Open</a>
<a class="link" href="/">Open</a>
<a class="link" href="/">Open</a>
<a class="link" href="/">Open</a>
<a class="link" href="/">Open</a>
<a class="link" href="/">Open</a>
<a class="link" href="/">Open</a>
<a class="link" href="/">Open</a>
<a class="link" href="/">Open</a>
<a class="link" href="/">Open</a>
<a class="link" href="/">Open</a>
<a class="link" href="/">Open</a>
<a class="link" href="/">Open</a>
<a class="link" href="/">Open</a>
<a class="link" href="/">Open</a>
<a class="link" href="/">Open</a>
<a class="link" href="/">Open</a>
<a class="link" href="/">Open</a>
<a class="link" href="/">Open</a>
<a class="link" href="/">Open</a>
<a class="link" href="/">Open</a>
<a class="link" href="/">Open</a>
<a class="link" href="/">Open</a>
</div>
<div id="stuff" style="display: none;">
<div class="title">My Tutobies...</div><br>
<center><img src="https://38.media.tumblr.com/4f6c23f426f64535abd7e4b7a7e4da04/tumblr_na58nrsGNw1tj1013o1_500.gif"width="450"></center><br>
<div class="h1">Tutorial..... </div><br>
<a classf="myung" href="">Tutorial</a>
<a class="myung" href="">Tutorial</a>
<a class="myung" href="">Tutorial</a>
<a class="myung" href="">Tutorial</a>
<a class="myung" href="">Tutorial</a>
<a class="myung" href="">Tutorial</a>
<a class="myung" href="">Tutorial</a>
<a class="myung" href="">Tutorial</a><br></div>
<div id="a" style="display: none;">
<div class="title">My Freebies...</div><br>
<center><img src="https://33.media.tumblr.com/5bd463c8aab7881d678066e2f4e6e2fd/tumblr_na3nplN8ZM1tj1013o1_500.gif"width="450"></center><br>
<div class="h1">Freebies </div><br>
<a classf="myung" href="">Freebies</a>
<a class="myung" href="">Freebies</a>
<a class="myung" href="">Freebies</a>
<a class="myung" href="">Freebies</a>
<a class="myung" href="">Freebies</a>
<a class="myung" href="">Freebies</a>
<a class="myung" href="">Freebies</a>
<a class="myung" href="">Freebies</a><br></div>
<div id="b" style="display: none;">
<div class="title">Read Them</div><br>
<center><img src="https://38.media.tumblr.com/6811099b66eab82a5e5abfb88eebb682/tumblr_n9vmgksIwA1toqhwfo1_500.gif"width="450"></center><br>
<blockquote>Put With Your Own Rules</blockquote></div>
<div id="c" style="display: none;">
<div class="title">My Skins ^^</div><br>
<center><img src="https://38.media.tumblr.com/03217775544c55b1bda38d148f5bd900/tumblr_n9spsxgGKW1sibjfjo1_500.gif"width="450"></center><br>
<style>
.bskins{
-webkit-transition: 1.0s;
-moz-transition: 1.0s;
border-radius: 50%;
width: 100px;
height: 100px;
border: 5px solid #e1afed;
}
.bskins:hover{
-webkit-transform: rotate(360deg) ;
-moz-transform: rotate(360deg) ;
-o-transform: rotate(360deg) ;
-ms-transform: rotate(360deg) ;}
border-radius: 50%;
-webkit-transition: 1.0s;
-moz-transition: 1.0s;
border: 5px solid #d1a2dc;
</style>
<center>
<div><a href="http://www.blogskins.com/" ><img class="bskins" src=" https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjicUAcBlsv-b_WK17QFvbg7LI5zZSqntIFDnyAaoH8yh8IV356R2iu35xaWZyj_1ChVwAT0OhZioYvufitqPx_yAZ8bfxSknQM0szfRqRoSINUR1bJDCi3cl6FbEcufe8Hn5jDXXAwJbM/s1600/Untuk+Membuat+Web+Link.png" /></a>
<a href=" http://www.blogskins.com/" ><img class="bskins" src=" https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjicUAcBlsv-b_WK17QFvbg7LI5zZSqntIFDnyAaoH8yh8IV356R2iu35xaWZyj_1ChVwAT0OhZioYvufitqPx_yAZ8bfxSknQM0szfRqRoSINUR1bJDCi3cl6FbEcufe8Hn5jDXXAwJbM/s1600/Untuk+Membuat+Web+Link.png" /></a>
<a href=" http://www.blogskins.com/" ><img class="bskins" src=" https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjicUAcBlsv-b_WK17QFvbg7LI5zZSqntIFDnyAaoH8yh8IV356R2iu35xaWZyj_1ChVwAT0OhZioYvufitqPx_yAZ8bfxSknQM0szfRqRoSINUR1bJDCi3cl6FbEcufe8Hn5jDXXAwJbM/s1600/Untuk+Membuat+Web+Link.png" /></a>
<a href=" http://www.blogskins.com/" ><img class="bskins" src=" https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjicUAcBlsv-b_WK17QFvbg7LI5zZSqntIFDnyAaoH8yh8IV356R2iu35xaWZyj_1ChVwAT0OhZioYvufitqPx_yAZ8bfxSknQM0szfRqRoSINUR1bJDCi3cl6FbEcufe8Hn5jDXXAwJbM/s1600/Untuk+Membuat+Web+Link.png" /></a></div></center>
<blockquote>Put With Your Own Skins</blockquote></div>
<!--------------------------------------
Blogger Classic Template
Name : I Love Cat
Skin By: http://zahra-tiffany101.blogspot.com/
Basecode by : http://http://fatinhalid.blogspot.com/
*Dont Remove The CREDIT!!!
--------------------------------------!>
<html>
<link href='http://fonts.googleapis.com/css?family=Rum+Raisin' rel='stylesheet' type='text/css'>
<head>
<base target='_blank'/>
<title>I Love Cat</title>
<link rel="shortcut icon" href="http://media.tumblr.com/bd8644a4b4526b1d99d9100fad2bd430/tumblr_inline_mmzqop2vNL1qz4rgp.gif">
<script type="text/javascript"
src="http://files.main.bloggerstop.net/uploads/3/0/2/5/3025338/snowstorm.js" />
<!-- now, we'll customize the snowStorm object -->
<script type="text/javascript">
snowStorm.snowColor = '#d1f6ff'; // blue-ish snow!?
snowStorm.flakesMaxActive = 999; // show more snow on screen at once
snowStorm.useTwinkleEffect = true; // let the snow flicker in and out of view
</script>
<style type="text/css">
#navbar-iframe{
display: none;
}
body{
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhDnyvizRLyuA-1FOrrDCry5wWOPab32l79rPFxzW9xQJXDrgKMKGTUqVxb-eKF0r3TLknYrdM2nFsKjeURBzvrg06wUKKHCtkXQG_x2e7cFnNq4Q7l8xpEPw6wmXm02ygmaSugJXyvI9TF/s1600/Blue.png);
background-attachment: fixed;
font-family:verdana;
letter-spacing:0px;
color:#000;
padding:1px;
cursor:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZrhcsZrAXul_YAZ1JQrF5bwDDyvemudTZXfC5pTljyQhCwr9CsjUkRBrv06yYi2iOli8gMtSFKiDzZsfP2ObcEsRAlYVLSUC7rOqa8r-nxgtL3xjmc6HaTo_wx5xEkfhCNXrj1Uuqy8Y/s1600/cur266.png),auto;
}
a:link, a:visited {
cursor:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidPR2Mg8kA1SJcxjJs4iSL0oYoqYF2zXwn4E5P0BJ4r2S3XIVlJQWEIucW7TNX4gr2LUQiIwjG_dugupZ3wP1ORE4jQEYauFRPwjDMnSy7FCXE7UL7qdqkTxTANORSKGe-3OZLdThIMnI/s1600/cur267.png),auto;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
text-decoration:none;
color:#B0E0E6;
padding:1px;
}
a:hover {
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
color:#000;
}
img{
border-radius:2px;
-webkit-transition:1s;
}
.sidebar {
border-radius:10px;
background:fff;
padding-top:10px;
padding-bottom:10px;
padding-left:20px;
padding-right:20px;
width: 220px;
font-size:11px;
text-align:left;
border:1px solid #B0E0E6;
margin-left:10px;
}
.title {
padding:5px 5px 5px 30px;
background:url(http://media.tumblr.com/tumblr_mdnsjwdq5a1qdlkyg.gif) left center;
background-repeat:no-repeat;
font:15px verdana;
font-style:normal;
text-align:left;
letter-spacing: 1px;
color:black;
-webkit-transition:All 0.4s ease;
-moz-transition:All 0.4s ease;
-o-transition:All 0.4s ease;
}
.title:first-letter {
font-size: 25px;
font-family: 'Rum Raisin', sans-serif;
text-align: center;
color: #B0E0E6;
}
.comment {
background:#E0FFFF;
margin-bottom:10px;
font-size:11px;
text-align:right;
letter-spacing:1px;
}
.ch-grid {
margin: 20px 0 0 0;
padding: 2px;
list-style: none;
display: block;
text-align: center;
width: 100%;
}
blockquote {
padding: 10px 10px 10px 26px;
border-top:1px dashed #B0E0E6;
border-bottom:1px solid #B0E0E6;
border-right:1px solid #B0E0E6;
border-left:1px dashed #B0E0E6;
background-position:bottom right;
background-repeat:no-repeat;
background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiBAyIopECmwzxyf9PV_UW4cAkuAwbzj_-F1jFdBwElZo0uW3tRBMvou-PvxaSkNuugT7ZxSc3u4SehTfnBlG39o_wyme4NRY-WetOfM3DT0IFXccuIRpazDAnAq0epE8c5LLS9SKgKQ3MB/s1600/jYOLycD.gif);
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}
u {
text-decoration:none;
border-bottom: 1px solid #B0E0E6;
-webkit-transition: 1s;
}
i {
font-family:Verdana;
}
::-webkit-scrollbar {
width: 7px;
height: 10px;
background:url(http://snow-white.lolipop.jp/sozai/wall/dot/25_05.gif);
}
::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
background-color: #fff;
border: 1px solid #B0E0E6;
}
::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment{
height:10px;
width:10px;
display:block;
background:#fff;
border:1px solid #B0E0E6;
}
::selection {
background: #E0FFFF;
color: #000;
}
::-moz-selection {
background: #E0FFFF;
color: #000;
}
a.navi{
display:inline-block;
-webkit-transition:All 0.8s ease ;
-moz-transition:All 0.84s ease ;
-o-transition:All 0.8s ease ;
padding:5px;
width:70px;
text-decoration:none;
font-family:tahoma;
font-size:10px;
text-transform:uppercase;
color: #fff;
background: #B0E0E6;
text-align:center;
cursor:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZrhcsZrAXul_YAZ1JQrF5bwDDyvemudTZXfC5pTljyQhCwr9CsjUkRBrv06yYi2iOli8gMtSFKiDzZsfP2ObcEsRAlYVLSUC7rOqa8r-nxgtL3xjmc6HaTo_wx5xEkfhCNXrj1Uuqy8Y/s1600/cur266.png),auto;
}
a.navi:hover{
-moz-box-shadow:inset -100px 0px -200px -0.5px #87CEEB;
-webkit-box-shadow:inset -100px 0px -200px -0.5px #fff;
box-shadow:inset -100px 0px 0px -0.5px #87CEEB;
color: #fff;
border-bottom:0px;
}
a.tablo{
margin-bottom:10px;
background:#fff;
width:45px;
text-decoration:none;
border:1px dotted ##B0E0E6;
border-radius:33px;
color:#555;
display:inline-block;
text-align:center;
}
.h1 {
background:url(http://pastelpatterns.com/small/smallpattern-4.png);
padding:2px;
text-transform:uppercase;
color:#000;
-webkit-transition: 1.0s;
-moz-transition: 1.0s;
margin-bottom:5px;
margin:10px;
font-family: 'Rum Raisin', sans-serif;
font-size:12px;
line-height:18px;
text-align:center;
}
a.chan {
background:url(http://media.tumblr.com/136806c52eca5aa83ba2a2f092488327/tumblr_inline_mmzqor9FZB1qz4rgp.gif);
background-repeat:no-repeat;
background-size:13px;
padding-left:25px;
color:#666;
display:inline-block;
font:11px arial;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
width:305px;
line-height:18px;
}
a.chan:hover{
background:url(http://media.tumblr.com/0ab6c1ee473f07d27351b07804867141/tumblr_inline_mmzqosDrIx1qz4rgp.gif);
background-repeat:no-repeat;
background-size:13px;
color: #B0E0E6;
}
</style>
<center>
<div style="margin-top:15px;">
<div style="display:inline-block;width:900px;padding:8px;border-radius:0px 0px 0px 0px;border:2px solid #AFEEEE;background: url(http://pastelpatterns.com/small/smallpattern-7.png);">
<div style="display:inline-block;width:900px;padding-top:275px;border-radius:0px 0px 0px 0px;border:0px dotted #B0E0E6;border-bottom:none;background-repeat:no-repeat;background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGOihr5O2700kT1OFjfpqG3BVyYYvRXMZJRcJPqbhE9cPOugpviaw71wvdKJJ1eV5BjUIukF4LephUturQPc1f5B_6okP-7Hm634RsWapstkr34rM-GjGlj6R3lngD6UiIBZx_AOqIKAJT/s1600/iApmaXI+copy.png);"></div><br>
</center>
<center>
<div style="margin-top:-1px;margin-bottom:-3px;background:none;border-left:20px solid #B0E0E6;border-right:20px solid #B0E0E6;width:600px;height:50px;display:inline-block;-webkit-box-shadow: 0 1px 5px rgba(191,191,191,0.88);-moz-box-shadow: 0 1px 5px rgba(191,191,191,0.88);box-shadow: 0 1px 5px rgba(191,191,191,0.88);">
</div>
<div style="display:inline-block;width:900px;padding:10px;border-radius:10px 10px 10px 10px;border:2px solid #B0E0E6;background: url(http://pastelpatterns.com/small/smallpattern-1.png);">
<a class="navi" onClick="document.getElementById('blog').innerHTML=document.getElementById('entry').innerHTML">HOME</a>
<a class="navi" onClick="document.getElementById('blog').innerHTML=document.getElementById('profile').innerHTML">ABOUT</a>
<a class="navi" onClick="document.getElementById('blog').innerHTML=document.getElementById('link').innerHTML">FRIENDS</a>
<a class="navi" onClick="document.getElementById('blog').innerHTML=document.getElementById('stuff').innerHTML">TUTOBIES</a>
<a class="navi" href="http://www.facebook.com">FACEBOOK</a>
<a class="navi" href="twitter.com">TWITTER</a>
<a class="navi" href="ask.fm">ASK.FM</a>
<a class="navi" href="<$NewerPosts$>">NEWER</a>
<a class="navi" href="<$OlderPosts$>">OLDER</a>
</div></div></div>
<table style="border-radius:0px 0px 0px 0px;line-height: 17px; padding-left:0px; padding-right:0px; padding-bottom:18px; padding-top:20px; background:none; border:0px solid #efefef;" width="960" border="0" align="center" cellspacing="15"-webkit-box-shadow: 0 1px 5px rgba(191,191,191,0.88);
-moz-box-shadow: 0 1px 5px rgba(191,191,191,0.88);
box-shadow: 0 1px 5px rgba(191,191,191,0.88); >
<tbody><tr>
<td valign="top"><div class="sidebar">
<div class="title">About Me</div>
<div class="comment">Welcome Here Q v Q //</div>
<center>
<div style="background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjFjtwF5r1xhaQc2T4dSTd_Z5goFH31QRBmaa-3DNHjhA90QaLzz_8_klQ4DwYIrt5D8ACCv7j7H0RTam7D1xJMQhN145DX4XjWmRyrDw_O4fOee0Zr9z6cBNYMDDBTJYKQXZhV7EpqcA/s1600/blue.png) repeat; border:1px solid #B0E0E6;padding:4px;width:130px;">
<img style="width:130px;height:80px;" src="https://lh5.googleusercontent.com/-GskHvhGlVqs/TiPUpzGSsEI/AAAAAAAABbM/Xbw-NzusS2Q/w500-h281/tumblr_ll71kg0oXb1qjeepdo1_500.gif">
</div>
<br>
Replace With Yours<br><br>
<!--Beginning of IP Script-->
Your <a href="http://www.whatsmyip.us" style="color:blue;"><b>IP</b></a> is: <script type="text/javascript" src="http://www.whatsmyip.us/showipsimple.php"> </script>
<!--End of IP Script--> Thats Your IP !?! True ? I Can See Your IP... So ,Dont OPEN MY PAGE SOURCE ... I CAN SE YOUR IP !?!?!
</center></div>
<center><div style="background:none;margin-bottom:-3px;border-left:20px solid #B0E0E6;border-right:20px solid #B0E0E6;width:100px;height:42px;display:inline-block;">
</div>
<div class="sidebar"><div class="title">Menu</div>
<div class="comment">Choose One for See</div>
<center>
<a class="tablo" onclick="document.getElementById('wnsb').innerHTML=document.getElementById('1').innerHTML" >POST</a>
<a class="tablo" onclick="document.getElementById('wnsb').innerHTML=document.getElementById('2').innerHTML" >CHAT</a>
<br>
<div id="wnsb" style="padding:3px;border:1px dashed #B0E0E6;border-radius:3px;background:#fff; width:200px;height:100px;background-position:bottom center;background-repeat:no-repeat;background-image: url(http://media.tumblr.com/51f98be361ebfbff44021153cca34f11/tumblr_inline_mg2m4bUdXB1qdlkyg.gif);"><br>
<center>Click "POST" to See Related Post<br><br>
Click "Chat" To Sending Something<br>
</center>
</div>
<div id="1" style="display: none;">
<div style="text-align:left;height:100px; overflow-x:hidden; overflow-y:scroll;">
<bloggerpreviousitems>
<li><a href="<$BlogItemPermalinkURL$>">
<$BlogPreviousItemTitle$></li></a>
</BloggerPreviousItems>
</div>
<div id="2" style="display: none;">
<center>
Put Your Own CBox Width="200"
</center>
</div>
</div></div></div></div>
<center><div style="background:none;margin-bottom:-3px; border-left:20px solid #B0E0E6;border-right:20px solid #B0E0E6;width:100px;height:42px;display:inline-block;">
</div>
<div class="sidebar"><div class="title">Follow</div>
<div class="comment">Besties Q v Q//</div>
<center>
Replace With Your Follower Gadget
</div>
</center></div>
<center><div style="background:none;margin-bottom:-3px; border-left:20px solid #B0E0E6;border-right:20px solid #B0E0E6;width:100px;height:42px;display:inline-block;">
</div>
<div class="sidebar"><div class="title">Credits</div>
<div class="comment">Thankyou ^.^</div>
<center>
Template By <a href="http://zahra-tiffany101.blogspot.com/">Zahra</a><a href="http://www.blogskins.com/me/zahratiffany101">Tiffany</a><br>
Basecode By <a href="http://fatinhalid.blogspot.com/">Atin</a><a href="http://www.blogskins.com/me/atintory">Tory</a><br>
Help by <a href="http://nrulysmn.blogspot.com">F </a> <br>
<a href="http://pastelpatterns.com">R</a>
<a href="http://xiolu.tumblr.com/pixels">U</a>
<a href="http://nafaraisya.blogspot.com/">I</a>
<a href="http://weheartit.com/atin95">T</a>.
</div></br>
<td valign="top" style="padding-top:10px;padding-bottom:10px;padding-left:20px;padding-right:20px;width:950px; border:1px solid #B0E0E6; background:white; font-size:11px;border-radius:10px;"><div id="blog">
<blogger><div class="title"><BlogItemTitle><$BlogItemTitle$></BlogItemTitle></div><div class="comment"><BlogDateHeader><$BlogDateHeaderDate$></BlogDateHeader> - <a href="<$BlogItemPermalinkURL$>">Permalink</a> - <a href="<$BlogItemCommentCreate$>"<$BlogItemCommentFormOnClick$>> <$BlogItemCommentCount$> Comments</a></BlogItemCommentsEnabled></div><$blogitembody$>
</blogger>
</div><br><br>
</table>
<div id="profile" style="display:none;">
<div class="title">About Me</div>
<div class="comment">Meet The Owner</div>
<center>
<blockquote>Replace With Your Own Profile Q v Q //</blockquote></center><br><br>
</div>
<div id="link" style="display:none;">
<div class="title">Exchange Links</div>
<div class="comment">Let’s Exchange ^^</div>
<style type="text/css">
@font-face{font-family:pixel;src:url(http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf)}
a.link2 {
cursor: url(http://media.tumblr.com/tumblr_m2wj6vg4YT1qfamg6.gif), progress;
background:#fff;
border:1px solid #B0E0E6;
display:inline-block;
padding:2px;
width:70px;
margin:2px;
color:#666;
font-family: pixel;
font-size:8px;
text-transform:uppercase;
letter-spacing:1px;
text-align:center;
box-shadow:inset 0px 0px 0px #B0E0E6,inset 0px 0px 0px #B0E0E6;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
}
a.link2:hover {
padding:2px;
width:70px;
margin:2px;
color:#fff;
display:inline-block;
box-shadow:inset 0px 14px 0px #B0E0E6,inset 0px -14px 0px #B0E0E6;
}
</style>
<body oncontextmenu='return false;'>
<center><table cellpadding="2" cellspacing="2" width="180">
<tr>
<td><input type="text" size="11" value="Azzahra Nafaraisya" style="width:170px;color:#000;border:1px dotted #B0E0E6;background-color:#ffffff;" onclick="this.focus()" onfocus="this.select()"></td>
</tr><tr>
<td><input type="text" size="11" value="http://nafaraisya.blogspot.com/" style="width:170px;color:#000;border:1px dotted #B0E0E6;background-color:#ffffff;" onclick="this.focus()" onfocus="this.select()"><tr>
</table></center>
<br>
<center><a class="link2" href="http://zahra-tiffany101.blogspot.com/">FRUIT</a>
<a class="link2" href="http://zahra-tiffany101.blogspot.com/">FRUIT</a>
<a class="link2" href="http://zahra-tiffany101.blogspot.com/">FRUIT</a>
<a class="link2" href="http://zahra-tiffany101.blogspot.com/">FRUIT</a>
<a class="link2" href="http://zahra-tiffany101.blogspot.com/">FRUIT</a>
<a class="link2" href="http://zahra-tiffany101.blogspot.com/">FRUIT</a>
<br>
<a class="link2" href="http://zahra-tiffany101.blogspot.com/">FRUIT</a>
<a class="link2" href="http://zahra-tiffany101.blogspot.com/">FRUIT</a>
<a class="link2" href="http://zahra-tiffany101.blogspot.com/">FRUIT</a>
<a class="link2" href="http://zahra-tiffany101.blogspot.com/">FRUIT</a>
<a class="link2" href="http://zahra-tiffany101.blogspot.com/">FRUIT</a>
<a class="link2" href="http://zahra-tiffany101.blogspot.com/">FRUIT</a>
</div>
</div>
<div id="stuff" style="display:none;">
<div class="title">Free Stuff</div>
<div class="comment">This Is My Tuto And My Free</div>
<div class="h1">TUTO</div>
<a class="chan" href="http://zahra-tiffany101.blogspot.com /"> Tuto</a>
<a class="chan" href="http://zahra-tiffany101.blogspot.com /"> Tuto</a>
<a class="chan" href="http://zahra-tiffany101.blogspot.com /"> Tuto</a>
<a class="chan" href="http://zahra-tiffany101.blogspot.com /"> Tuto</a>
<br><br><br>
<div class="h1">FREE</div>
<a class="chan" href="http://zahra-tiffany101.blogspot.com /"> Free</a>
<a class="chan" href="http://zahra-tiffany101.blogspot.com /"> Free</a>
<a class="chan" href="http://zahra-tiffany101.blogspot.com /"> Free</a>
<a class="chan" href="http://zahra-tiffany101.blogspot.com /"> Free</a>
<br><br><br>
</div>
<div id="entry" style="display:none;">
<blogger><div class="title"><BlogItemTitle><$BlogItemTitle$></BlogItemTitle></div><div class="comment"><BlogDateHeader><$BlogDateHeaderDate$></BlogDateHeader> - <a href="<$BlogItemPermalinkURL$>">Permalink</a> - <a href="<$BlogItemCommentCreate$>"<$BlogItemCommentFormOnClick$>> <$BlogItemCommentCount$> Comments</a></BlogItemCommentsEnabled></div><$blogitembody$>
</blogger>
</div><br><br>
</table></html>
<!--------------------------------------
Blogger Classic Template
Name : Greeny Affiliates
Skin By: http://zahra-tiffany101.blogspot.com/
Basecode by : http://anugerahsalsa.blogspot.com/
*Dont Remove The CREDIT!!!
--------------------------------------!>
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
<script type="text/javascript">
document.ondragstart = function () { return false; }; </script>
<title>Greeny Affiliates</title><link rel="shortcut icon" href="http://media.tumblr.com/tumblr_mdns7r4B4T1qdlkyg.gif">
<style>
#navbar-iframe {
display: none !important;
}
body {
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiwRPD68tHS97NcYOrflXpDnfdA78HDrvDbA3JOcsk-e7XXus2K9xHcn7NxMRMaxmDTkVLLFWybSGg25HrZBpZ5j-U-J6yVitnKzW5f0b09FwnYrFXse2acbztcFJ9wtaJxYEO1XDEL6w/s1600/green.gif);
background-attachment:fixed;
cursor: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgGB6N35-9LpTRBREjgDrpVmuYwamF5gJYounKiMnerJmjRKq39-fTF4xsL5VWbcrh7n5Z64cjjnSXo7Wrp8kPgJTeg2JrqFXTBXj5-jP1ewJ2V0uLijCVD1mQBT1uQ4UUBMi3iICNMRqmp/s1600/nat981.png), auto;
}
::-moz-selection {
background:#daf6ff;
color:#d2ffd9;
}
::selection {
background:#daf6ff;
color:#d2ffd9;
}
a:link, a:visited {
color:#cbffc2;
text-decoration:none;
cursor: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj5d_kXXlSRZuNOr6B5dvL04kVxrE4YejSFI6oJgXPCe8ireZP5D9WUQivcWftFDhfnfvkUwdY_yUrGbGfg2BYSgyhNSK0TXWgUuTQWAKY5vR-tvtL4DzQB0pDaaASpWP5LmzCI0Lfv5A9s/s1600/Cursor+Link.png), auto;
}
a:hover{
text-decoration:none;
}
::-webkit-scrollbar {
width: 11px;
height: auto;
}
::-webkit-scrollbar-track-piece {
background:#d8ffd6;
}
::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
background:#f0fff2;
}
.main {
background:green;
border-radius:20px;
box-shadow:0px 0px 14px #ddffdb;
border:5px solid #f1fff1;
padding:10px;align:center;
width:700px;
text-align:justify;
}
.domain {
background:white;
border-radius:20px;
box-shadow:0px 0px 14px #ddffdf;
border:5px solid #f1fff3;
padding:10px;align:center;
width:700px;margin-bottom:25px;
text-align:justify;
}
a.credit {
color:#000000;
padding:6px;
background:#f2fff1;
font-size:11px;
letter-spacing:3px;
font-family:Short Stack;color:#ffffff;
border-bottom-right-radius: 5px
}
a.linky {
width:140px; padding:4px;
margin:3px;
background:#f2fff2; display:inline-block;
text-align:center; font:13px Short Stack;
letter-spacing:1px;
color:black;border:1px solid #d8ffda;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
a.linky:hover {
background:#d7f3ff;color:#ffffff;
border:1px solid #ddffd8;
border-radius:10px;
}
</style>
<style>
#music{
position:fixed; bottom:20px; left:30px;
padding-top:12px;padding-bottom:12px;
text-align:center;
height:10px; width:34px;
overflow:hidden;
border:3px solid #f4fff4;
color:#318802;
border-radius:40px;
-webkit-transition: opacity 0.7s linear;
-webkit-transition: all 0.7s ease-in-out;
-moz-transition: all 0.7s ease-in-out;
-o-transition: all 0.7s ease-in-out;
background-color:#c8ffc2;
z-index:019901;
}
#musicplayer{ padding-top:15px; } #music:hover {border:3px solid #f3fff1; padding:5px; height:45px; width:200px;
}
</style>
<div id="music">
<center>
<img src="http://i122.photobucket.com/albums/o260/mhilka/minigifs/minigif01.gif" /></center>
<div id="musicplayer">
<embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=http://a.tumblr.com/tumblr_m7e60kYRuX1qavno0o1.mp3&t0=&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
</div>
</div>
<center>
<div style="width:510px;height:40px;background:transparent;color:#dbffd8;text-shadow:0px 1px 4px #aaaaaa;font:30px Short Stack;border-right:20px solid #f0ffef;border-left:20px solid #f0ffef; padding-top:10px;padding-bottom:10px;">My Friends Name</div>
</center>
<td valign="top" width:850px;">
<center>
<div class="main">
<blogger>
<center>
<div style="padding:5px;height:162px; overflow-x:hidden; overflow-y:scroll;">
<a class="linky" href="http://link.blogspot.com">Godzila</a>
<a class="linky" href="http://link.blogspot.com">Godzila</a>
<a class="linky" href="http://link.blogspot.com">Godzila</a> <a class="linky" href="http://link.blogspot.com">Godzila</a>
<a class="linky" href="http://link.blogspot.com">Godzila</a>
<a class="linky" href="http://link.blogspot.com">Godzila</a> <a class="linky" href="http://link.blogspot.com">Godzila</a>
<a class="linky" href="http://link.blogspot.com">Godzila</a>
<a class="linky" href="http://link.blogspot.com">Godzila</a> <a class="linky" href="http://link.blogspot.com">Godzila</a>
<a class="linky" href="http://link.blogspot.com">Godzila</a>
<a class="linky" href="http://link.blogspot.com">Godzila</a> <a class="linky" href="http://link.blogspot.com">Godzila</a>
<a class="linky" href="http://link.blogspot.com">Godzila</a>
<a class="linky" href="http://link.blogspot.com">Godzila</a> <a class="linky" href="http://link.blogspot.com">Godzila</a>
<a class="linky" href="http://link.blogspot.com">Godzila</a>
<a class="linky" href="http://link.blogspot.com">Godzila</a> <a class="linky" href="http://link.blogspot.com">Godzila</a>
<a class="linky" href="http://link.blogspot.com">Godzila</a>
<a class="linky" href="http://link.blogspot.com">Godzila</a> <a class="linky" href="http://link.blogspot.com">Godzila</a>
<a class="linky" href="http://link.blogspot.com">Godzila</a>
<a class="linky" href="http://link.blogspot.com">Godzila</a> <a class="linky" href="http://link.blogspot.com">Godzila</a>
<a class="linky" href="http://link.blogspot.com">Godzila</a>
<a class="linky" href="http://link.blogspot.com">Godzila</a> <a class="linky" href="http://link.blogspot.com">Godzila</a>
<a class="linky" href="http://link.blogspot.com">Godzila</a>
<a class="linky" href="http://link.blogspot.com">Godzila</a> <a class="linky" href="http://link.blogspot.com">Godzila</a>
<a class="linky" href="http://link.blogspot.com">Godzila</a>
<a class="linky" href="http://link.blogspot.com">Godzila</a> <a class="linky" href="http://link.blogspot.com">Godzila</a>
<a class="linky" href="http://link.blogspot.com">Godzila</a>
<a class="linky" href="http://link.blogspot.com">Godzila</a> <a class="linky" href="http://link.blogspot.com">Godzila</a>
<a class="linky" href="http://link.blogspot.com">Godzila</a>
<a class="linky" href="http://link.blogspot.com">Godzila</a> <a class="linky" href="http://link.blogspot.com">Godzila</a>
<a class="linky" href="http://link.blogspot.com">Godzila</a>
<a class="linky" href="http://link.blogspot.com">Godzila</a> <a class="linky" href="http://link.blogspot.com">Godzila</a>
<a class="linky" href="http://link.blogspot.com">Godzila</a>
<a class="linky" href="http://link.blogspot.com">Godzila</a> <a class="linky" href="http://link.blogspot.com">Godzila</a>
<a class="linky" href="http://link.blogspot.com">Godzila</a>
<a class="linky" href="http://link.blogspot.com">Godzila</a> <a class="linky" href="http://link.blogspot.com">Godzila</a>
<a class="linky" href="http://link.blogspot.com">Godzila</a>
<br />
</div></div>
</td>
</table>
<center>
<div style="width:510px;height:40px;background:transparent;color:#deffdb;text-shadow:0px 1px 4px #aaaaaa;font:30px Short Stack;border-right:20px solid #f1fff0;border-left:20px solid #f1fff0; padding-top:10px;padding-bottom:10px;">My Friends Banner</div>
</center>
<td valign="top" width:850px;">
<center>
<div class="domain">
<blogger>
<center>
<div style="padding:5px;height:250px; overflow-x:hidden; overflow-y:scroll;">
<a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a>
<a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a> <a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a> <a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a> <a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a>
<a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a> <a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a> <a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a> <a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a>
<a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a> <a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a> <a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a> <a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a>
<a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a> <a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a> <a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a> <a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a>
<a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a> <a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a> <a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a> <a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a>
<a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a> <a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a> <a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a> <a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a>
<a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a> <a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a> <a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a> <a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a>
<a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a> <a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a> <a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a> <a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a>
<a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a> <a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a> <a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /> <a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a>
<a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a> <a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a> <a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a> <a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a>
<a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a> <a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a> <a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a> <a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a>
<a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a> <a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a> <a href="http://link.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3WrrNz5gh31SwFGHbvvejBxKklY67AKhN4adDC7IajBnk2orM_lF7ybYIyYzTNG7xrSVbtzHHlpHNgghi4sAiLHab7PoSYzCalIZZj9p2GiJHzp47tiKTBMO-_XeYzzFwnuJUW9gtDQKU/s1600/SwRejee.png" style="height: 125px;" /></a></a></body></head>
</html>
</div></div>
<div style="position: fixed; top:0px; left: 0px;padding:6px; background:#f0ffee; font-family:Short Stack;font-size:11px;letter-spacing:3px;color:#ffffff;-webkit-border-bottom-right-radius: 5px;-moz-border-radius-bottomright: 5px;color:#ffffff;
border-bottom-right-radius: 5px;"><a href="http://zahra-tiffany101.blogspot.com /"> Credit </a></div>
<div style="position: absolute; top:0px; right: 20px;padding:3px; background:#f1faff; font:16px Short Stack;letter-spacing:3px;color:#ffffff;width:19px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px; "><a href="http://anugerahsalsa.blogspot.com/">AS</a></div>
<div style="position: absolute; top:0px; right: 60px;padding:3px; background:#f1faff; font:16px Short Stack;color:#ffffff;width:50px;border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;"><a href="http://yourblogurl.blogspot.com/ ">My Blog</a></div>
<style>
.info {
border-radius: 0px 15px 15px 0px;
width:10px;
padding:9px;font:16px Short Stack;
margin-top:35px;
margin-left:207px;
background: #f1faff;
color:#d1ffc6;
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
}
#bb {
position:fixed;
border:2px solid # 1ffc6;
width:200px;
left:-215px;
top:40px;
height:320px;
padding:6px;
text-align:left;
font:11px short stack;
background-color:white;
color:#333333;
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
}
#bb:hover {
left:1px;
}
</style>
<center><div id="bb"><div class="info">
I<br />N<br />F<br />O</div>
<div style="margin-top: -125px;">
<center>
<div style="background:#fafeff;border:1px dotted #cbffc4;padding:5px;margin-bottom:15px;">Hi There~! Want To Exchange Link Or Banner With Me ^v^ ? Tell Me At My Chatbox ,FB!<br />
Put Mine As Zahra<br />My URL<br />http://www.zahra-tiffany101.blogspot.com/ </div>
<img style="width: 140px;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjSFAnwsC6tybd4SK3w5PpA4BR4TizP9XA_hS5jE4iqoGkyE0dG7AKwvHxer0vf-XSAwzFeGKy7uB-Hba7zeqVMxqUeb96rqp6dCwJAHf9opjdVys0wdsIS1oWKjekZJ79lufA9zpY1bwCU/s1600/My+Banner.png" /><br /><br />
<textarea cols="25" onclick="this.focus();this.select()" readonly="" rows="3" style="border: 1px solid #c7ffc4; color: black; font: 9px Short Stack; padding: 5px; text-align: left;"><a href="YOUR BLOG URL"><img style="width: 200px;" src="YOUR BANNER URL" /></a></textarea>
</center>
</div></div></center>