PAGE CODES
arrien

Hi,this site is for my skin code. Pleasa dont stole anything and please be nice here! Comment first before take the code :)

<!-------------you are a thief because opened my page source---------->
<html>
<head>
<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="http://media.tumblr.com/tumblr_m89t9mCiSV1qdlkyg.gif"/>', //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:'pointer'})
.attr({title:"Let's Fly High !"})
.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 rel="shortcut icon" href="http://media.tumblr.com/9bf2a7a14bb4f31cf4e444b1181a5253/tumblr_inline_mmzrcaear51qz4rgp.gif" />
<br><br>
</script>
<link href='http://fonts.googleapis.com/css?family=Cedarville+Cursive' rel='stylesheet' type='text/css'>
<center><img class="header" src="http://i.imgur.com/PVV2d1a.png" /></center>
<title>MAN IN LOVE</title>

<script type="text/javascript">
function changeNavigation(id)
{document.getElementById('main').innerHTML=document.getElementById(id).innerHTML}
</script>

</head>

<style type="text/css">
#navbar-iframe { display: none; }

body {
background:url(http://i.imgur.com/r9lmj.png);
color: #888888;
line-height: 15px;
text-align: justify;}

table {
cursor: url(http://i42.tinypic.com/wvo2yq.png);
background:#fff;
font: 11px arial;
letter-spacing: 1px;
color: #999;
line-height: 20px;
padding:10px;
border:10px solid #eee;
border-radius:5px;
width:880;}

a:link,a:visited{
text-decoration:none;
color:#ccc;-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;
}
a:hover{
color:#A4A4A4;
background:transparent;
}

::-moz-selection {
background:#000;
color:#fff;
}

::selection {
background:#eee;
color:#fff;
}

i , s, strike {
color: #A4A4A4;
}

b {
color:#A4A4A4;
-webkit-transition-duration: 1.5s;
}

b:hover {
color: #FFCFD0;
-webkit-transition-duration: 1.5s;
}

blockquote{
padding:5px;
background:url(http://24.media.tumblr.com/tumblr_m6cqhjCrpP1rxrqnyo6_250.png);
border:1px solid #eee;
}

<!----------------------start navi-------------------------------!>
a.navi{
padding:5px;
text-decoration:none;
font-family:tahoma;
font-size:10px;
text-transform:uppercase;
color: #aaa;
text-align:center;
width:70px;
background: #FFD7D7;
display:inline-block;
-webkit-transition: 2.0s;
-moz-transition: 2.0s;
-moz-box-shadow:inset 200px 0px 0px #FFD7D7;
-webkit-box-shadow:inset 200px 0px 0px #fff;
box-shadow:inset 200px 0px 0px #FFD7D7;
}
a.navi:hover{
color: #fff;
-webkit-transition: 2.0s;
-moz-transition: 2.0s;
padding-left : 5px;
-moz-box-shadow:inset -100px 0px -200px -0.5px #eee;
-webkit-box-shadow:inset -100px 0px -200px -0.5px #fff;
box-shadow:inset -100px 0px 0px -0.5px #eee;
}


#text          {
background: #fff;
-moz-transition-duration:.55s;
-webkit-transition-duration:.55s;
width:15px;
height:140px;
overflow:hidden;
position:fixed;
}

#text:hover    {
background: #fff;
-moz-transition-duration:.55s;
-webkit-transition-duration:.55s;
width:234px;
height:138px;
overflow:hidden;}

.imgbackground{
position:fixed;
overflow:hidden;
background:url(http://i.imgur.com/fJp2S.png);
border-radius:2px;
padding:17px;
-moz-box-shadow: 0px 0px 5px #ddd;
-webkit-box-shadow: 0px 0px 5px #ddd;
box-shadow: 0px 0px 5px #ddd;
}

#navi {
opacity:0;
position:absolute;
margin-top:5px;
padding:2px;
font-family:trebuchet ms;
font-size:10px;
width:130px;
height:auto;
text-align:center;
text-transform:uppercase;
letter-spacing:1px;
background-color:#fff;
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
-webkit-transform: scale( 0.7) rotate( 0deg);
-moz-transform: scale( 0.7) rotate( 0deg);
}
 
 #pic:hover #navi{
opacity:9;
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
-webkit-transform: scale( 0.7) rotate( 0deg);
-moz-transform: scale( 0.7) rotate( 0deg);
}

#pic {
position:fixed;
top:160px;
left:47px;
width:110px;
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
}

#pic:hover #inimg{
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
-webkit-transform: scale( 0.7) rotate( 0deg);
-moz-transform: scale( 0.7) rotate( 0deg);
}



#inimg {
width:130px;
height:auto;
position:fixed;
height:auto;
top:90px;
left:40px;
background:url(http://i.imgur.com/Q32YuR8.png);
border-radius:2px;
padding:10px;
-moz-box-shadow: 0px 0px 5px #ddd;
-webkit-box-shadow: 0px 0px 5px #ddd;
box-shadow: 0px 0px 5px #ddd;
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
-webkit-transform: scale( 0.7) rotate( 0deg);
-moz-transform: scale( 0.7) rotate( 0deg);
}

#navi2 {
opacity:0;
position:absolute;
margin-top:5px;
padding:2px;
font-family:trebuchet ms;
font-size:10px;
width:130px;
height:auto;
text-align:center;
text-transform:uppercase;
letter-spacing:1px;
background-color:#fff;
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
-webkit-transform: scale( 0.7) rotate( 0deg);
-moz-transform: scale( 0.7) rotate( 0deg);
}
 
 #pic2:hover #navi2{
opacity:9;
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
-webkit-transform: scale( 0.7) rotate( 0deg);
-moz-transform: scale( 0.7) rotate( 0deg);
}

#pic2 {
position:fixed;
top:280px;
left:47px;
width:110px;
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
}

#pic2:hover #inimg2{
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
-webkit-transform: scale( 0.7) rotate( 0deg);
-moz-transform: scale( 0.7) rotate( 0deg);
}


#inimg2 {
width:130px;
height:auto;
position:fixed;
height:auto;
top:210px;
left:40px;
background:url(http://i.imgur.com/Q32YuR8.png);
border-radius:2px;
padding:10px;
-moz-box-shadow: 0px 0px 5px #ddd;
-webkit-box-shadow: 0px 0px 5px #ddd;
box-shadow: 0px 0px 5px #ddd;
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
-webkit-transform: scale( 0.7) rotate( 0deg);
-moz-transform: scale( 0.7) rotate( 0deg);
}



#navi3 {
opacity:0;
position:absolute;
margin-top:5px;
padding:2px;
font-family:trebuchet ms;
font-size:10px;
width:130px;
height:auto;
text-align:center;
text-transform:uppercase;
letter-spacing:1px;
background-color:#fff;
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
-webkit-transform: scale( 0.7) rotate( 0deg);
-moz-transform: scale( 0.7) rotate( 0deg);
}
 
 #pic3:hover #navi3{
opacity:9;
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
-webkit-transform: scale( 0.7) rotate( 0deg);
-moz-transform: scale( 0.7) rotate( 0deg);
}

#pic3 {
position:fixed;
top:400px;
left:47px;
width:110px;
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
}

#pic3:hover  #inimg3{
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
-webkit-transform: scale( 0.7) rotate( 0deg);
-moz-transform: scale( 0.7) rotate( 0deg);
}
#inimg3 {

width:130px;
height:auto;
position:fixed;
height:auto;
top:330px;
left:40px;
background:url(http://i.imgur.com/Q32YuR8.png);
border-radius:2px;
padding:10px;
-moz-box-shadow: 0px 0px 5px #ddd;
-webkit-box-shadow: 0px 0px 5px #ddd;
box-shadow: 0px 0px 5px #ddd;
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
-webkit-transform: scale( 0.7) rotate( 0deg);
-moz-transform: scale( 0.7) rotate( 0deg);
}



#navi4 {
opacity:0;
position:absolute;
margin-top:5px;
padding:2px;
font-family:trebuchet ms;
font-size:10px;
width:130px;
height:auto;
text-align:center;
text-transform:uppercase;
letter-spacing:1px;
background-color:#fff;
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
-webkit-transform: scale( 0.7) rotate( 0deg);
-moz-transform: scale( 0.7) rotate( 0deg);
}
 
 #pic4:hover #navi4{
opacity:9;
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
-webkit-transform: scale( 0.7) rotate( 0deg);
-moz-transform: scale( 0.7) rotate( 0deg);
}

#pic4 {
position:fixed;
top:515px;
left:47px;
width:110px;
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
}

#pic4:hover #inimg4{
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
-webkit-transform: scale( 0.7) rotate( 0deg);
-moz-transform: scale( 0.7) rotate( 0deg);
}

#inimg4 {
width:130px;
height:130;
position:fixed;
top:450px;
left:40px;
background:url(http://i.imgur.com/Q32YuR8.png);
border-radius:2px;
padding:10px;
-moz-box-shadow: 0px 0px 0px #ddd;
-webkit-box-shadow: 0px 0px 0px #ddd;
box-shadow: 0px 0px 5px #ddd;
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
-webkit-transform: scale( 0.7) rotate( 0deg);
-moz-transform: scale( 0.7) rotate( 0deg);
}
<!----------------------end navi-------------------------------!>

a.oldernewer{
letter-spacing:3px;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
display:inline-block;
font:8px tt;
text-align:center;
width:100px;
height:10px;
color:#888 ;
padding:5px;
background:#fff;
border-radius:5px;
text-decoration:none;
border:2px solid #F0E9BD ;}

a.oldernewer:hover{
background: #fff;
color:#333 !important;
box-shadow:inset 0px 25px 0px #F0E9BD;
}

.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/tumblr_mdpf4xTtf61qdlkyg.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 #FCEBED;
margin:0em;
padding:5px;
color:#808080;
}

.pocetit {
margin-top:10px;
color:#A4A4A4;
font: 30px 'cd';
letter-spacing: 1px;
background:url(http://i.imgur.com/eWsXl.gif);
line-height: 40%;
text-transform: uppercase;
-webkit-transition: 0.3s;}


.umi {
margin-top:0px;
background:#fff;
border:1px solid #f8f8f8;
font-family:tt;
font-size: 8px;
padding:2px;
padding-left:20px;
letter-spacing:1px;
text-transform:block;
}

@font-face {
font-family:tt;
src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');
}

::-webkit-scrollbar {
width: 5px;
height: 10px;
background:white;
}
::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
background-color: #eee;
border: 1px solid #fff;
}

.sidenav2 a:link, .sidenav2 a:active, .sidenav2 a:visited
{
width:96px;
background:#BAD4E6;
color:#939BA1;
display: inline-block;
text-decoration:none;
text-align:center;
font:10px arial;
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 #DDD9BE;
}

.sidenav2 a:hover
{
-webkit-transition-duration: .2s;
-moz-transition-duration: .2s;
background:#fff;
color:#938B54;
border-bottom:1px solid #BAD4E6;
}

<style>
@font-face {
font-family:tt;
src:url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');
}
.nav,a.nav{
border:1px solid #ebebeb;
padding:7px;
font:8px tt;
letter-spacing:2px;
display:inline-block;
text-align:center;
text-transform:uppercase;
width:65px;
background:#ccc;
color:#fff;
margin-left: 5px;
margin-right: 5px;
-webkit-transition:2s;
}
.nav:hover,a.nav:hover{
letter-spacing:4px;
box-shadow:inset -50px -40px 0px #fff,inset 50px 40px 0px #fff;
-webkit-transition:3s;
color:#000;
}

a.kai {border-radius:3333px; opacity:0.9;padding:10px; margin:2px;background:#eee; display:inline-block; height:50px; width: 50px;}

a.kai:hover { border-radius:6px; transform: rotate(360deg) ; -webkit-transform: rotate(360deg) ; -moz-transform: rotate(360deg) ; -o-transform: rotate(360deg) ; -ms-transform: rotate(360deg) ;-webkit-transition-duration: 0.5s;}

.icon {border-radius:3333px; height: 50px; width: 50px;}

.icon:hover {border-radius:6px; border-radius: none; transform: rotate(360deg) ; -webkit-transform: rotate(360deg) ; -moz-transform: rotate(360deg) ; -o-transform: rotate(360deg) ; -ms-transform: rotate(360deg) ;-webkit-transition-duration: 0.5s;}

.header {
margin-left: 1px;
margin-bottom: -5px;
-webkit-transition:2s
}

@font-face{font-family:cd;src:url('http://static.tumblr.com/tedujjb/C78mkkmk4/charleedoodles.ttf')}

</style>

<div id="pic2"><img src="http://i.imgur.com/pl912Ce.jpg" width="100px" id="inimg2">
<div id="navi2" onClick="document.getElementById('main').innerHTML=document.getElementById('k').innerHTML">About</div></div>

<div id="pic" ><img src="http://i.imgur.com/VVaEAI5.jpg" width="110px" id="inimg">
<div id="navi" onClick="document.getElementById('main').innerHTML=document.getElementById('o').innerHTML">Entries</div></div>

<div id="pic3"><img src="http://i.imgur.com/2WE8Ldv.jpg" width="100px" id="inimg3">
<div id="navi3" onClick="document.getElementById('main').innerHTML=document.getElementById('p').innerHTML">Link</div></div>

<div id="pic4"><img src="http://i.imgur.com/gE5VjfV.jpg" width="100px" id="inimg4">
<div id="navi4" onClick="document.getElementById('main').innerHTML=document.getElementById('stuffs').innerHTML">Affies</div></div>

</head>

<div align="center">
<center>
<table border="0" cellspacing="0" cellpadding="20">
</center>

<tr>

<td valign="top" width="180">

<div class="pocetit">About;</div>
<div class="umi">What's Happening?</div><br>
<center>
<div style="background:url(http://i.imgur.com/Q32YuR8.png) repeat; border:1px solid #EEE;padding:5px;width:200px;">
<img style="width:200px;height:140px;" src="http://data.whicdn.com/images/58581299/tumblr_ml74fgLD7o1rqp3m6o1_500_large.jpg">
<div class="sidenav2">
<a href="http://blogger.com/home">DBOARD</a>
<a href="http://www.blogger.com/follow-blog.g?blogID=4259633660096732610">FOLLOW</a>
</center>
</div>
<center>ArrienAmani @ Myungsoowifeyy. Sixteen. Seoul.
I'm Inspirit and eLement forever.</center>
<br>
</div>

<div class="pocetit">Shout here;</div>
<div class="umi">Talk to much</div><br>
<img src="http://i.imgur.com/OsLFr1g.png" width="200px"<br> This just a image of cbox, change it with your cbox code ^^ </div>
<br>
</br>

<!------------Dont remove the credit or i kill u---------->
<div class="pocetit">Credit;</div>
<div class="umi">The Cretive!</div><br>

© 2013 - Full Template by <a href="http://arrienlove.blogspot.com/">Arrien</a> <a href="http://www.blogskins.com/me/arrien">Amani</a> and someone help me is <a href="http://umihumairayusof.blogspot.com/">Mayra</a> and <a href="http://arrienlove.blogspot.com/">Inficon</a> . Edit by <a href="urlblog">YOUR NAME</a>.
<!------------Dont remove the credit or i kill u---------->
<br>
<img style="padding:0px;border:0px;" src="http://i985.photobucket.com/albums/ae340/ameliaaaaaaaa/pix/linewings.gif"></div>
<center><center><object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" width="20" height="17">
    <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" />
    <param name="bgcolor" value="#ffffff" />
    <param name="FlashVars" value="mp3=http://k002.kiwi6.com/hotlink/fmjabad6dq/infinite_-_man_in_love.mp3&amp;width=25&amp;autoplay=1&amp;volume=75&amp;showslider=0&amp;showloading=never&amp;sliderwidth=0&amp;bgcolor1=ffffff&amp;bgcolor2=ffffff&amp;slidercolor1=ffffff&amp;slidercolor2=ffffff&amp;sliderovercolor=ffffff&amp;buttoncolor=b0b0b0&amp;buttonovercolor=b0b0b0" />
<br /></object></center>
</div></div></td>

</div>

<td id="main" valign="top" style="width:535px; padding-left:13px; border-left:1px solid #eee; padding-right:13px; ">

<Blogger>
<div class="pocetit"><$BlogItemTitle$></div><div class="umi" style="float:center;text-align:left;"><BlogDateHeader><$BlogDateHeaderDate$></BlogDateHeader> | <a href="<$BlogItemCommentCreate$>"<$BlogItemCommentFormOnClick$>> <$BlogItemCommentCount$> Comments</a></BlogItemCommentsEnabled></div><$blogitembody$><br>
<center><OlderPosts><a href=<$OlderPosts$>>PAST</a> </OlderPosts> <NewerPosts> • <a href=<$NewerPosts$>>FUTURE</a></NewerPosts></center><br><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(http://i55.tinypic.com/v3d7ps.jpg); 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>
</td>

<td id="o" style="display: none;">

<Blogger>
<div class="pocetit"><$BlogItemTitle$></div><div class="umi" style="float:center;text-align:left;"><BlogDateHeader><$BlogDateHeaderDate$></BlogDateHeader> | <a href="<$BlogItemCommentCreate$>"<$BlogItemCommentFormOnClick$>> <$BlogItemCommentCount$> Comments</a></BlogItemCommentsEnabled></div><$blogitembody$><br>
<center><OlderPosts><a href=<$OlderPosts$>>PAST</a> </OlderPosts> <NewerPosts> • <a href=<$NewerPosts$>>FUTURE</a></NewerPosts></center><br><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(http://i55.tinypic.com/v3d7ps.jpg); 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>
</div>
</td>

<td id="k" style="display: none;">

<div class="pocetit">Le' Owner!</div>
<div class="umi">Here owner! meet them</div><br>
<center><img style="padding: 2px; border: 1px solid #eee;"src="http://data.whicdn.com/images/62158886/large.jpg" width="500"></center><br>

<img src="http://media.tumblr.com/tumblr_mdnsird9sN1qdlkyg.gif"width="12"> <i><span style="color: #E6DCD8;">Biography ;</span></i> HEY Inspirit & ELement. I'm Nor Sabrina A.K.A Arrien Amani. Going sixteen year's young on 21th of september 2013 and school at SABK Maahad Tarbiah Islamiah  . I love my bias, L@Myung Soo and Jin Young, both of them shoo cutee. I wish i can fly to seoul asap. I want to meet my myung soo so much. I also love Infinte, B1A4, BTOB, Super Junior, Big Bang,U-Kiss,ZE:A,X-5,A-Prince,Boyfriend and anymore. THANKS for READING , sorry if my english so bad. I'm just a human being who makes mistakes.
<br /><br/>
<center><blockquote>Change with your own profile,dont copy my intro profile!</blockquote></center>

</td>

<td id="p" style="display: none;">

<div class="pocetit">Linkies</div>
<div class="umi">Friendship never end</div><br>
<center><img style="padding: 2px; border: 1px solid #eee;"src="http://data.whicdn.com/images/55905437/tumblr_mjzp36j3RO1qc32n5o1_500_large.jpg" width="500"></center><br>
<u><b> READ THIS FIRST</u></b><br>
<img src="http://media.tumblr.com/tumblr_lm6ovviidy1qfoi4t.gif"width="12"> Ex-Changed Links now <b>OPEN</b> <br>
<img src="http://media.tumblr.com/tumblr_lm6ovviidy1qfoi4t.gif"width="12"> Put mine First!<br>
<img src="http://media.tumblr.com/tumblr_lm6ovviidy1qfoi4t.gif"width="12"> Tell me at my cbox that you want to ex-changed link with me.<br>
<img src="http://media.tumblr.com/tumblr_lm6ovviidy1qfoi4t.gif"width="12"> You delate me, I delate you back!! araseo?? ^_^<br><br>

<center>
<input type="text" size="11" value="Arrien Inspirit" style="width:180px;font:11px trebuchet ms;color:#666;border:1px  solid #eee;margin-right:6px;background-color:#ffffff;padding:2px;padding-left:4px;" onclick="this.focus()" onfocus="this.select()">
<input type="text" size="11" value="http://arrienlove.blogspot.com" style="width:180px;font:11px trebuchet ms;color:#666;border:1px solid #eee;background-color:#ffffff;padding:2px;padding-left:4px;" onclick="this.focus()" onfocus="this.select()"></center>
<br><br>
<center>
<a class="kai" href="http://arrienlove.blogspot.com"><img class="icon" src="http://i.imgur.com/1bj9RQs.jpg" title="Arrien"></a>
<a class="kai" href="http://urlblog"><img class="icon" src="http://i.imgur.com/1i496uZ.jpg" title="INSPIRIT"/></a>
<a class="kai" href="http://urlblog"><img class="icon" src="http://i.imgur.com/pMKK6Nu.jpg" title="INSPIRIT"/></a>
<a class="kai" href="http://urlblog"><img class="icon" src="http://i.imgur.com/NZGABDI.jpg" title="INSPIRIT"/></a>
<a class="kai" href="http://urlblog"><img class="icon" src="http://i.imgur.com/CNYPf6d.jpg" title="INSPIRIT"/></a>
<a class="kai" href="http://urlblog"><img class="icon" src="http://i.imgur.com/HshMQEy.jpg" title="INSPIRIT"/></a>
</center>

</td>

<td id="stuffs" style="display: none;">

<div class="pocetit">Tutobies</div>
<div class="umi">Fell free to use it</div><br>

<center><img style="padding: 2px; border: 1px solid #eee;"src="http://data.whicdn.com/images/56007381/tumblr_mk1zkuaqam1rq89lio1_500_large.jpg" width="500"></center><br>


<b>Tutorial :</b><br>
<a class="thingi" href="http://arrienlove.blogspot.com/">Tutorial.</a>

<a class="thingi" href="http://arrienlove.blogspot.com/">Tutorial.</a>

<a class="thingi" href="http://arrienlove.blogspot.com/">Tutorial.</a>

<a class="thingi" href="http://arrienlove.blogspot.com/">Tutorial.</a>

<a class="thingi" href="http://arrienlove.blogspot.com/">Tutorial.</a><br>

<b>Freebies :</b><br>
<a class="thingi" href="http://arrienlove.blogspot.com/">Freebies.</a>

<a class="thingi" href="http://arrienlove.blogspot.com/">Freebies.</a>

<a class="thingi" href="http://arrienlove.blogspot.com/">Freebies.</a>

<a class="thingi" href="http://arrienlove.blogspot.com/">Freebies.</a>

<a class="thingi" href="http://arrienlove.blogspot.com/">Freebies.</a>
</div>

<style>
a.thingi {
background:url(http://media.tumblr.com/918a0e4c19b25c044e156b5b82079837/tumblr_inline_mg0ncyz50L1qdlkyg.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.thingi:hover{
background:url(http://media.tumblr.com/e65b52f5ccc91f5cc05290f648447622/tumblr_inline_mg0ncuWUv21qdlkyg.gif);
background-repeat:no-repeat;
background-size:13px;
color: #938B54;
}

<style>
@font-face {
font-family:tt;
src:url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');
}
.nav,a.nav{
border:1px solid #ebebeb;
padding:7px;
font:8px tt;
letter-spacing:2px;
display:inline-block;
text-align:center;
text-transform:uppercase;
width:65px;
background:#ccc;
color:#fff;
margin-left: 5px;
margin-right: 5px;
-webkit-transition:2s;
}
.nav:hover,a.nav:hover{
letter-spacing:4px;
box-shadow:inset -50px -40px 0px #fff,inset 50px 40px 0px #fff;
-webkit-transition:3s;
color:#000;
}
</style>

<br><br/>
</table>
</body>
</html>
kaiwufvn