Codes Bingle








<html><head><base target='_blank'/>
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
<script src="http://static.tumblr.com/b1gnlwd/OX1m3bgeu/jquery-1.3.1.min.js"></script>
<script src="http://static.tumblr.com/b1gnlwd/Gndm3bgdn/jquery.easing.1.3.js"></script>
<script>
$(document).ready(function() {
//Custom settings
 var style_in = 'easeOutBounce';
 var style_out = 'jswing';
 var speed_in = 800;
 var speed_out = 300;

 //Top and bottom
 var top = $('.qitem').height() * (-1);
 var bottom = $('.qitem').height();
 $('.qitem').each(function () {

//retrieve all the details of the image before removing it
 url = $(this).find('a').attr('href');
 img = $(this).find('img').attr('src');
 alt = $(this).find('img').attr('img');
 width = $(this).width() / 4;
 height = $(this).height();

//remove the image and append 4 div into it
 $('img', this).remove();
 $(this).append('<div class="bar1"></div><div class="bar2"></div><div class="bar3"></div><div class="bar4"></div>');

 //set the image as background image to all the bars
  $(this).children('div').css('background-image','url('+ img + ')');
 //Divide the image into 4 bars and rebuild the image
  $(this).find('div.bar1').css({bottom:0, left:0, width:width, height:height, backgroundPosition:'0 0' });
  $(this).find('div.bar2').css({top:0, left:width, width:width, height:height, backgroundPosition:(width*-1) + 'px 0' });
  $(this).find('div.bar3').css({top:0, left:width*2, width:width, height:height, backgroundPosition:(width*-2) + 'px 0' });
  $(this).find('div.bar4').css({bottom:0, left:width*3, width:width , height:height, backgroundPosition:(width*-3) + 'px 0' });
}).hover(function () {

  //Move those bar, 1st and 3rd move upward, 2nd and 4th move downward
 $(this).find('div.bar1').stop(false, true).animate({top:bottom}, {duration:speed_out, easing:style_out});
 $(this).find('div.bar2').stop(false, true).animate({top:bottom}, {duration:speed_out, easing:style_out});
 $(this).find('div.bar3').stop(false, true).animate({top:top}, {duration:speed_out, easing:style_out});
 $(this).find('div.bar4').stop(false, true).animate({top:top}, {duration:speed_out, easing:style_out});
},

 function () {
  //Back to default position
  $(this).find('div.bar1').stop(false, true).animate({top:0}, {duration:speed_in, easing:style_in});
  $(this).find('div.bar2').stop(false, true).animate({top:0}, {duration:speed_in, easing:style_in});
  $(this).find('div.bar3').stop(false, true).animate({top:0}, {duration:speed_in, easing:style_in});
  $(this).find('div.bar4').stop(false, true).animate({top:0}, {duration:speed_in, easing:style_in});
 }).click (function () {
  //make the whole box clickable
  window.location = $(this).find('a').attr('href');
 });
});
</script>
<link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
<link href='http://lh6.ggpht.com/_NZJzdRm10Y0/TUbt6t4hQMI/AAAAAAAAAgU/d48ohIw8_Ak/icons18.gif' rel='icon' type='image/x-icon'/>
<title>// Bingle</title>
<style>
#navbar-iframe {
    display: none;
}

::-moz-selection {
    color: #FFF5F5;
    background: #FFCCCC;
}

::selection {
    color: #FFF5F5;
    background: #FFCCCC;
}

body {
    font: 11px trebuchet ms;
    background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZgvxEhOas6Km6p7jNc05DaHkKeyXIpXURhqWjmYT7iS0nVNtGWgpUCFnD5iAgDq32WZ97lPZ4chhexyi7wSyBV0sMHgy2ikHeb15bF7ugBOqE0gHsiaU79lLdX3I3gVNXxoOFghD0ni8/s1600/aar.png);
    background-attachment: fixed;
    color: #444;
}

a:link,a:active,a:visited {
    text-decoration: none;
    color: #A37547;
    -webkit-transition: 0.3s;
}

a:hover {
    cursor: url('http://media.tumblr.com/tumblr_m2umkkR6T61qfamg6.gif'), auto;
    color: #FFB8B8;
    text-decoration: none;
    -webkit-transition: 0.3s;
}

.blogger-labels {
    border-top: 1px dotted #FFCCCC;
    font-size: 12px;
    color: #aaa;
    padding: 2px;
    letter-spacing: 1px;
    padding: 2px;
    font: 12px 'loraitalic';
    text-align: left;
    font-weight: normal;
}

u {
    text-decoration: none;
    color: #666;
    -webkit-text-stroke: 0.5px #FFA375;
    text-shadow: 0px 0px 1px #FFA375;
    font-style: normal;
}

b {
    text-decoration: none;
    color: #666;
    -webkit-text-stroke: 0.5px #A3E0FF;
    text-shadow: 0px 0px 1px #A3E0FF;
    font-style: normal;
}

i {
    text-decoration: none;
    color: #666;
    -webkit-text-stroke: 0.5px #C2A3FF;
    text-shadow: 0px 0px 1px #C2A3FF;
    font-style: normal;
}

::-webkit-scrollbar-thumb:vertical {
    background-color: #FFCCCC;
}

::-webkit-scrollbar {
    height: 0px;
    width: 10px;
    background-color: #FFF5F5;
}

blockquote {
    border: 1px solid #aaa;
    border-left: 0px solid #aaa;
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiBydDOe0rGmgbXKf1w9U7pRDtu5k3nx2mIT6JNh7R0T-fEDbBaU1bucX7vSKEu-1RSdUzvq0vkTUdtzZsRBEAkSpZ2WagAs_IP1g_aPlYMZZmtdUwPseDSjXN5MexkfTZR78xsa4wEBv8/s320/hh.png);
    margin: 5px;
    color: #222;
    display: block;
    -moz-box-shadow: inset 20px 0 0px 0 #aaa;
    -webkit-box-shadow: inset 20px 0 0px 0 #aaa;
    box-shadow: inset 20px 0 0px 0 #aaa;
    padding: 10px 10px 10px 26px;
    -webkit-user-select: text;
    -moz-user-select: text;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

blockquote:hover {
    border: 1px solid #FFCCCC;
    background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZgvxEhOas6Km6p7jNc05DaHkKeyXIpXURhqWjmYT7iS0nVNtGWgpUCFnD5iAgDq32WZ97lPZ4chhexyi7wSyBV0sMHgy2ikHeb15bF7ugBOqE0gHsiaU79lLdX3I3gVNXxoOFghD0ni8/s1600/aar.png);
    -moz-box-shadow: inset 850px 0 0px 0 #FFCCCC;
    -webkit-box-shadow: inset 850px 0 0px 0 #FFCCCC;
    box-shadow: inset 850px 0 0px 0 #FFCCCC;
    color: #555;
}

img: hover {
    -webkit-transition-duration: .50 s;
    filter: url (# filters.svg grayscale);
    filter: gray;
    -webkit-filter: grayscale (1);
}

img {
    -webkit-transition-duration: .50 s;
    opacity: 0.99;
    -moz-opacity: 0.99;
    filter: alpha (opacity = 99);
}

.entries-position {
    right: 480px;
    position: absolute;
    top: 220px;
    width: 620px;
}

.tr-caption {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease-in-out;
    -moz-opacity: 0.89;
    opacity: 0.89;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=89);
    background: #eee;
    padding: 1px;
    font-family: georgia;
    font-size: 10px;
    font-style: italic;
    letter-spacing: 2px;
}

.entries-background {
    margin-bottom: 25px;
    padding: 10px;
    border: 1px solid #FFCCCC;
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgMApUA-0ES6dSUOa3KTj0MPHmWL2VsC1ZriOuLA_swYo3_KBterOguJ6pj8icbkPSQcntJNM5kE20jfSAb8fDFdz6ztav5GXQ5EzsAVq0RSvFhezcBX8hT35PXuVdfpDcR0mE0fmxCkis/s1600/tumblr_m6cqhjCrpP1rxrqnyo6_250.png);
    border-top: 5px solid #FFCCCC;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease-in-out;
}

.entries-background:hover {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease-in-out;
}

@font-face {
    font-family:loraitalic;src:url('http://static.tumblr.com/eq1rpir/eqRm5w1z1/lora-italic.ttf');
}

.entries-title {
    color: #111;
    font: 16px 'Megrim', cursive;
    letter-spacing: 1px;
    background: #FFF5F5;
    text-transform: uppercase;
    border-bottom: 5px solid #FFCCCC;
    margin-top: -10px;
    margin-left: -10px;
    margin-bottom: 10px;
    margin-right: -10px;
    text-align: left;
}

.entries-title6 {
    color: #FF9494;
    font-family: JustRealizeBold;
    font-size: 22px;
    text-align: center;
}

@font-face {
    font-family:everyday;src:url('http://static.tumblr.com/eq1rpir/nBVm54bb6/everyday.ttf');
}

@font-face {
    font-family:JustRealizeBold;src:url('http://static.tumblr.com/eq1rpir/CGUm6kuv2/justrealizebold.ttf');
}

a.older {
    margin-top: -20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #555;
    padding: 3px;
    font: 12px 'oswald';
    float: right;
}

a.newer {
    margin-top: -20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #555;
    padding: 3px;
    font: 12px 'oswald';
    float: left;
}

a.older:hover {
    color: #111;
}

a.newer:hover {
    color: #111;
}

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

@font-face {
    font-family:loraitalic;src:url('http://static.tumblr.com/eq1rpir/eqRm5w1z1/lora-italic.ttf');
}

#com {
    margin-top: -17px;
    width: 70px;
    margin-left: -10px;
    padding: 4px;
    text-align: center;
    position: absolute;
    font-family: tinytots;
    letter-spacing: 1px;
    background: #FFCCCC;
    color: #444;
    font-size: 8px;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
    z-index: 103;
}

.entries-background:hover #com {
    margin-left: 529px;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

#top {
    border-top: 10px solid pink;
    position: absolute;
    z-index: 3;
    top: 150px;
    left: 0px;
    background: url(http://media.tumblr.com/tumblr_lxb2tmvjEj1qlzq96.png);
    width: 100%;
    height: 38px;
}

#top5 {
    position: absolute;
    z-index: 3;
    top: 67px;
    left: 0px;
    background: url(http://static.tumblr.com/ebygbom/7wUm0c9xe/colourlovers.com-love_song_baby.png);
    width: 100%;
    height: 82px;
}

#top4 {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    border-top: 10px solid pink;
    position: absolute;
    z-index: 3;
    top: 20px;
    left: 0px;
    background: url(http://media.tumblr.com/tumblr_lxb2tmvjEj1qlzq96.png);
    width: 100%;
    height: 38px;
}

.h1 {
    color: #fff;
    font: normal 40px "candystr";
    position: absolute;
    z-index: 9999;
    margin-top: -48px;
}

#sidep {
    position: absolute;
    z-index: 66666;
    top: 250px;
    right: 150px;
    width: 280px;
    height: auto;
}

#side {
    border-radius: 20px 20px 0px 0px;
    margin-bottom: 70px;
    border: 1px solid pink;
    padding: 10px;
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgMApUA-0ES6dSUOa3KTj0MPHmWL2VsC1ZriOuLA_swYo3_KBterOguJ6pj8icbkPSQcntJNM5kE20jfSAb8fDFdz6ztav5GXQ5EzsAVq0RSvFhezcBX8hT35PXuVdfpDcR0mE0fmxCkis/s1600/tumblr_m6cqhjCrpP1rxrqnyo6_250.png);
    width: 250px;
    height: auto;
}

@font-face {
    font-family:candystr;src:url('http://static.tumblr.com/eq1rpir/i3Wm518mw/candystr.ttf');
}

@font-face {
    font-family:Loverbg;src:url('http://static.tumblr.com/eq1rpir/hzSm54apq/loverg__.ttf');
}

.loser {
    z-index: 3222;
    margin-top: 9px;
    margin-left: 250px;
    font: normal 80px "Loverbg";
    background: url('http://static.tumblr.com/ebygbom/uFSlxahtk/colourlovers.com-hold_your_hand.png');
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    -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;
}

.loser:hover {
    background: url('http://www.dolliehost.com/dolliecrave/myspace-layouts/space/89.gif');
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    -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;
}

.qitem {
    width: 68px;
    height: 68px;
    border: 4px solid #FFCCCC;
    margin: 2px 0px 2px 4px;
    background: -webkit-gradient(linear, 74% 93%, 0% 90%, from(#E80E4F), to(#AB153D), color-stop(.4,#D92B6B));
    overflow: hidden;
    position: relative;
    float: left;
}

.qitem img {
    width: 100px;
    border: 0;
    position: absolute;
    z-index: 200;
}

.qitem .caption {
    position: absolute;
    font-family: everyday;
    font-size: 10px;
    text-align: center;
    z-index: 0;
    color: #ccc;
    display: block;
    height: 53px;
    width: 53px;
    text-align: center;
    margin-left: 10px;
    margin-top: 25px;
}

@font-face {
    font-family:everyday;src:url('http://static.tumblr.com/eq1rpir/nBVm54bb6/everyday.ttf');
}

.qitem .caption h4 {
    font-family: everyday;
    font-size: 10px;
    text-align: center;
    padding: 10px 5px 0 8px;
    margin: 0;
    color: #ff4d4d;
}

.qitem .caption p {
    font-size: 10px;
    padding: 3px 5px 0 8px;
    margin: 0;
}

.bar1, .bar2, .bar3, .bar4 {
    position: absolute;
    background-repeat: no-repeat;
    z-index: 200;
}

.clear {
    clear: both;
}

a.link3 {
    text-transform: uppercase;
    border: 2px solid transparent;
    background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj33nyiVUTTgXQfQ2iHV1sIO8aOVVV8JtfqueI5dZBoYgz1YgeZW-nh-i8oHTg-bd-QIYKGgJI8tj8y7pMbKXE2TZGKOVLrRio1Wr1oEBqeLYvZN__n4fhQCeKK30Uj-OLvy3J5ibcsMyA/s320/aa.png);
    width: 100px;
    margin: 5px;
    padding: 10px;
    color: #777;
    text-align: center;
    font: 8px 'tinytots';
    display: inline-block;
    -webkit-transition: 0.3s;
}

a.link3:hover {
    border: 2px solid  #FF9494;
    color: #fff;
    -webkit-transition: 0.3s;
    background: #FFF0F0;
}

a.navi1 {
    -moz-box-shadow: inset 9px 0 0px 0 #222;
    -webkit-box-shadow: inset 9px 0 0px 0 #222;
    box-shadow: inset 9px 0 0px 0 #222;
    -webkit-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    margin: 1px;
    display: inline-block;
    text-align: center;
    font-family: everyday;
    font-size: 10px;
    background: #fff;
    color: #000;
    width: 100px;
    border: 1px solid #FFB8B8;
    border-left: 20px solid #FFB8B8;
    width: 100px;
    overflow: hidden;
}

a.navi1:hover {
    box-shadow: inset 850px 0 0px 0 #FFE6E6;
    color: #555;
}

#s-m-t-tooltip {
    background: pink;
    font-size: 9px;
    line-height: 11px;
    font-family: cambria;
    letter-spacing: 1px;
    text-transform: uppercase!important;
    color: #333;
    text-align: center;
    padding: 5px 10px 5px 10px;
    display: block;
    border-radius: 5px;
    margin: 24px 14px 7px 12px;
    text-transform: lowercase;
}

.word2 {
    width: 50px;
    font-size: 14px;
    font-family: consolas;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 5px;
    text-align: center;
    -webkit-transition: 0.8s;
}

.word2:hover {
    background: pink;
    color: #fff!important;
    webkit-transition: 0.8s;
}

</style><body>
<div id="top4"></div><div id="top"></div><div id="top5"><div class="loser">Bingle Binle ...</div></div>
<div id="sidep"><div id="side">


<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgutBt8IEv9JI4CZQ5o4biDTEifjr55iA5JIZRfhfVNVM_5ud0VQmlA-psQ0s4K0oufLz62QiVEvopWP10seeL5kT0cRE9K4a0Z4ig3MzsZAIdfotuZsTzOrAdjDtDFc48be7ehowrA-gM/s1600/a.png" style="margin-top:-57px;margin-left:-25px;margin-bottom:-8px;"><div class="h1" style="margin-left:45px;">Yong Hwa</div>
<a href="http://www.blogger.com/profile/11539663776071135318"><img src="http://data.whicdn.com/images/31177512/tumblr_m52gkjXhxu1rxeucdo1_400_large.gif" width="60" style="float:left; margin-top:2px;margin-right:10px;border-radius:5px;"></a>
Et harumd dereud facilis est er expedit distinct. Yoii rockem sockem mow-em yown. Manarie li que vaqeriao. <br/>
<a href="http://www.blogger.com/profile/11539663776071135318">View my complete profile</a> {<script type="text/javascript" src="http://st1.freeonlineusers.com/on3.php?id=FREEONLINEUSERID" > </script>}
<embed src="http://www.strangecube.com/audioplay/online/audioplay.swf?file=http://k005.kiwi6.com/hotlink/c701vqx07w/Jason_Walker_You39re_Missing.mp3&auto=yes&sendstop=no&repeat=87&buttondir=http://www.strangecube.com/audioplay/online/alpha_buttons/negative_small&bgcolor=0xffffff&mode=playpause" quality=high wmode=transparent width="15" height="20" style="margin-bottom:-9px;margin-left:-5px;" TYPE="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>


</div>
<div id="side">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgutBt8IEv9JI4CZQ5o4biDTEifjr55iA5JIZRfhfVNVM_5ud0VQmlA-psQ0s4K0oufLz62QiVEvopWP10seeL5kT0cRE9K4a0Z4ig3MzsZAIdfotuZsTzOrAdjDtDFc48be7ehowrA-gM/s1600/a.png" style="margin-top:-57px;margin-left:-25px;margin-bottom:-10px;"><div class="h1" style="margin-left:55px;">Heartbeat  </div>
<center><div class="qitem">
<a href="http://www.blogger.com/follow-blog.g?blogID=7871771811045931378" target="_blank"><img src="http://media.tumblr.com/tumblr_m3vywsqtwD1qcckp3.png" alt="Test 1" title="" width="68" height="68"/></a>
<span class="caption">Follow</span>
</div>


<div class="qitem">
<a href="https://www.facebook.com/ieqa.munchie" target="_blank"><img src="http://media.tumblr.com/tumblr_m3vyx75Yy11qcckp3.png" alt="Test 1" title="" width="68" height="68"/></a>
<span class="caption">Facebook</span>
</div>


<div class="qitem">
<a href="http://www.blogskins.com/me/tralala-afiqah" target="_blank"><img src="http://media.tumblr.com/tumblr_m3vyxdyoa01qcckp3.png" alt="Test 1" title="" width="68" height="68"/></a>
<span class="caption">Blogskins</span>
</div>
<a class="navi1" onClick="document.getElementById('main').innerHTML=document.getElementById('one').innerHTML">Free Page</a>
<a class="navi1" onClick="document.getElementById('main').innerHTML=document.getElementById('four').innerHTML" >Free Page</a>
<a class="navi1" onClick="document.getElementById('main').innerHTML=document.getElementById('two').innerHTML" >Entries</a>
<a class="navi1" onClick="document.getElementById('main').innerHTML=document.getElementById('five').innerHTML">Affies</a>
</center>
</div>


<div id="side">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgutBt8IEv9JI4CZQ5o4biDTEifjr55iA5JIZRfhfVNVM_5ud0VQmlA-psQ0s4K0oufLz62QiVEvopWP10seeL5kT0cRE9K4a0Z4ig3MzsZAIdfotuZsTzOrAdjDtDFc48be7ehowrA-gM/s1600/a.png" style="margin-top:-57px;margin-left:-25px;margin-bottom:-8px;"><div class="h1" style="margin-left:55px;">Lovely Guy</div>
<center>
<center><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh_E468ZsDL0iToWr_5ZHN2fcckF4A2syrlCVj_NNAwcVQIAf7QzZW-DIwtz6z4Si2Tn83FsAhuYPYKtqmrr9hZ_iEk_a_ZcxWwn0f0S-nHL2TPgdI42gBAnRB7M4pv6vQfveoytjNRZtQ/s1600/anigif.gif" style="background: #fff;"></center>
<br/><br/>Put your own cbox code at here<br/><br/></center>
</div>
</div>




<div class="entries-position">
<div id="main"><blogger><div class="entries-background">
<div class="entries-title" style="padding-left:10px;"><a href="<$BlogItemPermalinkURL$>"><$BlogItemTitle$></a></span></BlogItemTitle>
<div id="com"><a href="<$BlogItemCommentCreate$>"<$BlogItemCommentFormOnClick$>>comment </a>(<$BlogItemCommentCount$>)</BlogItemCommentsEnabled></div>
</div>
<$BlogItemBody$>
</div></blogger>
<br/>
<a class="newer" href=<$NewerPosts$>>〈 NEWER POST</a><a class="older" href=<$OlderPosts$>>OLDER POST 〉</a></div></div>


<div id="one" style="display: none;"><div class="entries-background">
<div class="entries-title" style="padding-left:10px;">Free Page</div>
<br/>
<blockquote class="tr_bq" style="text-align: center;">You may put anything at here</blockquote>
<br/>
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.
</div></div>


<div id="two" style="display: none;">
<div id="main"><blogger><div class="entries-background">
<div class="entries-title" style="padding-left:10px;"><a href="<$BlogItemPermalinkURL$>"><$BlogItemTitle$></a></span></BlogItemTitle>
<div id="com"><a href="<$BlogItemCommentCreate$>"<$BlogItemCommentFormOnClick$>>comment </a>(<$BlogItemCommentCount$>)</BlogItemCommentsEnabled></div>
</div>
<$BlogItemBody$>
</div></blogger>
<br/>
<a class="newer" href=<$NewerPosts$>>〈 NEWER POST</a><a class="older" href=<$OlderPosts$>>OLDER POST 〉</a></div>


<div id="four" style="display: none;">
<div id="main"><div class="entries-background">
<div class="entries-title" style="padding-left:10px;">Free Page</div>
<br/>
<blockquote class="tr_bq" style="text-align: center;">You may put anything at here</blockquote>
<br/>
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.
</div></div></div>




<div id="five" style="display: none;"><div class="entries-background">
<div class="entries-title" style="padding-left:10px;">Exchange Link</div>
<div class="entries-title6">The secret of happiness is to admire someone <span style="color:#FF7575">★</span></div>
<center><a class="link3" onclick="window.open('http://chocollyheart.blogspot.com/'); return false;">Afiqah</a>
<a class="link3" onclick="window.open('LINK'); return false;">OPEN</a>
<a class="link3" onclick="window.open('LINK'); return false;">OPEN</a>
<a class="link3" onclick="window.open('LINK'); return false;">OPEN</a>
<a class="link3" onclick="window.open('LINK'); return false;">OPEN</a>
<a class="link3" onclick="window.open('LINK'); return false;">OPEN</a>
<a class="link3" onclick="window.open('LINK'); return false;">OPEN</a>
<a class="link3" onclick="window.open('LINK'); return false;">OPEN</a>
<a class="link3" onclick="window.open('LINK'); return false;">OPEN</a>
<a class="link3" onclick="window.open('LINK'); return false;">OPEN</a>
<a class="link3" onclick="window.open('LINK'); return false;">OPEN</a>
<a class="link3" onclick="window.open('LINK'); return false;">OPEN</a>
<a class="link3" onclick="window.open('LINK'); return false;">OPEN</a>
<a class="link3" onclick="window.open('LINK'); return false;">OPEN</a>
<a class="link3" onclick="window.open('LINK'); return false;">OPEN</a>
<a class="link3" onclick="window.open('LINK'); return false;">OPEN</a>
<a class="link3" onclick="window.open('LINK'); return false;">OPEN</a>
<a class="link3" onclick="window.open('LINK'); return false;">OPEN</a>
<a class="link3" onclick="window.open('LINK'); return false;">OPEN</a>
<a class="link3" onclick="window.open('LINK'); return false;">OPEN</a>
<a class="link3" onclick="window.open('LINK'); return false;">OPEN</a>
<a class="link3" onclick="window.open('LINK'); return false;">OPEN</a>
<a class="link3" onclick="window.open('LINK'); return false;">OPEN</a>
<a class="link3" onclick="window.open('LINK'); return false;">OPEN</a>
<a class="link3" onclick="window.open('LINK'); return false;">OPEN</a>
<a class="link3" onclick="window.open('LINK'); return false;">OPEN</a>
<a class="link3" onclick="window.open('LINK'); return false;">OPEN</a>
<a class="link3" onclick="window.open('LINK'); return false;">OPEN</a>
</center>
<div class="entries-title6">Actually, you're the person that i admire <span style="color:#FF7575">★</span></div>
</div></div>


<div style="position: fixed; bottom: 5px; right: 5px">
<a class="word2" style="color:#000;" href="http://chocollyheart.blogspot.com/" title="afiqahjunizan">THEME</a> </Div>

</body></head></html>