Via'sCodeBlog
credit
Via's Code Blog
Alex Russo


<!--------------------------------------------------------------------------
Name : Alex Russo Magic Blog
Basecode : anugerahsalsa.blogspot.com
Skin by : bluewolrd.blogspot.com
Theme : magical blog
   Don't remove the credits or link, please!
--------------------------------------------------------------------------!>
<html>
<div style=" background-image: url('http://2.bp.blogspot.com/-9a4EuiSUOmw/U8JkrNV-uAI/AAAAAAAAC6g/ilJ9YMhIhzo/1600/pink+scall1.png'); top: -10px;  width: 100%; left:0px; height: 44px; z-index: 100; position: fixed; background-hover:filter:alpha(opacity=100);"></div>
</script>
<head>
 <link href='http://fonts.googleapis.com/css?family=Handlee|Delius+Swash+Caps|Englebert|Ribeye+Marrow|Sacramento' rel='stylesheet' type='text/css'/>
<base target='_blank'/>
<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 style="border: 1px solid transparent;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiV7cqtUE7ez6CEbMdoy1zjJs3_hdGi-NKRPqF2A5u1wLwIHSLUyEhfXBD_LULXt_MVPAkeHn9B8OawUTKW3yI54FsVc8yMPdKD9T-Ib_ACgTbiGkSmMFjm4yBdiiqi7gnCWIz-xorD8aw/s1600/d92a2f7e53173c9934ddba1743320fb2_1296940978.png" width="100"/>', //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://static.tumblr.com/6oysso7/k0Jls1t44/a-helphtml__11_.ico" />
<br><br>
</script>
<link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Delius+Unicase' rel='stylesheet' type='text/css'>
<center><img class="header" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgslgcmhyphenhyphenJy7OvqdAXmaCOnHnTRy25hqGA3ZMnel65Z-IC3ogx6f8-nDNQ3Le4QkpRamjk0ntg7nsm4n56pKGdiZBOE6fpeXhVMTMbcwgDG3-owUh5NoIb-v1e6WyKOoAM7f7UhLjN-wUka/s1600/Alex+Russo.png" /></center>
<title>Alex Russo Magic Blog</title>

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

<script src='http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js' type='text/javascript'/>
<script>
    (function($){
        $(document).ready(function(){
            $(&quot;[title]&quot;).style_my_tooltips();
        });
    })(jQuery);
</script>
</head>

<style type="text/css">
.header:hover{
padding-left: 65px;
filter: alpha(opacity=0);
opacity: .0;
-webkit-transition-duration: 1.0s;
}
#navbar-iframe { display: none; }

body {
background:url(https://s-media-cache-ak0.pinimg.com/236x/fc/6b/94/fc6b94d521fe015c1c5e29069df60783.jpg);
color: #888888;
line-height: 15px;
text-align: justify;
cursor: url(http://media.tumblr.com/tumblr_m35liuVBh11rnr4eb.png);
}

table {
cursor: url(http://media.tumblr.com/tumblr_m35lilI36k1rnr4eb.png);
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiluVQ1kSrCSHGGgYgVf4_7-khsS5b9Fd8SUC4mIS5TwwpYDJAJ2NvTbkpxH-BF1XVXQfvm_q89s5U104pwGgxIjRG_2qxsZLoRfxWuPPb0FcI4YWZarKqGT9gK2PV2a2K-RZcSS9ND2hA/s1600/mainbackground_chiaki3.png);
font: 11px Short Stack;
letter-spacing: 1px;
color: #999;
line-height: 20px;
padding:5px;
border-top:4px solid #B1DF82;
border-bottom:4px solid #B1DF82;
border-left:2px dashed #B1DF82;
border-right:2px dashed #B1DF82;
border-radius:5px;
width:920;}

table:hover {
cursor: url(http://media.tumblr.com/tumblr_m35lilI36k1rnr4eb.png);
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiluVQ1kSrCSHGGgYgVf4_7-khsS5b9Fd8SUC4mIS5TwwpYDJAJ2NvTbkpxH-BF1XVXQfvm_q89s5U104pwGgxIjRG_2qxsZLoRfxWuPPb0FcI4YWZarKqGT9gK2PV2a2K-RZcSS9ND2hA/s1600/mainbackground_chiaki3.png);
font: 11px Short Stack;
letter-spacing: 1px;
color: #999;
line-height: 20px;
padding:5px;
border-top:4px dashed #B1DF82;
border-bottom:4px dashed #B1DF82;
border-left:2px solid #B1DF82;
border-right:2px solid #B1DF82;
border-radius:50px;
-webkit-transition-duration: 2.5s;
width:920;}

a:link,a:visited{
text-decoration:none;
color:#2E5A03;-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: #6D9F3C;
background:none;
}

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

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

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

u {
text-decoration: none;
border-bottom: 2px solid #56A645;
}

b {
color:#83C476;
-webkit-transition-duration: 1.5s;
}
blockquote{
padding:10px;
display:block;
font:11px arial;
color:#ccc;
letter-spacing:1px;
border-radius:5px;
border:1px solid #FFE2E2;
-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;
background-position:100% 95%;
background:url(http://media.tumblr.com/tumblr_m33wmx1T171qdlkyg.gif);
background-repeat:no-repeat;
background-size:0px;
}
blockquote:hover{
background:url(http://media.tumblr.com/tumblr_m3wiadNxgw1qdlkyg.gif);
background-repeat:no-repeat;
background-position:100% 100%;
background-size:80px;
color:#777;
}
blockquote{
background:url();
background-repeat:no-repeat;
background-position:100% 95%;
font-family: 'century gothic';
padding:10px;
border-left:10px solid #9EBA4B;
border-right:2px dashed #9EBA4B;
border-top:1px dashed #9EBA4B;
border-bottom:1px dashed #9EBA4B;
-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 #9EBA4B;
color:#555;
}

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 #ffcbd7;}

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

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

.pocetit {
text-transform:none;
color:#bbb !important;-webkit-transition: 1.0s !important;
-moz-transition: 1.0s;letter-spacing:2px !important;
margin-bottom:0px !important;
font-size:20px !important;line-height:20px;  !important;
font-family: Pacifico;
text-align:right !important;
border-radius: 10px;
padding: 5px;
padding-right:5px !important;border:2px solid #CDF7A3!important;
box-shadow:0px 0px 5px 1px #CDF7A3;
}

.arrien {
margin-top:0px;
background:#fff;
border-bottom:1px solid #CDF7A3;
font-family:Short Stack;
font-size: 10px;
padding:1px;
padding-left:5px;
letter-spacing:1px;
text-transform:block;
}

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

::-webkit-scrollbar {
width:15px;
height:8px;
}
::-webkit-scrollbar-track-piece  {
background-color: #C6D891;
border: 3px solid #87A03D;
border-radius: 10px;
}
::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
background-color: #E3F9A2;
border: 5px solid #87A03D;
border-radius: 10px;
}

a.navi{
border:2px solid #C9E0AE;
border-radius: 5px;
padding:7px;
font:9px Delius Swash Caps;
letter-spacing:2px;
display:inline-block;
text-align:center;
text-transform:uppercase;
width:65px;
background:#E3F7E1;
color:#1D4C17;
margin-left: 5px;
margin-right: 5px;
-webkit-transition:2s;}

a.navi:hover{
letter-spacing:0px;
border:2px solid #C73B94;
box-shadow:inset -50px -40px 0px #D280B4,inset 50px 40px 0px #D280B4;
-webkit-transition:3s;
color:#000;
}

.header {
margin-left: 2px;
margin-bottom: -33px;
border-top: 5px #ffffff;
border-bottom: 5px #ffffff;
border-left: 5px #ffffff;
border-right: 5px #ffffff;
-webkit-transition:2s;
}

#s-m-t-tooltip { background: url(http://25.media.tumblr.com/9e42867bbe3d5a23e9ce35bfde172ffa/tumblr_mt67noIbPl1ru3nbdo9_r1_250.png);
font-size: 12px;
line-height: 12px;
font-family: delius;
letter-spacing: 2px;
text-transform: lowercase;
color: #000;
text-align: left;
padding: 5px 10px 5px 10px;
display: block;
border-radius: 5px;
margin: 24px 14px 7px 12px;
border: 2px dashed blue;
border-left: 15px solid blue;
border-right: 15px solid blue;
-moz-box-shadow: 0 0 0px 2px lightblue;
-webkit-box-shadow: 0 0 0px 3px lightblue;
}

li {
list-style-image:url(http://media.tumblr.com/cbf8dc168aa561a3e810cbf4fd5bb318/tumblr_inline_mgpcn4ZFDH1qdlkyg.gif) ;
}
li:hover {
list-style-image:url(http://media.tumblr.com/0a2bfc94652039aa1e5cd340f709dc9f/tumblr_inline_mgpcnbAWa21qdlkyg.gif);
}
img {
padding: 3px; border: 1px solid #B1DF82;
border-radius:3px;
-webkit-transition-duration:1s;
}
img:hover{
border-radius:2px;
opacity:0.9;
-webkit-transition-duration:1s;
}
</style>

<style>
.raejun{
width:60px;
padding:15px;
margin-top:15px;
box-shadow:2px 2px 4px #CFE68C;
background: #D2E49D;
font:11px Short Stack;
text-align:center;
Text-decoration:none;
color:#5D721D;
text-transform:uppercase;
display:block;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
-o-transition:All 0.5s ease;
border-left:1px dashed green;
-webkit-border-top-right-radius: 333px;
-webkit-border-bottom-right-radius: 333px;
-moz-border-radius-topright: 333px;
-moz-border-radius-bottomright: 333px;
border-top-right-radius: 333px;
border-bottom-right-radius: 333px;
}

.raejun:hover{
width:66px;
border-right:1px dashed #B342A2;
border-top:1px dashed #B342A2;
border-bottom:1px dashed #B342A2;
border-radius: 222px;
border-radius: 222px;
}

.raejun1{
width:60px;
padding:15px;
margin-top:15px;
box-shadow:2px 2px 4px #D592C0;
background:#D592C0;
font:11px Short Stack;
text-align:center;
Text-decoration:none;
color:#fff;
text-transform:uppercase;
display:block;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
-o-transition:All 0.5s ease;
border-left:1px solid purple;
-webkit-border-top-right-radius: 333px;
-webkit-border-bottom-right-radius: 333px;
-moz-border-radius-topright: 333px;
-moz-border-radius-bottomright: 333px;
border-top-right-radius: 333px;
border-bottom-right-radius: 333px;
}

.raejun1:hover{
width:66px;
border-left:10px solid purple;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border-right:1px dashed #57B342;
border-top:1px dashed #57B342;
border-bottom:1px dashed #57B342;
}

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

<div style="position:fixed; top:100px;left:0px;width:100px; color:#aaa;">
<a class="raejun" onClick="document.getElementById('main').innerHTML=document.getElementById('o').innerHTML">ENTRY</a>
<a class="raejun1" onClick="document.getElementById('main').innerHTML=document.getElementById('k').innerHTML">OWNER</a>
<a class="raejun" onClick="document.getElementById('main').innerHTML=document.getElementById('p').innerHTML">AFFIES</a>
<a class="raejun1" onClick="document.getElementById('main').innerHTML=document.getElementById('stuffs').innerHTML">STUFFS</a>
<a class="raejun" onClick="document.getElementById('main').innerHTML=document.getElementById('otherss').innerHTML">OTHERS</a>
<a class="raejun1" href="http://www.blogger.com/follow-blog.g?blogID=1662778867935549526" >Follow</a>
</div>

</head>

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

<tr>

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

<div class="pocetit">Disclaimer</div>
<div class="arrien">Spell-me</div><br>
<center>
<div style="background:url(http://i.imgur.com/mKh81cc.gif) repeat;">
<img style="width:150px;" src="http://vignette4.wikia.nocookie.net/imaginativeideas/images/8/83/Alex_Russo_(portrayed_by_Selena_Gomez).png/revision/latest?cb=20100222044307">
</center>
</div>
<center>Hi, WIZARDS! Welcome to my blog. Please follow me!<br>
</center><br>
</div>

<div class="pocetit">Spell on Me?</div>
<div class="arrien">Let's chat with me</div><br>
<center><img src="http://coo5.tuvotacion.com:81/imagenes_unicas/quien-es-mas-linda--alex-russoselena-gomez-o-rocky-bluez-85148.jpg" width="150px"/></center>
<center>PUT YOUR CBOX CODE HERE</center><br>
<!------------------------Dont remove the credit or i kill u---------------->


<div class="pocetit">Big Claps</div>
<div class="arrien">di Credits</div><br>
<center><img style="width:150px;" src="http://orig06.deviantart.net/43a1/f/2014/124/2/7/alex_russo_png_pack_by_selenatorsza-d7h2l0g.png"></center><br>
© 2016 - Full Template by <a href="http://bluewolrd.blogspot.com/">Shafsavia</a> <a href="http://www.blogskins.com/me/shafsafia">Azzahra</a>. Basecode by <a href="http://anugerahsalsa.blogspot.com/">Anugerah</a> and <a href="http://alneira-firja.blogspot.com/">Neira</a>. Big help from <a href="http://google.com/">Mbah Pintar</a>.<br></center>
<br>


<!------------------------Dont remove the credit or i kill u---------------->
<!------------------------Dont remove the credit or i kill u---------------->
</div>
</td>

</div>

<td id="main" valign="top" style="width:535px; padding-left:10px; border-left:2px dashed #B1DF82; padding-right:10px; ">

<Blogger>
<div class="pocetit"><img src=""><$BlogItemTitle$></div><div class="arrien" style="float:center;text-align:left;"><BlogDateHeader><$BlogDateHeaderDate$></BlogDateHeader> | <a href="<$BlogItemCommentCreate$>"<$BlogItemCommentFormOnClick$>> <$BlogItemCommentCount$> Comment(s)</a></BlogItemCommentsEnabled></div><$blogitembody$><br><P></P><center><img style="widht:0px;"src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjr1sEOY4LamI5I4w2CMNcN3mtrzLjpZFA68Cb5zZBNo0NJw3CiqR6coi7v-Q_wdRicM9dQNy4qbjMXBxXlLMCnfRrm0leMxW6TN9h7xpAjT_Xk0RDwlvnoJN2bSYq0xfdnME4eBZk_QRI/s1600/th_bowbanner.png"/></center>

<br>

<center><OlderPosts><a href=<$OlderPosts$>OLDER</a> </OlderPosts> <NewerPosts> or <a href=<$NewerPosts$>NEWER</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-top:2px solid #E0AECF;border-bottom:2px solid #E0AECF;border-left:3px solid #C9E0AE;border-right:3px solid #C9E0AE;border-radius:10px;background:url(http://25.media.tumblr.com/1705244db27982795cd45d7d20efcb4a/tumblr_mt67noIbPl1ru3nbdo2_100.png); box-shadow:5px  5px 10px #E0AECF;">
      <$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="arrien" style="float:center;text-align:left;"><BlogDateHeader><$BlogDateHeaderDate$></BlogDateHeader> | <a href="<$BlogItemCommentCreate$>"<$BlogItemCommentFormOnClick$>> <$BlogItemCommentCount$> Comment(s)</a></BlogItemCommentsEnabled></div><$blogitembody$><br>
<br>

<center><OlderPosts><a href=<$OlderPosts$>>OLDER</a> </OlderPosts> <NewerPosts> • <a href=<$NewerPosts$>>NEWER</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-top:2px solid #E0AECF;border-bottom:2px solid #E0AECF;border-left:3px solid #C9E0AE;border-right:3px solid #C9E0AE;border-radius:10px;background:url(http://25.media.tumblr.com/1705244db27982795cd45d7d20efcb4a/tumblr_mt67noIbPl1ru3nbdo2_100.png); box-shadow:5px  5px 10px #E0AECF;">
      <$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">The Wizard</div>
<div class="arrien">who's can spelling?</div><br>
<center><img src="http://vignette1.wikia.nocookie.net/degrassi/images/4/49/Alex_Russo.gif/revision/latest?cb=20140730165635" width="500" /></center><br>
<center><blockquote> Hello! My name is blabalbalaba ... lanjutin, ya! ehheee.. </blockquote> </center>
<b>Put u'r profile!</b>

</td>

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

<div class="pocetit">Random Spells</div>
<div class="arrien">Itumutuitu!</div><br>
<center><img src="http://orig02.deviantart.net/d96f/f/2013/025/5/b/_alex_russo_gif_by_ayeeeh-d5snpiq.gif" width="500"></center><br>
<center><blockquote>YOU CAN PUT THIS PAGE FOR ANYTHING!</blockquote> </center>

<div style="height: 320px; overflow: auto; width: 570px;">
BLABLABLABLABLABLABLABLABLABLABLABLABLA<br>
BLABLABLABLABLABLABLABLABLABLABLABLABLA<br>
BLABLABLABLABLABLABLABLABLABLABLABLABLA<br>
BLABLABLABLABLABLABLABLABLABLABLABLABLA<br>
BLABLABLABLABLABLABLABLABLABLABLABLABLA<br>
BLABLABLABLABLABLABLABLABLABLABLABLABLA<br>
BLABLABLABLABLABLABLABLABLABLABLABLABLA<br>
BLABLABLABLABLABLABLABLABLABLABLABLABLA<br>
BLABLABLABLABLABLABLABLABLABLABLABLABLA<br>
BLABLABLABLABLABLABLABLABLABLABLABLABLA<br>
BLABLABLABLABLABLABLABLABLABLABLABLABLA<br>
BLABLABLABLABLABLABLABLABLABLABLABLABLA<br>
BLABLABLABLABLABLABLABLABLABLABLABLABLA<br>
BLABLABLABLABLABLABLABLABLABLABLABLABLA<br>
BLABLABLABLABLABLABLABLABLABLABLABLABLA<br>
BLABLABLABLABLABLABLABLABLABLABLABLABLA<br>
BLABLABLABLABLABLABLABLABLABLABLABLABLA<br>
BLABLABLABLABLABLABLABLABLABLABLABLABLA<br>
BLABLABLABLABLABLABLABLABLABLABLABLABLA<br>
BLABLABLABLABLABLABLABLABLABLABLABLABLA<br>
BLABLABLABLABLABLABLABLABLABLABLABLABLA<br>
</div>

</td>

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

<div class="pocetit">Linkies</div>
<div class="arrien">My besties</div><br>
<center><img src="http://66.media.tumblr.com/3f75d2179507beb2002d076d534a8159/tumblr_inline_mi4rvtSpJS1qz4rgp.gif" width="500"></center><br>
<center><blockquote>Let's exlink with me!</blockquote> </center>

<center>
<input type="text" size="11" value="YOUR NAME" style="width:180px;font:11px Short Stack;color:#666;border:1px dashed #ffe7ec;margin-right:9px;background-color:#ffffff;padding:2px;padding-left:4px;" onclick="this.focus()" onfocus="this.select()">
<input type="text" size="11" value="http://YOUR-URL.blogspot.com/" style="width:180px;font:11px Short Stack;color:#666;border:1px dashed #ffe7ec;background-color:#ffffff;padding:2px;padding-left:4px;" onclick="this.focus()" onfocus="this.select()"></center>
<br><br>
<center>
<a class="navi" href="http://.blogspot.com/">Perfect</a>
<a class="navi" href="http://.blogspot.com/">Perfect</a>
<a class="navi" href="http://.blogspot.com/">Perfect</a>
<a class="navi" href="http://.blogspot.com/">Perfect</a>
<a class="navi" href="http://.blogspot.com/">Perfect</a>
<a class="navi" href="http://.blogspot.com/">Perfect</a>
<a class="navi" href="http://.blogspot.com/">Perfect</a>
<a class="navi" href="http://.blogspot.com/">Perfect</a>
<a class="navi" href="http://.blogspot.com/">Perfect</a>
<a class="navi" href="http://.blogspot.com/">Perfect</a>
<a class="navi" href="http://.blogspot.com/">Perfect</a>
<a class="navi" href="http://.blogspot.com/">Perfect</a>
<a class="navi" href="http://.blogspot.com/">Perfect</a>
<a class="navi" href="http://.blogspot.com/">Perfect</a>
<a class="navi" href="http://.blogspot.com/">Perfect</a>
<a class="navi" href="http://.blogspot.com/">Perfect</a>
<a class="navi" href="http://.blogspot.com/">Perfect</a>
<a class="navi" href="http://.blogspot.com/">Perfect</a>
<a class="navi" href="http://.blogspot.com/">Perfect</a>
<a class="navi" href="http://.blogspot.com/">Perfect</a>
<a class="navi" href="http://.blogspot.com/">Perfect</a>
<a class="navi" href="http://.blogspot.com/">Perfect</a>
<a class="navi" href="http://.blogspot.com/">Perfect</a>
<a class="navi" href="http://.blogspot.com/">Perfect</a>
</center>

</td>

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

<div class="pocetit">Tutobies</div>
<div class="arrien">My tutorial and freebies</div><br>

<center><img src="http://media.tumblr.com/21191e7fcd02f595da67da8f2e591df1/tumblr_inline_mi6i2ggJi81qz4rgp.gif" width="500"></center><br>

<center><blockquote>Don't repost without permission and credit!</blockquote> </center>
<div style="height: 320px; overflow: auto; width: 570px;">
<u>Tutorials</u><br><br>
Tutorial : <a href="http://www.blogger.com">Coming Soon ...</a><br>
Tutorial : <a href="http://www.blogger.com">Coming Soon ...</a><br>
Tutorial : <a href="http://www.blogger.com">Coming Soon ...</a><br>
Tutorial : <a href="http://www.blogger.com">Coming Soon ...</a><br>
Tutorial : <a href="http://www.blogger.com">Coming Soon ...</a><br>
Tutorial : <a href="http://www.blogger.com">Coming Soon ...</a><br>
Tutorial : <a href="http://www.blogger.com">Coming Soon ...</a><br>
Tutorial : <a href="http://www.blogger.com">Coming Soon ...</a><br>

<u>Freebies</u><br><br>
Freebies : <a href="http://www.blogger.com">Coming Soon ...</a><br>
Freebies : <a href="http://www.blogger.com">Coming Soon ...</a><br>
Freebies : <a href="http://www.blogger.com">Coming Soon ...</a><br>
Freebies : <a href="http://www.blogger.com">Coming Soon ...</a><br>
Freebies : <a href="http://www.blogger.com">Coming Soon ...</a><br>
Freebies : <a href="http://www.blogger.com">Coming Soon ...</a><br>
Freebies : <a href="http://www.blogger.com">Coming Soon ...</a><br>
Freebies : <a href="http://www.blogger.com">Coming Soon ...</a><br>

<td id="f" style="display: none;">
<div class="mainblog">


</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 Short Stack;
-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>

</div>
</td>

<br><br/>
</table>
<script language=JavaScript>
<!--//Disable right mouse click Script
//By Dynamicdrive (renigade@nsimail.com)
//For full source code, visit http://www.dynamicdrive.com
var message="";
///////////////////////////////////
function clickIE4(){
if (event.button==2){return false;}}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){return false;}}}
if (document.layers){document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;}
else if (document.all&&!document.getElementById){document.onmousedown=clickIE4;}
document.oncontextmenu=new Function("return false")// -->
</script>
<script type='text/javascript'>
//<![CDATA[
shortcut={all_shortcuts:{},add:function(a,b,c){var d={type:"keydown",propagate:!1,disable_in_input:!1,target:document,keycode:!1};if(c)for(var e in d)"undefined"==typeof c[e]&&(c[e]=d[e]);else c=d;d=c.target,"string"==typeof c.target&&(d=document.getElementById(c.target)),a=a.toLowerCase(),e=function(d){d=d||window.event;if(c.disable_in_input){var e;d.target?e=d.target:d.srcElement&&(e=d.srcElement),3==e.nodeType&&(e=e.parentNode);if("INPUT"==e.tagName||"TEXTAREA"==e.tagName)return}d.keyCode?code=d.keyCode:d.which&&(code=d.which),e=String.fromCharCode(code).toLowerCase(),188==code&&(e=","),190==code&&(e=".");var f=a.split("+"),g=0,h={"`":"~",1:"!",2:"@",3:"#",4:"$",5:"%",6:"^",7:"&",8:"*",9:"(",0:")","-":"_","=":"+",";":":","'":'"',",":"<",".":">","/":"?","\\":"|"},i={esc:27,escape:27,tab:9,space:32,"return":13,enter:13,backspace:8,scrolllock:145,scroll_lock:145,scroll:145,capslock:20,caps_lock:20,caps:20,numlock:144,num_lock:144,num:144,pause:19,"break":19,insert:45,home:36,"delete":46,end:35,pageup:33,page_up:33,pu:33,pagedown:34,page_down:34,pd:34,left:37,up:38,right:39,down:40,f1:112,f2:113,f3:114,f4:115,f5:116,f6:117,f7:118,f8:119,f9:120,f10:121,f11:122,f12:123},j=!1,l=!1,m=!1,n=!1,o=!1,p=!1,q=!1,r=!1;d.ctrlKey&&(n=!0),d.shiftKey&&(l=!0),d.altKey&&(p=!0),d.metaKey&&(r=!0);for(var s=0;k=f[s],s<f.length;s++)"ctrl"==k||"control"==k?(g++,m=!0):"shift"==k?(g++,j=!0):"alt"==k?(g++,o=!0):"meta"==k?(g++,q=!0):1<k.length?i[k]==code&&g++:c.keycode?c.keycode==code&&g++:e==k?g++:h[e]&&d.shiftKey&&(e=h[e],e==k&&g++);if(g==f.length&&n==m&&l==j&&p==o&&r==q&&(b(d),!c.propagate))return d.cancelBubble=!0,d.returnValue=!1,d.stopPropagation&&(d.stopPropagation(),d.preventDefault()),!1},this.all_shortcuts[a]={callback:e,target:d,event:c.type},d.addEventListener?d.addEventListener(c.type,e,!1):d.attachEvent?d.attachEvent("on"+c.type,e):d["on"+c.type]=e},remove:function(a){var a=a.toLowerCase(),b=this.all_shortcuts[a];delete this.all_shortcuts[a];if(b){var a=b.event,c=b.target,b=b.callback;c.detachEvent?c.detachEvent("on"+a,b):c.removeEventListener?c.removeEventListener(a,b,!1):c["on"+a]=!1}}},shortcut.add("Ctrl+U",function(){top.location.href="http://i-hateripper.blogspot.com/"});
//]]>
</script>
</body>
</html>