THEMES CODE ©
CODES;

<html>
<div style=" background-image: url('http://media.tumblr.com/tumblr_lpc38mKbST1qcn2vb.png'); top: -10px; width: 100%; left:0px; height: 44px; z-index: 100; position: fixed; background-hover:filter:alpha(opacity=100);"></div>
<link rel="shortcut icon" href="http://media.tumblr.com/tumblr_m2rupr5dJ81qdlkyg.gif">
<link href='http://fonts.googleapis.com/css?family=Handlee|Delius+Swash+Caps|Englebert|Ribeye+Marrow|Sacramento' rel='stylesheet' type='text/css'>
<head>
<body oncontextmenu='return false;'>
<title><$BlogPageTitle$></title>
<style type="text/css">
#navbar-iframe {
display: none;
}
body{
background:url(http://25.media.tumblr.com/ef3d95ba9be10cc23301a2dd8328a319/tumblr_mt67noIbPl1ru3nbdo8_r1_100.png)fixed;
font-family: 'Delius Swash Caps';
font-size: 12px;
cursor:url(http://media.tumblr.com/tumblr_m35liuVBh11rnr4eb.png),auto;
}
img{
background:#fff;
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
padding:4px;
border-radius:30px;
opacity:0.7;
border-bottom: 1px solid #888;
border-right: 1px solid #888;
}
img:hover{
border-radius:20px;
opacity:0.9;
}
a:link, a:visited {
color: #000;
text-decoration: none;
font-family: 'Handlee';
}
a:hover{
text-decoration: none;
text-decoration:line-through;
color: #FD99CB;
cursor:url(http://media.tumblr.com/tumblr_m35ljdxRdc1rnr4eb.png),auto;
}
.h1 {
color: #fff;
font-family: 'Sacramento';
font-size:25px;
line-height:17px;
text-align: left;
background: #FEC5E2;
text-transform:capitalize;
letter-spacing: 1px;
padding:5px;
border:2px dashed #fff;
}
.h2 {
font-size:9px;
letter-spacing: 2px;
line-height:16px;
color: #FCD2E7;
text-align: right;
background: #fff;
}
.h3 {
font-family: 'Ribeye Marrow';
font-size:18px;
letter-spacing: 2px;
text-transform:capitalize;
line-height:16px;
color: #888;
text-align: Center;
background: #fff;
border: 2px dashed #FEC5E2;
padding:5px;
border-radius: 20px 20px 0 0;
}
.sidebar{
background: #FEC5E2;
border-bottom-left-radius: 20px; border-bottom-right-radius: 20px;
border-left: 2px dashed #FFF;border-right: 2px dashed #FFF;border-bottom: 2px dashed #FFF;
padding:10px;
}
blockquote{
background:url(http://media.tumblr.com/tumblr_m7edqcfAuO1qdlkyg.gif);
background-repeat:no-repeat;
background-position:100% 95%;
font-family: 'Englebert';
padding:10px;
border-left:20px solid #FC4CA4;
border-right:2px dashed #FC4CA4;
border-top:2px dashed #FC4CA4;
border-bottom:2px dashed #FC4CA4;
-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;
color:#555;
}
blockquote:hover{
background: none;
border-left:2px dashed #FC4CA4;
border-right:20px solid #FC4CA4;
color:#555;
}
::-moz-selection {
background:transparent;
color: #C3E5FB;
}
::selection {
background:transparent;
color: #C3E5FB;
}
u {
text-decoration: none;
border-bottom: 2px solid #FF94CD;
}
.header {
margin-bottom:-33px;opacity:1;
}
li { list-style-image:url(http://media.tumblr.com/tumblr_meb6byraJH1qdlkyg.gif);}
li:hover { list-style-image:url(http://media.tumblr.com/tumblr_meb7uy2pzq1qdlkyg.gif);}
span.comment-icon{display:none}
#comments h4 {margin:1.8em 0; font-size:12px; text-transform:capitalize; color: #aaaaaa; line-height:10px; border-bottom: 1px dashed #dedede; background: ; font-weight:normal;}
#comments h4 strong {font-size:11pt;}
#comments-block {font-size:10pt; font-family: 'Delius Swash Caps';line-height:1.2em; padding:4px;}
#comments-block dt { margin:.5em 0;}
#comments-block dd { margin:.25em 0 0;}
#comments-block dd p {margin:0 0 .75em; padding:4px; background:#FF94CD; border:1px dashed #fff; border-radius:5px;}
.paging-control-container { float: right; margin: 0px 0px 0px 0px; font-size: 100%;}
a.jieun{background:#FFF;
color:#FCB85A;
padding:1px;
font-size:13px;
font-family: 'Handlee';
display:inline-block;
width:60px;
border-radius:10px;
border:1px dashed #FF94CD;
margin-bottom:5px;
text-align:center;}
a.jieun:hover{background:#FF94CD;color:#fff;border:1px dashed #fff; }
.ch-grid {
 margin: 0px 0 0 0;
 padding: 0;
 list-style: none;
 display: block;
 text-align: center;
 width: 100%;
}
.ch-item:before {
 content: '';
 display: table;
}
.ch-grid:after {
 clear: both;
}
.ch-grid li {
 width: 220px;
 height: 220px;
 display: inline-block;
 margin: 0px;
}
.ch-item {
 width: 100%;
 height: 100%;
 border-radius: 50%;
 position: relative;
 cursor:vertical-text;
 box-shadow:
  inset 0 0 0 13px rgba(255,255,255,0.6),
  0 1px 2px rgba(0,0,0,0.1);
 -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;
}
.ch-img{
 background-image: url(http://data1.whicdn.com/images/98779844/thumb.jpg);
background-position:50% 50%;
background-size:330px;
}
.ch-info {
 position: absolute;
 background: url(http://data1.whicdn.com/images/98779844/thumb.jpg) D9E8FC;background-position:50% 50%;
 width: inherit;
 height: inherit;
 border-radius: 50%;
 opacity: 0;
 -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;
 -webkit-transform: scale(0);
 -moz-transform: scale(0);
 -o-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
 -webkit-backface-visibility: hidden;
}
.ch-item:hover {
 box-shadow:
  inset 0 0 0 1px rgba(255,255,255,0.1),
  0 1px 2px rgba(0,0,0,0.1);
}
.ch-item:hover .ch-info {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
 opacity: 1;
}
.ch-item:hover .ch-info p {
 opacity: 1;
}
a.channie {
font-size: 12px;
font-family: 'Delius Swash Caps';
display:inline-block;
text-align:center;
width: 70px;
color: #fff;
background:#FE89C7;
border: 2px dashed #fff;
padding:3px;
margin:2px;
text-decoration: none;
}
a.channie:hover {
display:inline-block;
text-align:center;
width: 70px;
color: #FE89C7;
background:#fff;
border: 2px dashed #FE89C7;
}

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script><script type="text/javascript" >/*********************************************** * Scroll To Top Control script- &#169; Dynamic Drive DHTML code library(www.dynamicdrive.com)* Modified byNafaraisya***********************************************/var scrolltotop={ setting: {startline:100, scrollto: 0, scrollduration:1000, fadeduration:[500, 100]}, controlHTML: '<img src="http://i.imgur.com/Y7dJq.png" />', controlattrs: {offsetx:5, offsety:5}, anchorkeyword: '#top', state: {isvisible:false, shouldvisible:false}, scrollup:function(){ if (!this.cssfixedsupport) this.$control.css({opacity:0}) var dest=isNaN(this.setting.scrollto)? this.setting.scrollto : parseInt(this.setting.scrollto) if (typeof dest=="string" && jQuery('#'+dest).length==1) 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 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:'pointer'}) .attr({title:'Scroll Back to Top'}) .click(function(){mainobj.scrollup(); return false}) .appendTo('body') if (document.all && !window.XMLHttpRequest && mainobj.$control.text()!='') mainobj.$control.css({width:mainobj.$control.width()}) mainobj.togglecontrol() $('a[href="' + mainobj.anchorkeyword +'"]').click(function(){ mainobj.scrollup() return false }) $(window).bind('scroll resize', function(e){ mainobj.togglecontrol() }) }) } } scrolltotop.init() </script>
</style>
<script type="text/javascript" src="http://bpmaker.giffy.me/userdata/user/36/36450/121/parts.js"></script><p style="text-align:center;margin:0px;"><a href="http://bpmaker.giffy.me/"></a></p><p style="text-align:center;margin:2px 0px 0px 0px;font-size:10px;padding:0;"><a style="text-decoration:none;margin:0;padding:0;" href="http://bpmaker.giffy.me/parts/userPartsId/220148/">pastel*.゜</a></p>
<thead>
<center><div style="margin-top:-10px;background:none;border-left:50px solid #FDB96A;border-right:50px solid #FDB96A;width:650px;height:50px;"></div></center>
<tr>
<table style="background: url(http://i.imgur.com/P3g5T.png)fixed; border: 2px solid #FDB96A;" width="850" align="center" border="0" cellspacing="0">
<td valign="top" style="line-height:15px; width:600px; padding:5px;padding-left:0px;">
<img src="http://i.imgur.com/SXiCv1Z.png" width="612" height="220">
<style="background:transparent;padding-left:0px;margin-bottom:-10px;border:none;" width="600"></td>
<td valign="top" style="border-left: 1px dashed #FDB96A; width:250px; padding:5px;"><center>
<img src="http://data3.whicdn.com/images/98770870/thumb.jpg" width="200" style="margin-bottom:3px;"><br>
<a class="jieun" onclick="document.getElementById('body').innerHTML=document.getElementById('1').innerHTML">Entry</a>
<a class="jieun" onclick="document.getElementById('body').innerHTML=document.getElementById('2').innerHTML">About</a>
<a class="jieun" onclick="document.getElementById('body').innerHTML=document.getElementById('3').innerHTML">Shout</a>
<a class="jieun" onclick="document.getElementById('body').innerHTML=document.getElementById('4').innerHTML">Friends</a>
<a class="jieun" href="http://www.blogger.com/follow-blog.g?blogID=<$BlogID$>">Follow</a>
<a class="jieun" href="http://draft.blogger.com/home">D'Board</a>
<form action="/search" id="searchthis" method="get" style="display: inline;">
<div style="text-align: center;font-size: 12px;color:#888;margin-bottom:-10px;">
<input id="search-box" name="q" size="28" type="text" value="Search Here" style="font-size: 12px;color:#888;"/>
<input id="search-btn"src="http://media.tumblr.com/tumblr_m7ei99au1x1qdlkyg.gif" style="padding:0px; margin-bottom:-5px;" type="image" value="Search"/></div></form><br>
</center></td>
</table>
</tr></thead>
<br>
<body>
<table style="color:grey; font-size: 12px; letter-spacing:1px; line-height: 17px;" width="850" align="center" border="0" cellspacing="0">
<tbody><tr>
<td valign="top" style="line-height:15px;width:250px; padding:10px;">
<ul class="ch-grid">
<li><div class="ch-item ch-img">
<div class="ch-info">
<center>
<div style="margin-top:50px;width:150px;background:url(http://i.imgur.com/DKomg.png); border-radius:10px;text-align:center;padding:15px;opacity:0.8;height:92px;" scrolling="auto">
Hi... Welcome to my blog. Bla..bla...bla... add your own words !
<br><br>
<div><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="15" height="15"><PARAM NAME=movie VALUE="http://www.strangecube.com/audioplay/online/audioplay.swf?file=http://a.tumblr.com/tumblr_lxho7jdIC21qhhzfyo1.mp3&auto=yes&sendstop=yes&repeat=99&buttondir=http://www.strangecube.com/audioplay/online/alpha_buttons/negative_small&bgcolor=0xffffff&mode=playpause"><PARAM NAME=quality VALUE=high><PARAM NAME=wmode VALUE=transparent><embed src="http://www.strangecube.com/audioplay/online/audioplay.swf?file=http://a.tumblr.com/tumblr_lxho7jdIC21qhhzfyo1.mp3&auto=yes&sendstop=yes&repeat=99&buttondir=http://www.strangecube.com/audioplay/online/alpha_buttons/negative_small&bgcolor=0xffffff&mode=playpause" quality=high wmode=transparent width="15" height="15" align="" TYPE="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object></div>
</div>
</center>
</div>
</div>
</li>
</ul>
<br>
<div class="h3">owner</div>
<div class="sidebar">
<center><img src="http://data2.whicdn.com/images/98769046/thumb.jpg" width="200"></center>
<center>Hi, I'm Nyimas. Eleven years old.<br> I live in  Surakarta, Indonesia.<br> And bla..bla...bla... add your own profile !</center>
</div>
<br>
<div class="h3">Contact Me</div>
<div class="sidebar">
<center><img src="http://data3.whicdn.com/images/95561223/thumb.jpg" width="200"></center>
Contact me at...<br>
<img src="http://media.tumblr.com/88c93ec84c61e48f6307b0b8ac04044b/tumblr_inline_mg1aehY8lg1qdlkyg.gif" style="opacity:1; border-radius:0px;border:none;box-shadow:none;border-radius:0px;background:none;padding:0px;" width="20"> : <a href="URL YOUR FACEBOOK" style="font-family: 'Delius Swash Caps';">Your Facebook's Name</a><br>
<img src="http://media.tumblr.com/96ce6fcf509035d86f8d99b9ca6b3648/tumblr_inline_mg1aelBqxv1qdlkyg.gif" style="opacity:1; border-radius:0px;border:none;box-shadow:none;border-radius:0px;background:none;padding:0px;" width="20"> : <a href="URL YOUR TWITTER" style="font-family: 'Delius Swash Caps';" width="20">Your Twitter's Name</a><br>
<img src="http://skins.ow2.org/skins/skinOW2/images/tumblr_icon.png" style="opacity:1; border-radius:0px;border:none;box-shadow:none;border-radius:0px;background:none;padding:0px;"  width="20"> : <a href="URL YOUR TUMBLR" style="font-family: 'Delius Swash Caps';">Your Tumblr's Name</a><br>
<img src="http://media.tumblr.com/0996ab12f44219dbee0e32a80dc7a84e/tumblr_inline_mg1aeoxr2j1qdlkyg.gif" style="opacity:1; border-radius:0px;border:none;box-shadow:none;border-radius:0px;background:none;padding:0px;" width="20"> : Your Instagram's Name<br>
<img src="http://gazo.emoji7.jp/img/03pgv_445658/%E3%83%A1%E3%83%BC%E3%83%AB%2A%E6%89%8B%E7%B4%99%2A%E9%80%81%E4%BF%A1%2A%E5%8F%97%E4%BF%A1%2A%E3%80%93_m.gif" style="opacity:1; border-radius:0px;border:none;box-shadow:none;border-radius:0px;background:none;padding:0px;" width="20"> : your_email@blabla.com<br>
</div>
<br>
<div class="h3">credits</div>
<div class="sidebar">
<center><img src="http://data1.whicdn.com/images/96862630/thumb.jpg" width="200">
Basecode By : <a href="http://www.blogskins.com/me/cezz2206">Cezzy</a><br>
Edted By : <a href="http://www.blogskins.com/me/NyimaasAmAlia22">Nyimas</a><br>
Tutorial By : <a href="http://wanaseoby.blogspot.com/">Wana</a> & <a href="http://nurulatiqahjaidin.blogspot.com/">Atiqah</a><br>
Others By : <a href="http://tumblr.com/">♥</a> <a href="http://google.com/">♥</a> <a href="http://favim.com/">♥</a> <a href="http://applepine.chu.jp/">♥</a><br>
Blog's Owner: <a href="http://feniayubella.blogspot.com//">Your Name</a><br>
<img src="http://applepine.chu.jp/line/sen/kumohoshi200.gif" style="border:none;border-radius:0px;background:transparent;padding:0px;"/></center>
</div>
</td>
<td valign="top" style="width:600px; padding:10px; border-radius: 50px; background:#fff; border: 2px dashed #FDB96A;background: url(http://i.imgur.com/DKomg.png) fixed;">
<center><img src="http://media.tumblr.com/277516235759f1ef613674c0cb85c433/tumblr_inline_mg6326sGgi1qdlkyg.gif" style="opacity:1; border-radius:0px;border:none;box-shadow:none;border-radius:0px;"/></center>
<div id="body">
<blogger>
<div class="h2"><img src="http://media.tumblr.com/tumblr_m4ts45jS4l1qdlkyg.gif" style="border:none;box-shadow:none;border-radius:0px;padding:0px;"/> <$BlogItemDateTime$> | <a href="<$BlogItemCommentCreate$>"><$BlogItemCommentCount$> Bow(s)</a></div>
<div class="h1"><img src="http://media.tumblr.com/tumblr_m2oadeFufw1qdlkyg.gif" style="opacity:1; border-radius:0px;border:none;box-shadow:none;border-radius:0px;background:none;padding:0px;"><BlogItemTitle><$BlogItemTitle$></BlogItemTitle></div><br>
<$BlogItemBody$>
<!-- Begin #comments -->
<ItemPage>
<div id="comments">
<BlogItemCommentsEnabled><a name="Comments"></a><h4><$I18NNumComments$>:</h4>
<dl id="comments-block">
<$CommentPager$>
<BlogItemComments>
<dt class="comment-poster" id="<$BlogCommentAnchorName$>"><img src="http://gazo.emoji7.jp/img/04lx8_711274/%E2%98%86blue%E2%98%86_m.gif" style="border:none;border-radius:0px;background:transparent;padding:0px;"><a name="<$BlogCommentAnchorName$>"></a>
<$I18NCommentAuthorSaid$></dt>
<dd class="comment-body">
<p><$BlogCommentBody$></p>
</dd>
</BlogItemComments>
<$CommentPager$>
<br><$BlogItemCreate$>
</dl>
</div>
</ItemPage>
<!-- End #comments -->
</blogger>
<br>
<center><NewerPosts><a href="<$NewerPosts$>"><img src="http://4.bp.blogspot.com/-YG2_0YU4JTM/UO0nqfj0c-I/AAAAAAAAHNE/t0cbeJzZfwc/s1600/newericon.png" border="0" style="border:none;border-radius:0px;background:transparent;padding:0px;float:left;"/></a></NewerPosts>
<a href="URL YOUR BLOG"><img src="http://2.bp.blogspot.com/-JVG0xMLM--c/UO0nxKVguiI/AAAAAAAAHNM/-pNG0SUoptM/s1600/homeicon.png" border="0" style="border:none;border-radius:0px;background:transparent;padding:0px;"/></a>
<OlderPosts><a href="<$OlderPosts$>"><img src="http://3.bp.blogspot.com/-DHQmFFiyXNQ/UO0n2JO1sAI/AAAAAAAAHNs/G8Kxzrgu-Y0/s1600/oldericon.png" border="0" style="border:none;border-radius:0px;background:transparent;padding:0px;float:right;"/></a></OlderPosts></center>
</div></td>
</tr>
</tbody>
</body>
<div id="1" style="display: none;">
<blogger>
<div class="h2"><img src="http://media.tumblr.com/tumblr_m4ts45jS4l1qdlkyg.gif" style="border:none;box-shadow:none;border-radius:0px;padding:0px;"/> <$BlogItemDateTime$> | <a href="<$BlogItemCommentCreate$>"><$BlogItemCommentCount$> Cloud(s)</a></div>
<div class="h1"><img src="http://applepine.chu.jp/icon/sen/tenki8.gif" style="opacity:1; border-radius:0px;border:none;box-shadow:none;border-radius:0px;background:none;padding:0px;"><BlogItemTitle><$BlogItemTitle$></BlogItemTitle></div><br>
<$BlogItemBody$>
</blogger>
<br>
<center><NewerPosts><a href="<$NewerPosts$>"><img src="http://4.bp.blogspot.com/-YG2_0YU4JTM/UO0nqfj0c-I/AAAAAAAAHNE/t0cbeJzZfwc/s1600/newericon.png" border="0" style="border:none;border-radius:0px;background:transparent;padding:0px;float:left;"/></a></NewerPosts>
<a href="URL YOUR BLOG"><img src="http://2.bp.blogspot.com/-JVG0xMLM--c/UO0nxKVguiI/AAAAAAAAHNM/-pNG0SUoptM/s1600/homeicon.png" border="0" style="border:none;border-radius:0px;background:transparent;padding:0px;"/></a>
<OlderPosts><a href="<$OlderPosts$>"><img src="http://3.bp.blogspot.com/-DHQmFFiyXNQ/UO0n2JO1sAI/AAAAAAAAHNs/G8Kxzrgu-Y0/s1600/oldericon.png" border="0" style="border:none;border-radius:0px;background:transparent;padding:0px;float:right;"/></a></OlderPosts></center>
</div>
<div id="2" style="display: none;">
<div class="h2"><img src="http://media.tumblr.com/tumblr_m89tjiKu0P1qdlkyg.gif" style="border:none;box-shadow:none;border-radius:0px;padding:0px;"/> Knowledge About Me !</div>
<div class="h1"><img src="http://media.tumblr.com/tumblr_m2oadeFufw1qdlkyg.gif" style="opacity:1; border-radius:0px;border:none;box-shadow:none;border-radius:0px;background:none;padding:0px;">About Me</div><br>
<center><img src="http://data3.whicdn.com/images/98322254/thumb.jpg"></center><br>
<center> <img src="http://media.tumblr.com/tumblr_m89icnmeXM1qdlkyg.gif" style="border:none;box-shadow:none;border-radius:0px;padding:0px;"/> Put Your Complete Profile Here <img src="http://media.tumblr.com/tumblr_m89icnmeXM1qdlkyg.gif" style="border:none;box-shadow:none;border-radius:0px;padding:0px;"/>  </center>
<br>
</div>
<div id="3" style="display: none;">
<div class="h2"><img src="http://media.tumblr.com/tumblr_m89tjiKu0P1qdlkyg.gif" style="border:none;box-shadow:none;border-radius:0px;padding:0px;"/> Write anything you want on here !</div>
<div class="h1"><img src="http://media.tumblr.com/tumblr_m2oadeFufw1qdlkyg.gif" style="opacity:1; border-radius:0px;border:none;box-shadow:none;border-radius:0px;background:none;padding:0px;">Chat Here !</div><br>
<center><img src="http://data1.whicdn.com/images/98604591/thumb.jpg"></center>
<center> <img src="http://i.imgur.com/oqBqcRU.png">
<br>
<img src="http://media.tumblr.com/tumblr_m89icnmeXM1qdlkyg.gif" style="border:none;box-shadow:none;border-radius:0px;padding:0px;"/> Put Your Cbox code <img src="http://media.tumblr.com/tumblr_m89icnmeXM1qdlkyg.gif" style="border:none;box-shadow:none;border-radius:0px;padding:0px;"/>  </center>
<br> <br>
<div class="h2"><img src="http://media.tumblr.com/tumblr_m89tjiKu0P1qdlkyg.gif" style="border:none;box-shadow:none;border-radius:0px;padding:0px;"/> Ask anything you want on here !</div>
<div class="h1"><img src="http://media.tumblr.com/tumblr_m2oadeFufw1qdlkyg.gif" style="opacity:1; border-radius:0px;border:none;box-shadow:none;border-radius:0px;background:none;padding:0px;">Ask Me !</div><br>
<center><img src="http://data1.whicdn.com/images/98330709/thumb.jpg"></center>
<center> <img src="http://media.tumblr.com/tumblr_m89icnmeXM1qdlkyg.gif" style="border:none;box-shadow:none;border-radius:0px;padding:0px;"/> Put Your Ask.fm code <img src="http://media.tumblr.com/tumblr_m89icnmeXM1qdlkyg.gif" style="border:none;box-shadow:none;border-radius:0px;padding:0px;"/>  </center>
</div>
<div id="4" style="display: none;">
<div class="h2"><img src="http://media.tumblr.com/tumblr_m89tjiKu0P1qdlkyg.gif" style="border:none;box-shadow:none;border-radius:0px;padding:0px;"/> Linkies of my friends, You ?</div>
<div class="h1"><img src="http://media.tumblr.com/tumblr_m2oadeFufw1qdlkyg.gif" style="opacity:1; border-radius:0px;border:none;box-shadow:none;border-radius:0px;background:none;padding:0px;">Friends</div><br>
<center><img src="http://data1.whicdn.com/images/98330709/thumb.jpg"></center>
<br><center>Name: <input type="text" size="11" value="Nyimas" style="font-family: 'Englebert';font-size: 12px;width:180px;color:#888;border:1px dashed #FDB96A;margin-right:10px;background:transparent;padding:2px;border-bottom:1px solid #FDB96A;" onclick="this.focus()" onfocus="this.select()">
URL: <input type="text" size="11" value="aliatubies.blogspot.com" style="font-family: 'Englebert';font-size: 12px;width:180px;color:#888;border:1px dashed #FDB96A;background:transparent;padding:2px;border-bottom:1px solid #FDB96A;" onclick="this.focus()" onfocus="this.select()"></center>
<br><center>
<a class="channie" href="URLBLOG">Name</a>
<a class="channie" href="URLBLOG">Name</a>
<a class="channie" href="URLBLOG">Name</a>
<a class="channie" href="URLBLOG">Name</a>
<a class="channie" href="URLBLOG">Name</a>
<a class="channie" href="URLBLOG">Name</a>
<a class="channie" href="URLBLOG">Name</a>
<a class="channie" href="URLBLOG">Name</a>
<a class="channie" href="URLBLOG">Name</a>
<a class="channie" href="URLBLOG">Name</a>
<a class="channie" href="URLBLOG">Name</a>
<a class="channie" href="URLBLOG">Name</a>
<a class="channie" href="URLBLOG">Name</a>
<a class="channie" href="URLBLOG">Name</a>
<a class="channie" href="URLBLOG">Name</a>
<a class="channie" href="URLBLOG">Name</a>
<a class="channie" href="URLBLOG">Name</a>
<a class="channie" href="URLBLOG">Name</a>
<a class="channie" href="URLBLOG">Name</a>
<a class="channie" href="URLBLOG">Name</a>
<a class="channie" href="URLBLOG">Name</a>
<a class="channie" href="URLBLOG">Name</a>
<a class="channie" href="URLBLOG">Name</a>
<a class="channie" href="URLBLOG">Name</a>
</center>
</div>
</head>
</html>