Take Code in here!


Req. Kak Aisha: Xilver Sparkle New Skins

Minggu, 04 Oktober 2015
<html>
<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/AVvXsEjcbSLH0VLqhrQJJM8sbNyudohCVytcZxUzAr6-S04nf6FLx394mocktKRmcybGzfMcqSZWQThCCoVHvzDu8Z3Ozn6awguwAY7di-5_FMfliL5G3LO9P3ZSLnrx3QGkFQVUbtOOjwQuW_Q/s1600/flying.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:'pointer'})
.attr({title:"Lets Flying, Young!!"})
.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>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js'/>


<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>

<base target='_blank'/>
<link href='http://fonts.googleapis.com/css?family=Crafty+Girls|Delius+Swash+Caps|Short+Stack|Gochi+Hand|Calligraffitti|Amatic+SC|Delius|Delius+Unicase|handlee|simple+kind+of+girl' rel='stylesheet' type='text/css'/>
<link href='http://fonts.googleapis.com/css?family=Englebert' rel='stylesheet' type='text/css'/><link href='http://fonts.googleapis.com/css?family=Sniglet' rel='stylesheet' type='text/css'/>
<link rel="shortcut icon" href="http://media.tumblr.com/tumblr_m89lqyovZa1qdlkyg.gif" />
<title>♥ All About Love ♥</title>
<style type="text/css">
#navbar-iframe {
display: none;
}

body {
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjytHovpQu_JOvdSPThU_VVEju7Nor-PXAjVmL5tHiiXUIGz_TRB4_R6Cc54YcljDRaRmpX09X9_86IfofqugrkhU-53PrCHYaJSlhBzvbAfkZH2iYCaiDL6ZTBTPSK61HJGiylsuhsE7o/s1600/mainbackground_chiaki3.png);
cursor:url(http://38.media.tumblr.com/tumblr_m2wj5jgL671qfamg6.gif),auto;
background-attachment: fixed;
font-family: sniglet;
font-size: 12px;
text-align: left;
color: #888888;
}

a:link,a:visited{
text-decoration:none;
color:#dadada;
-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{
cursor:url(http://38.media.tumblr.com/tumblr_lqs4ji2xBG1qfoi4t.png),auto;
color:#909090;
-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;
}

.title {
border-radius: 10px;
font: 30px amatic sc;
text-transform: uppercase;
text-align:center;
color:#d2d2d2;
margin-top:2px;
letter-spacing:2px;
border-left: 10px solid #d8d8d8;
border-right: 10px solid #d8d8d8;
-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;
}
@font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }

.title1 {
font-family: short stack;
font-size:10px;
letter-spacing: 2px;
text-transform: uppercase;
line-height:16px;
color: #8E8E8E;
text-align: center;
background: #EBDED4;
margin-bottom: 20px;
}

.f2{
letter-spacing: 2px;
font:8px  Short stack;
text-transform: uppercase;
border-bottom: 1px dashed #e5e5e5
background-color: #fff;
text-align:center;
padding-top:5px;
color:#999;
}

@font-face {font-family:lala;src: url(http://static.tumblr.com/tjzfmfv/vbEm08r8p/04b_03__.ttf); }


blockquote{
padding:10px;
border: 2px dashed #e5e5e5;
border-left: 20px solid #e5e5e5;
color: #595959;
font:normal 11px sniglet;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgxlGjCSkNQZEeBjfjajnkXYAa3DNjtQwgvXpa2GZpJforBMyM39GdX0jZ3R3ewLBUa8hzx9hoE36SmWG3zSNpVnDRIIVyNIIozY4sCNldkwkqxwANYGnO7vaXFSmxRo-YNuM9M3f30vnc/s1600/silver.jpg);
-webkit-transition: 1.0s;
-moz-transition: 1.0s;

}

blockquote:hover{
color: #000;
font: italic 11px sniglet;
box-shadow: 0px 0px 20px #fbfbfb;
border-radius: 10px;
-webkit-transition: 1.0s;
-moz-transition: 1.0s;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjyyZv-zvG8T3XQwvDWmL9AqoYZLzE4OxYNvOCcO5f5z-HZHhRtAara_p7hROc1HlhxFZa2Gp-QB0XyRSkSO3XXg6txUt1_Y-guzzZ0noGy5ToYWtiGDEgVz0HY6VrSHMC-98_F6vxYLb4/s1600/grey.gif);
border: 2px solid #fff;
}
#flaw {
color:#dad1d3;
font: 135px 'Amatic sc';
text-align: center;
letter-spacing: 2px;
padding:1px;
text-shadow: 5px 5px 3px #c0c0c0;
}

a.navi{
color: #595959;
-webkit-transition: 1.0s;
-moz-transition: 1.0s;
cursor:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgRtzP6pqEeKMBvO8A3FTINvaiC0cYhw5WWo3VfM0cSi7pchWVtYC00SDiyaqNYSY_Zwmq-JTsf8KOWmmPr6iUG8JrXrtJx_S04vr5EkxIuCOk957Ug6KOYmPP2I5QgEliY-YD6k4vuIBo/s1600/cur272.png),auto;
}

a.navi:hover{
color: #bbbbbb;
border-bottom: 1px dashed grey;
-webkit-transition: 1.0s;
-moz-transition: 1.0s;
}

a.navo{
color:#bbbbbb;
-webkit-transition: 1.0s;
-moz-transition: 1.0s;
cursor:url(http://38.media.tumblr.com/tumblr_lqs4ji2xBG1qfoi4t.png),auto;
}

a.navo:hover{
color:#595959;
border-top: 1px dashed grey;
-webkit-transition: 1.0s;
-moz-transition: 1.0s;
}
i {
color:#555;
}

b {
color:#000;
}



::-webkit-scrollbar {
width:8px;
height:8px;
}
::-webkit-scrollbar-track-piece  {
background-color: #F1F1F1;
border: 3px solid #FFFFFF;
}
::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
background:#F1F1F1;
border: 1px solid #FFFFFF;
}


::selection {
background:#E5E5E5;
color: #ffffff;
}

u {
text-decoration: underline;
border-bottom: 2px solid #D8D8D8;
-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;
}
u:hover {
border-bottom: 5px solid #f1f1f1;
-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;
}
b {
color: #595959;
-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;
}

b:hover {
color: #fbfbfb;
-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;
}
i {
text-decoration: italic;
color: black;
-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;
}

i:hover {
color: grey;
-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;
}
.h1 {
margin:5px;
margin-top: 10px;
color: #ccc;
font-size:20px;
font-family:gochi hand;
text-align:center;
letter-spacing: 2px;
background: #f1f1f1;
line-height:3pt;
}
@font-face{font-family:tinytots;src:url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf')
}

.abc {
text-align:left;
text-transform:uppercase;
font-family:tinytots;
color:#999;
font-size:8px;
margin-bottom:3px;
}


.h2 {
border:1px dashed #f1f1f1;
box-shadow: inset 0px 0px 20px #fbfbfb;
margin-bottom:10px;
font-size:10px;
text-align:center;
letter-spacing:2px;
}

#s-m-t-tooltip {
background:#fbfbfb;
line-height: 12px;
font: italic 12px gochi hand;
letter-spacing: 2px;
text-transform: lowercase;
color: black;
text-align: left;
padding: 5px 10px 5px 10px;
display: block;
border-radius: 5px;
margin: 24px 14px 7px 12px;
border: 2px solid #fff;
box-shadow: 0px 0px 5px;#f1f1f1;
}

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


/* Comment Start
----------------------------------------------- */
#comments h4 {
margin:10px;text-align:center; color: #444444; text-shadow: 1px 1px 1px #ffeeee; border: 2px dashed #FFFFFF;font-weight:normal;font:20px simple kind of girl;
-webkit-border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;border-radius: 15px;
box-shadow:0px 0px 4px 4px #fbfbfb;background:#f1f1f1;
}
#comments-block {
width:460px;
margin:1.5em;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgxlGjCSkNQZEeBjfjajnkXYAa3DNjtQwgvXpa2GZpJforBMyM39GdX0jZ3R3ewLBUa8hzx9hoE36SmWG3zSNpVnDRIIVyNIIozY4sCNldkwkqxwANYGnO7vaXFSmxRo-YNuM9M3f30vnc/s1600/silver.jpg);
color:#555555;
font:12px short stack;
padding:5px;box-shadow:0px 0px 4px 4px #fbfbfb;
border:2px dashed #FFFFFF;border-radius:20px;
}
#comments-block .comment-author {margin:.5em 0;}
#comments-block .comment-body {margin:.25em 0 0; background: #FFFFFF;}
#comments-block .comment-footer {
margin:-.25em 0 2em;
line-height: 1.4em;
letter-spacing:.1em;
}
#comments-block {
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgxlGjCSkNQZEeBjfjajnkXYAa3DNjtQwgvXpa2GZpJforBMyM39GdX0jZ3R3ewLBUa8hzx9hoE36SmWG3zSNpVnDRIIVyNIIozY4sCNldkwkqxwANYGnO7vaXFSmxRo-YNuM9M3f30vnc/s1600/silver.jpg);
border-radius:30px;
}
.comment-body p {
margin:0 0 .60em;
padding: 5px 5px 5px 5px;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjytHovpQu_JOvdSPThU_VVEju7Nor-PXAjVmL5tHiiXUIGz_TRB4_R6Cc54YcljDRaRmpX09X9_86IfofqugrkhU-53PrCHYaJSlhBzvbAfkZH2iYCaiDL6ZTBTPSK61HJGiylsuhsE7o/s1600/mainbackground_chiaki3.png) repeat top left;
border-radius: 25px;
box-shadow:0px 0px 4px 4px #D8D8D8;
border:2px dashed #FFFFFF;
}
.comment-timestamp {
margin:1em;
padding:5px;margin-bottom:2em;
color:#666666;width:200px;
box-shadow:0px 0px 4px 4px #ffeeee;background:#ffeeee;
border:2px dashed #FFFFFF;border-radius: 25px;
}
.comment-data {
background:#FFFFFF;
box-shadow:0px 0px 4px 4px #F4F4F4;
border:2px dashed #FFFFFF;border-radius: 25px;
margin-top:5px !important;margin-bottom:10px !important;
padding:3px;width:170px;
color:#666666;text-align:center;
}
.comment-date {
background:#FFFFFF;
box-shadow:0px 0px 4px 4px #F1F1F1;width:170px;float:right;
border:2px dashed #FFFFFF;border-radius: 25px;
margin-top:5px !important;margin-bottom:10px !important;
padding:3px;color:#666666;
text-align:center;
}
.deleted-comment {
font-style:italic;
color:#B2B2B2;
}
/* Comment Ends
----------------------------------------------- */
a.jieun {
letter-spacing:1px;
-webkit-transition: all 0.9s ease-out;
-moz-transition: all 0.9s ease-out;
transition: all 0.9s ease-out;
margin:1px;
text-transform:uppercase;
display:inline-block;
font:12px amatic sc;
text-align:center;
background: #FFFFFF;
width:350px;
color:#777777;
border-radius: 5px;
padding:3px;
border:2px dashed #F1F1F1;
text-decoration:none;
border-left: 15px solid #F1F1F1F;
border-right:15px solid#f1F1F1;
}
a.jieun:hover{
box-shadow:inset -500px 0px 10px #fbfbfb;
border: 2px solid #d8d8d8;
border-left: 15px solid #d8d8d8;
border-right:15px solid #d8d8d8;
color:#fff;
-moz-transform: rotatex(-360deg);
-webkit-transform: rotatex(-360deg);
-webkit-transition: all 0.9s ease-out;
-moz-transition: all 0.9s ease-out;
transition: all 0.9s ease-out;
}
div.thingi{
-webkit-transition:All 0.4s ease ;
-moz-transition:All 0.4s ease ;
-o-transition:All 0.4s ease ;
background:url(http://i.imgur.com/gMEwP.png) ;
color:#555;font-size:9pt;letter-spacing:2px;
background-repeat:no-repeat;
background-size:14px;
padding-left:25px;
line-height:20px;
}

div.thingi:hover{
background:url(http://i.imgur.com/Ju4n4.png);
background-repeat:no-repeat;
font-size:9pt;letter-spacing:2px;
background-size:14px;
padding-left:25px;
line-height:20px;
color:#666;
}

@font-face{
font-family:agent;
src:url(http://static.tumblr.com/dep4vzc/GkJmxp429/a_gentle_touch.ttf);}
.links{
background:#f1f1f1;
border: 2px solid #d8d8d8;
color:#595959;
-webkit-transition: 1.0s;
-moz-transition: 1.0s;
font: normal 20px amatic sc;
text-align: center;
text-decoration: none;
display:inline-block;
border-radius: 10px 25px/25px 10px;
width: 100px;
box-shadow:inset 0px 1px 0px #e5e5e5;
}
a.links:hover{
color: white;
box-shadow:inset 0px 50px 0px white;
border: 2px solid #fbfbfb;
border-radius: 25px 10px/10px 25px;
-webkit-transition: 0.9s;
 -moz-transition: 0.9s;
}

Img {
opacity: 0.65;
border-radius: 10px;
-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;
}
Img: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;
transition: all 0.5s ease-in-out;
opacity: 1;
}

li {
list-style-image:urlhttp://media.tumblr.com/58da630aa2887022920023579a248649/tumblr_inline_mgpcq1WjCW1qdlkyg.gif) ;
}
li:hover {
list-style-image:url(http://media.tumblr.com/f4cee069f7b72efc441dbc2f5031045d/tumblr_inline_mgpcqsawQp1qdlkyg.gif);
}
</style>
<div style="padding:10px;" /><div style="color:#595959; background: #f1f1f1; line-height:4px; margin-top:2px; text-align:center; font-family: sniglet; font-size: 20px;"/><a class="navi" onClick="document.getElementById('entry').innerHTML=document.getElementById('journal').innerHTML" title="Back To Home">Home</a> |
<a class="navo" onClick="document.getElementById('entry').innerHTML=document.getElementById('about').innerHTML" title="The profiles">WebMiss</a> |
<a class="navi" onClick="document.getElementById('entry').innerHTML=document.getElementById('link').innerHTML" title="My Friends">Affie</a> |
<a class="navo" onClick="document.getElementById('entry').innerHTML=document.getElementById('stuffs').innerHTML" title="Some Tuto & Free Post">Stuff</a> |
<a class="navi" href="http://www.blogger.com/follow-blog.g?blogID=BLOGID" title="Want to follow me?">+Follow</a> |
<a class="navo" href="http://www.blogger.com/home" title="Go To Your Home">Dashboard</a>
</div></div>
<center><br>
<div id="flaw">Xilver Sparkles~@!$h@</div>
<br><br>
</div>
</center>

</div>

</head>

<div style="width:950px;border-radius:10px;padding-left:8px;padding-top:8px;padding-right:8px;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggOySrpKAAaq_DLI0s-KdLULQqnSknjk99ijFA0wziDnCLqAbMaMSd2GQ4_T39CiPkuOj8d_QLBM-XR84Tq1EqVPhml-2E_QLyUvgc2ncJ1ns5k1OA3i0zPqrWW2n39mqv2cHE1HsnedVU/s320/GREYS.jpg);margin:auto;">

<table style="font-size: 11px;border-radius:8px; color:#888888; letter-spacing:1px;line-height: 17px; background:#fff;" width="940" align="center" border="0" cellspacing="8">

<tbody><tr>

<td valign="top" style="line-height:15px; letter-font-size:10px; width:250px; padding:10px;">


</style>

<div class="h1">hello!</div></div>
<br>

<center><img style="width:200px
;" src="http://s2.favim.com/610/151004/chocolate-christmas-coffee-cold-Favim.com-3393522.jpg"><br>
Welcome to my blog! Owner is <b>Aisha</b>. Don't forget your comment and message in cbox.. Thank you if your click follow navigate.
<b>bold </b><i>italic </i><u>underline</u> <br>
<blockquote>Blockquote</blockquote>
</center><br>


<div class="h1">Footprints</div></div><br>

<center><img style="width:200px
;"  src="http://s7.favim.com/610/151004/coffee-cute-hearts-love-Favim.com-3392764.jpg" /></center>
<br>
<blockquote><center>Replace with your cbox code here</center></blockquote>
</div>


<div class="h1">Past and Present</div><br>
<center><div style="border:1px dashed grey;background: #fff; width:200px; overflow-x:hidden; overflow-y:scroll;padding:10px; height:78px; ">
<bloggerpreviousitems>
<bloggerpreviousitems>
<a  href="<$BlogItemPermalinkURL$>">
<div class="me"><$BlogPreviousItemTitle$></div>
</a>
</BloggerPreviousItems>
</div></center><br>


<div class="h1">Big Claps</div></div><br>
<center>
 <img style="width:200px
;" src="http://s2.favim.com/610/37/Favim.com-coffee-cup-cute-heart-love-306782.jpg" /></center><br>
<center>© Template by <a href="http://alneira-firja.blogspot.com"/> Neira</a> <a href="blogskins.com/me/siti_munfarida" />ALF</a>.<br> Basecode by <a href="http://anandaraviana.blogspot.com/">Ananda</a> & <a href="http://www.diniputri.co.vu" />Dini</a><br> Best View in Google Chrome<br>
<!-- Generated by AudioPlay Online Generator (http://www.strangecube.com/audioplay/) --><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://k003.kiwi6.com/hotlink/kpg3nrng34/09_enchanted.mp3&auto=yes&sendstop=yes&repeat=1&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://k003.kiwi6.com/hotlink/kpg3nrng34/09_enchanted.mp3&auto=yes&sendstop=yes&repeat=1&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><!-- End of generated code --></center>
<b>WARNING!! THIS SKINS SPECIAL FROM AISHA, FROM XILVER SPARKLES BLOG!!!</b><blockquote>don't open my page source</blockquote>

<td valign="top" style="width:600px; padding:10px; ">
<div id="entry">
<blogger><div class="title"><BlogItemTitle><$BlogItemTitle$></BlogItemTitle></div>
<div class="f2"><BlogDateHeader><$BlogDateHeaderDate$></BlogDateHeader> • <$BlogItemDateTime$> • <a href="<$BlogItemCommentCreate$>"<$BlogItemCommentFormOnClick$>> <$BlogItemCommentCount$> comments</span></a>
<br><br><br><br>
</BlogItemCommentsEnabled> </div><$BlogItemBody$>
<center><br>
<br>
<div style="text-align:left;" ">
<!-- Begin #comments -->
<br /><br />
<itempage>
  <div id="comments" style="margin-top:5px;">
 <blogitemcommentsenabled><a name="comments"></a><h4><$I18NNumComments$>:</h4>
<dl id="comments-block">
<div style="width:445px;padding:5px;">
      <$CommentPager$>
      <blogitemcomments>
<dt class="comment-date" id="<$I18NAtCommentTimeWithPermalink$></dt>
<dt class="comment-data" id="<$BlogCommentAnchorName$>"><a name="<$BlogCommentAnchorName$>"></a>
 <$I18NCommentAuthorSaid$>
</dt>
<dd class="comment-body">
        <p>
<$BlogCommentBody$></p>
      </dd>
   </BlogItemComments>
    <$CommentPager$>
    </dl>
</div>
<center><p class="comment-timestamp">
<$BlogItemCreate$>
    </p>
    </div>
</ItemPage></center><!-- End #comments -->
</blogger><br>
<center><OlderPosts><a  href=<$OlderPosts$>Old Posts</a> </OlderPosts> <NewerPosts> | <a href=<$NewerPosts$>New Posts </a></NewerPosts></center></div>
</td></tr></tbody>

<div id="about" style="display: none;">
<div class="title">The Webmiss Profile</div>
<div class="f2">Wanna Knows me?</div><br>

<center><img style="width: 450px" src="http://s2.favim.com/orig/33/coffe-coffee-cup-cute-emy-Favim.com-263339.jpg" /></center><br>

<li>Full Name : Your Name</li>
<li>Nickname : Your nickname</li>
<li>Place and date of birth : your place of brith</li>
<li>Age :your age </li>
<li>Country : Your country</li>
<li>City : your city </li>
<li>Grade : your grade</li>
<li>School : Univercity</li>
<li>Gender : Female</li>
<li>Hobbies : your gendre </li>
<br>
<center><big><big><u style="border-bottom: 2px solid #f4f4f4" />LIKE</big></big></center>
<br>
<li>Allah</li>
<li>Rasulullah SAW</li>
<li>Mom and Dad</li>
<li>Grandma and Grandpa</li>
<li>My Big Family</li>
<li>My Bestfriends</li>
<li>My Friends</li>
<br>
<center><big><big><u style="border-bottom: 2px solid #ffeeee" />DISLIKE</big></big></center>
<br>
<li>Syaiton</li>
<li>Ripper</li>
<li>Haters</li>
<li>Copycats, copydog</li>
<li>Spammers</li>
<li>Make up and Highheels</li>
<center><blockquote>Replace with your own profile</blockquote></center>
</div>
</div>
</table>

<div id="journal" style="display: none;">
<blogger><div class="title"><BlogItemTitle><$BlogItemTitle$></BlogItemTitle></div>
<div class="f2"><BlogDateHeader><$BlogDateHeaderDate$></BlogDateHeader> • <$BlogItemDateTime$> • <a href="<$BlogItemCommentCreate$>"<$BlogItemCommentFormOnClick$>> <$BlogItemCommentCount$> comments</span></a><br><br><br><br>
</BlogItemCommentsEnabled> </div><$BlogItemBody$>
<center><br><MainPage>
<BlogItemCommentsEnabled>
<BlogItemCommentsEnabled><a href="<$BlogItemCommentCreate$>"
</BlogItemCommentsEnabled></BlogItemCommentsEnabled>
</MainPage>
<br>
<div style="text-align:right;" ">
<!-- Begin #comments -->
<br /><br />
<itempage>
  <div id="comments" style="margin-top:5px;">
 <blogitemcommentsenabled><a name="comments"></a><h4><$I18NNumComments$>:</h4>
<dl id="comments-block">
<div style="width:445px;padding:5px;">
      <$CommentPager$>
      <blogitemcomments>
<dt class="comment-date" id="<$I18NAtCommentTimeWithPermalink$></dt>
<dt class="comment-data" id="<$BlogCommentAnchorName$>"><a name="<$BlogCommentAnchorName$>"></a>
 <$I18NCommentAuthorSaid$>
</dt>
<dd class="comment-body">
        <p>
<$BlogCommentBody$></p>
      </dd>
   </BlogItemComments>
    <$CommentPager$>
    </dl>
</div>
<center><p class="comment-timestamp">
<$BlogItemCreate$>
    </p>
    </div>
</ItemPage></center><!-- End #comments -->
</blogger><br>
<center><OlderPosts><a  href=<$OlderPosts$>Old Posts</a> </OlderPosts> <NewerPosts> | <a href=<$NewerPosts$>New Posts </a></NewerPosts></center></div>

<div id="stuffs" style="display: none;">
<div class="title">My Stuffies</div>
<div class="f2">You can use it,</div><br>
<center><img style="width:450px;"src="http://s3.favim.com/orig/39/coffee-cute-heart-lovely-Favim.com-318743.jpg" /></center><br><center>
<a class="jieun" href="http://xilversparkles.blogspot.com/">Coming Soon</a>
<a class="jieun" href="http://xilversparkles.blogspot.com/">Coming Soon</a>
<a class="jieun" href="http://xilversparkles.blogspot.com/">Coming Soon</a>
<a class="jieun" href="http://xilversparkles.blogspot.com/">Coming Soon</a>
<a class="jieun" href="http://xilversparkles.blogspot.com/">Coming Soon</a>
<a class="jieun" href="http://xilversparkles.blogspot.com/">Coming Soon</a>
<a class="jieun" href="http://xilversparkles.blogspot.com/">Coming Soon</a>
<a class="jieun" href="http://xilversparkles.blogspot.com/">Coming Soon</a>
<a class="jieun" href="http://xilversparkles.blogspot.com/">Coming Soon</a>
<a class="jieun" href="http://xilversparkles.blogspot.com/">Coming Soon</a>
<a class="jieun" href="http://xilversparkles.blogspot.com/">Coming Soon</a>
<a class="jieun" href="http://xilversparkles.blogspot.com/">Coming Soon</a>
<a class="jieun" href="http://xilversparkles.blogspot.com/">Coming Soon</a>
<a class="jieun" href="http://xilversparkles.blogspot.com/">Coming Soon</a>
<a class="jieun" href="http://xilversparkles.blogspot.com/">Coming Soon</a>
<a class="jieun" href="http://xilversparkles.blogspot.com/">Coming Soon</a>
<a class="jieun" href="http://xilversparkles.blogspot.com/">Coming Soon</a>
<a class="jieun" href="http://xilversparkles.blogspot.com/">Coming Soon</a>
<a class="jieun" href="http://xilversparkles.blogspot.com/">Coming Soon</a>
<a class="jieun" href="http://xilversparkles.blogspot.com/">Coming Soon</a>
<a class="jieun" href="http://xilversparkles.blogspot.com/">Coming Soon</a>
<a class="jieun" href="http://xilversparkles.blogspot.com/">Coming Soon</a>
<a class="jieun" href="http://xilversparkles.blogspot.com/">Coming Soon</a>
<a class="jieun" href="http://xilversparkles.blogspot.com/">Coming Soon</a>
<a class="jieun" href="http://xilversparkles.blogspot.com/">Coming Soon</a>
<a class="jieun" href="http://xilversparkles.blogspot.com/">Coming Soon</a>
<a class="jieun" href="http://xilversparkles.blogspot.com/">Coming Soon</a>

<br><br>
</div>
<div id="link" style="display: none;">
<div class="title" />My Besties</div>
<div class="f2" />The Webmiss Friends</div><br>
<center><img style="width:450px" src="http://s1.favim.com/610/26/Favim.com-coffee-cool-cute-heart-love-229475.jpg" /><br><br>
<a class="links" href="http://anandaraviana.blogspot.com"/>Ananda</a>
<a class="links" href="http://yup-diela.blogspot.com"/>Adila</a>
<a class="links" href="http://alneira-firja.blogspot.com"/>Neira</a>
<a class="links" href="http://.blogspot.com"/>Friend</a><br><br>
<a class="links" href="http://.blogspot.com"/>Friend</a>
<a class="links" href="http://.blogspot.com"/>Friend</a>
<a class="links" href="http://.blogspot.com"/>Friend</a>
<a class="links" href="http://.blogspot.com"/>Friend</a><br><br>
<a class="links" href="http://.blogspot.com"/>Friend</a>
<a class="links" href="http://.blogspot.com"/>Friend</a>
<a class="links" href="http://.blogspot.com"/>Friend</a>
<a class="links" href="http://.blogspot.com"/>Friend</a><br><br>
<a class="links" href="http://.blogspot.com"/>Friend</a>
<a class="links" href="http://.blogspot.com"/>Friend</a>
<a class="links" href="http://.blogspot.com"/>Friend</a>
<a class="links" href="http://.blogspot.com"/>Friend</a><br><br>
</div>



</html>

Bscd : Arrien Amani