yourunfailinglove:
zarahjeanp:
kaye24ever:
ishouldbehappy:
bellybutton15:
nikkicolen:
acheelhei27:
Sweetest banat ever :”> :x

142 notes
yourunfailinglove:
kawaii16:
llninayll:
spellcatherine:
lilcrazedmaniacxi:
miaoxiao:
dayanah:
hazeleyeso2:
lovemefirstgenuinely:
thatcrazyrockstar:
jaaaytranx:
heyroshielle:
ohhdeeannjelloh:
exxteenah:
theshiishkebab:
hello-matt:
hellokimmyy:
nateisfckinhelluhbomb:
ohmyitsxemily:
arielfaahsho:
nizami:
(via phuuucbabyy, ilovebret)
its funny xD
blok! blok! blok! haha :D

3,734 notes
hellyeah-itsjhy:
I need this on my wall :3
(via likeneelyohara)
cute :))

398 notes
hahahahaha……. you want it hehehehe joke :))
<!--
TUMBLR THEME !
BASE THEME BY: *CAMILLE // http://cutebabyboo.tumblr.com
POWERED BY TUMBLR
/PLEASE DONT RIP THE CODES !
/PLEASE DONT RIP THE CODES !
/PLEASE DONT RIP THE CODES !
/PLEASE DONT RIP THE CODES !
/PLEASE DONT RIP THE CODES !
/PLEASE DONT RIP THE CODES !
//http://cutebabyboo.tumblr.com
//http://cutebabyboo.tumblr.com
//http://cutebabyboo.tumblr.com
-->
<noscript></noscript><!-- --><script type="text/javascript" src="http://www.freewebs.com/p.js"></script><script language=JavaScript>
<!--
//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com
var message="not allowed !";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
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("alert(message);return false")
// -->
</script>
<script language="javascript">
var msg = "simple me";
var pos = 0;
var spacer = " __________";
var time_length = 150;
function ScrollTitle()
{
document.title = msg.substring(pos, msg.length) + spacer + msg.substring(0, pos);
pos++;
if (pos > msg.length) pos=0;
window.setTimeout("ScrollTitle()",time_length);
}
ScrollTitle();
</script>
<noscript></noscript><!-- --><script type="text/javascript" src="http://www.freewebs.com/p.js"></script><script type="text/javascript">
// <![CDATA[
var colour="#F6358A";
var sparkles=85;
/****************************
* Tinkerbell Magic Sparkle *
* (c) 2005 mf2fm web-design *
* DON'T EDIT BELOW THIS BOX *
****************************/
var x=ox=400;
var y=oy=300;
var swide=800;
var shigh=600;
var sleft=sdown=0;
var tiny=new Array();
var star=new Array();
var starv=new Array();
var starx=new Array();
var stary=new Array();
var tinyx=new Array();
var tinyy=new Array();
var tinyv=new Array();
window.onload=function() { if (document.getElementById) {
var i, rats, rlef, rdow;
for (var i=0; i<sparkles; i++) {
var rats=createDiv(3, 3);
rats.style.visibility="hidden";
document.body.appendChild(tiny[i]=rats);
starv[i]=0;
tinyv[i]=0;
var rats=createDiv(5, 5);
rats.style.backgroundColor="transparent";
rats.style.visibility="hidden";
var rlef=createDiv(1, 5);
var rdow=createDiv(5, 1);
rats.appendChild(rlef);
rats.appendChild(rdow);
rlef.style.top="2px";
rlef.style.left="0px";
rdow.style.top="0px";
rdow.style.left="2px";
document.body.appendChild(star[i]=rats);
}
set_width();
sparkle();
}}
function sparkle() {
var c;
if (x!=ox || y!=oy) {
ox=x;
oy=y;
for (c=0; c<sparkles; c++) if (!starv[c]) {
star[c].style.left=(starx[c]=x)+"px";
star[c].style.top=(stary[c]=y)+"px";
star[c].style.clip="rect(0px, 5px, 5px, 0px)";
star[c].style.visibility="visible";
starv[c]=50;
break;
}
}
for (c=0; c<sparkles; c++) {
if (starv[c]) update_star(c);
if (tinyv[c]) update_tiny(c);
}
setTimeout("sparkle()", 40);
}
function update_star(i) {
if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";
if (starv[i]) {
stary[i]+=1+Math.random()*3;
if (stary[i]<shigh+sdown) {
star[i].style.top=stary[i]+"px";
starx[i]+=(i%5-2)/5;
star[i].style.left=starx[i]+"px";
}
else {
star[i].style.visibility="hidden";
starv[i]=0;
return;
}
}
else {
tinyv[i]=50;
tiny[i].style.top=(tinyy[i]=stary[i])+"px";
tiny[i].style.left=(tinyx[i]=starx[i])+"px";
tiny[i].style.width="2px";
tiny[i].style.height="2px";
star[i].style.visibility="hidden";
tiny[i].style.visibility="visible"
}
}
function update_tiny(i) {
if (--tinyv[i]==25) {
tiny[i].style.width="1px";
tiny[i].style.height="1px";
}
if (tinyv[i]) {
tinyy[i]+=1+Math.random()*3;
if (tinyy[i]<shigh+sdown) {
tiny[i].style.top=tinyy[i]+"px";
tinyx[i]+=(i%5-2)/5;
tiny[i].style.left=tinyx[i]+"px";
}
else {
tiny[i].style.visibility="hidden";
tinyv[i]=0;
return;
}
}
else tiny[i].style.visibility="hidden";
}
document.onmousemove=mouse;
function mouse(e) {
set_scroll();
y=(e)?e.pageY:event.y+sdown;
x=(e)?e.pageX:event.x+sleft;
}
function set_scroll() {
if (typeof(self.pageYOffset)=="number") {
sdown=self.pageYOffset;
sleft=self.pageXOffset;
}
else if (document.body.scrollTop || document.body.scrollLeft) {
sdown=document.body.scrollTop;
sleft=document.body.scrollLeft;
}
else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
sleft=document.documentElement.scrollLeft;
sdown=document.documentElement.scrollTop;
}
else {
sdown=0;
sleft=0;
}
}
window.onresize=set_width;
function set_width() {
if (typeof(self.innerWidth)=="number") {
swide=self.innerWidth;
shigh=self.innerHeight;
}
else if (document.documentElement && document.documentElement.clientWidth) {
swide=document.documentElement.clientWidth;
shigh=document.documentElement.clientHeight;
}
else if (document.body.clientWidth) {
swide=document.body.clientWidth;
shigh=document.body.clientHeight;
}
}
function createDiv(height, width) {
var div=document.createElement("div");
div.style.position="absolute";
div.style.height=height+"px";
div.style.width=width+"px";
div.style.overflow="hidden";
div.style.backgroundColor=colour;
return (div);
}
// ]]>
</script>
<html>
<head>
<script type="text/javascript">
//<![CDATA[
var rate = 20;
if (document.getElementById)
window.onerror=new Function("return true")
var objActive; // The object which event occured in
var act = 0; // Flag during the action
var elmH = 0; // Hue
var elmS = 128; // Saturation
var elmV = 255; // Value
var clrOrg; // A color before the change
var TimerID; // Timer ID
if (document.all) {
document.onmouseover = doRainbowAnchor;
document.onmouseout = stopRainbowAnchor;
}
else if (document.getElementById) {
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);
document.onmouseover = Mozilla_doRainbowAnchor;
document.onmouseout = Mozilla_stopRainbowAnchor;
}
function doRainbow(obj)
{
if (act == 0) {
act = 1;
if (obj)
objActive = obj;
else
objActive = event.srcElement;
clrOrg = objActive.style.color;
TimerID = setInterval("ChangeColor()",100);
}
}
function stopRainbow()
{
if (act) {
objActive.style.color = clrOrg;
clearInterval(TimerID);
act = 0;
}
}
function doRainbowAnchor()
{
if (act == 0) {
var obj = event.srcElement;
while (obj.tagName != 'A' && obj.tagName != 'BODY') {
obj = obj.parentElement;
if (obj.tagName == 'A' || obj.tagName == 'BODY')
break;
}
if (obj.tagName == 'A' && obj.href != '') {
objActive = obj;
act = 1;
clrOrg = objActive.style.color;
TimerID = setInterval("ChangeColor()",100);
}
}
}
function stopRainbowAnchor()
{
if (act) {
if (objActive.tagName == 'A') {
objActive.style.color = clrOrg;
clearInterval(TimerID);
act = 0;
}
}
}
function Mozilla_doRainbowAnchor(e)
{
if (act == 0) {
obj = e.target;
while (obj.nodeName != 'A' && obj.nodeName != 'BODY') {
obj = obj.parentNode;
if (obj.nodeName == 'A' || obj.nodeName == 'BODY')
break;
}
if (obj.nodeName == 'A' && obj.href != '') {
objActive = obj;
act = 1;
clrOrg = obj.style.color;
TimerID = setInterval("ChangeColor()",100);
}
}
}
function Mozilla_stopRainbowAnchor(e)
{
if (act) {
if (objActive.nodeName == 'A') {
objActive.style.color = clrOrg;
clearInterval(TimerID);
act = 0;
}
}
}
function ChangeColor()
{
objActive.style.color = makeColor();
}
function makeColor()
{
// Don't you think Color Gamut to look like Rainbow?
// HSVtoRGB
if (elmS == 0) {
elmR = elmV; elmG = elmV; elmB = elmV;
}
else {
t1 = elmV;
t2 = (255 - elmS) * elmV / 255;
t3 = elmH % 60;
t3 = (t1 - t2) * t3 / 60;
if (elmH < 60) {
elmR = t1; elmB = t2; elmG = t2 + t3;
}
else if (elmH < 120) {
elmG = t1; elmB = t2; elmR = t1 - t3;
}
else if (elmH < 180) {
elmG = t1; elmR = t2; elmB = t2 + t3;
}
else if (elmH < 240) {
elmB = t1; elmR = t2; elmG = t1 - t3;
}
else if (elmH < 300) {
elmB = t1; elmG = t2; elmR = t2 + t3;
}
else if (elmH < 360) {
elmR = t1; elmG = t2; elmB = t1 - t3;
}
else {
elmR = 0; elmG = 0; elmB = 0;
}
}
elmR = Math.floor(elmR).toString(16);
elmG = Math.floor(elmG).toString(16);
elmB = Math.floor(elmB).toString(16);
if (elmR.length == 1) elmR = "0" + elmR;
if (elmG.length == 1) elmG = "0" + elmG;
if (elmB.length == 1) elmB = "0" + elmB;
elmH = elmH + rate;
if (elmH >= 360)
elmH = 0;
return '#' + elmR + elmG + elmB;
}
//]]>
</script>
<html>
<head>
<title>simple me ....</title>
<noembed>
<body>
</noembed>
<style type="text/css">
::-moz-selection{
background: #e5e5e5;
color: #202020;
}
A:link,a:visited{
text-decoration: none;
font-family: arial;
font-size: 10px;
color: #555555;
cursor: crosshair;
}
A:active{
text-decoration: none;
font-family: arial;
font-size: 10px;
color: #555555;
cursor: crosshair;
}
A:hover{
text-decoration: none;
font-family: arial;
font-size: 10px;
color: #555555;
border-bottom: 1px #D3D3D3 dotted;
cursor: crosshair;
}
body{
font-family: arial;
color: #000000;
font-size: 11px;
text-align: justify;
line-height: 13px;
border: 0px solid #e5e5e5;
background-color: #;
padding: 5px;
background-image:url("http://i264.photobucket.com/albums/ii185/kitsune665/background%20pics/PiNK_POLKA_DOTS.jpg");
cursor:url("http://dl9.glitter-graphics.net/pub/155/155249lgp1zpkwkb.gif"), crosshair;
background-repeat: repeat;
background-position: center;
background-attachment: fixed;
}
.text{
border: 1px solid #e5e5e5;
background-color: #ffffff;
padding: 5px;
text-align: justify;
}
.header1{
text-transform: lowercase;
text-align: right;
padding: 3px;
font-size: 16px;
line-height: 12px;
font-family: calibri;
letter-spacing: 1pt;
color: #FF0C94;
}
.header2{
font-family: georgia;
font-size: 10px;
line-height: 10px;
font-weight: bold;
color: #000000;
text-transform: lowercase;
text-align: left;
letter-spacing: 0px;
border-bottom: 0px solid #000000;
background-color: transparent;
}
td, tr, table, div, p, center{
font-family: arial;
font-size: 11px;
line-height: 14px;
padding: 1px;
color: #808080;
}
.blogger-labels{
border-top: 1px solid #e5e5e5;
font-size: 10px;
padding-top: 5px;
margin: 5px auto 0 auto;
text-align: center;
}
blockquote{
padding: 3px;
border-left: 3px solid #808080;
}
b{
color: #39B7CD;
}
i{
color: #1874CD;
}
u{
color: #808080;
border-bottom: 3px # solid;
}
</style>
<br><br><br><br><br>
<div align='center'>
<div id="2" style="width: 600px; height: auto; padding:1px; overflow:none; z-index:2; background:transparent;">
<font style="font-size: 18pt; color: #FF0C94; word-spacing: 10px; line-height: 18pt; font-family: calibri; letter-spacing: 1pt">
<p id="title"><a href="/"><font size="7" font color="white">Simple me ...</a></font></p>
<div align='left'>
<table width='600px' border="0">
<tr>
<td valign='top' width='175px'>
<br>
<div class="text">
<div align="center">
<img src="http://dl.glitter-graphics.net/pub/478/478501njh3wvfmch.gif"><br>
b><font size="5">FACTS ABOUT ME</font></b><br>
<p>
</div>
<br/>
<p>{Description}</p>
<br>
<br>
{block:Following}
<br>
<img src="http://dl.glitter-graphics.net/pub/478/478501njh3wvfmch.gif"><br>
<br/>
<div class="text">
<p><br>Credits:<br>theme by:<a href="http://cutebabyboo.tumblr.com/">[ cutebabyboo ]</a><br>
<br>
<img src="http://dl.glitter-graphics.net/pub/478/478501njh3wvfmch.gif">
</div></div>
<br/></div
<td width='3px'></td>
<td valign='top'>
<br>
<div id="main">
<div class="text">
<center><img src="http://dl.glitter-graphics.net/pub/478/478501njh3wvfmch.gif"><img src="http://dl.glitter-graphics.net/pub/478/478501njh3wvfmch.gif"></center>
<div class="header1"><p id="title"><a href="/"><font size="6">{Title}</a></p><br></font></div>
<ol id="posts">
{block:Posts}
{block:Text}
<li id="each">
<div id="box"><a href="{Permalink}"><b>text post</b> {ShortDayOfWeek}, {ShortMonth}. {DayOfMonthWithZero}, {Year}</a></div>
{block:Title}
<p id="posttitle"><a href="{Permalink}">{Title}</a></p>
{/block:Title}
<p>{Body}</p><br><br>
{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
</li>
{/block:Text}
{block:Photo}
<li id="each">
<div id="box"><a href="{Permalink}"><b>photo post</b> {ShortDayOfWeek}, {ShortMonth}. {DayOfMonthWithZero}, {Year}</a></div>
{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
{block:Caption}
<p>{Caption}</p>
{/block:Caption}<br><br>
{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
</li>
{/block:Photo}
{block:Quote}
<li id="each">
<div id="box"><a href="{Permalink}"><b>quote post</b> {ShortDayOfWeek}, {ShortMonth}. {DayOfMonthWithZero}, {Year}</a></div>
<p class="qcontainer">
<span class="quote">“{Quote}”</span>
{block:Source}
<span class="source"><br><i>{Source}</i></span>
{/block:Source}
</p>
{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
</li>
{/block:Quote}
{block:Link}
<li id="each">
<div id="box"><a href="{Permalink}"><b>link post</b> {ShortDayOfWeek}, {ShortMonth}. {DayOfMonthWithZero}, {Year}</a></div>
<p><a href="{URL}" id="postlink" {Target}>{Name}</a></p>
{block:Description}
<p>{Description}</p>
{/block:Description}
{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
</li>
{/block:Link}
{block:Chat}
<li id="each">
<div id="box"><a href="{Permalink}"><b>chat post</b> {ShortDayOfWeek}, {ShortMonth}. {DayOfMonthWithZero}, {Year}</a></div>
{block:Title}
<p id="posttitle"><a href="{Permalink}">{Title}</a></p>
{/block:Title}
<ul class="chat">
{block:Lines}
<li class="{Alt}">
{block:Label}
<span class="label">{Label}</span>
{/block:Label}
{Line}
</li>
{/block:Lines}
</ul>
{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
</li>
{/block:Chat}
{block:Video}
<li id="each">
<div id="box"><a href="{Permalink}"><b>video post</b> {ShortDayOfWeek}, {ShortMonth}. {DayOfMonthWithZero}, {Year}</a></div>
{Video-400}
{block:Caption}
<p>{Caption}</p>
{/block:Caption}
{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
</li>
{/block:Video}
{block:Audio}
<li id="each">
<div id="box"><a href="{Permalink}"><b>audio post</b> {ShortDayOfWeek}, {ShortMonth}. {DayOfMonthWithZero}, {Year}</a></div>
<p align="center">{AudioPlayerBlack}</p>
{block:Caption}
<p>{Caption}</p>
{/block:Caption}
{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
</li>
{/block:Audio}
{block:PostNotes}
{PostNotes}"
{/block:PostNotes}
{/block:Posts}
</ol>
center><font size="2">
{block:PreviousPage}
<a href="{PreviousPage}">>> newer posts</a>
{/block:PreviousPage}
{block:NextPage}
<a href="{NextPage}">>> older posts</a>
{/block:NextPage}</font></center>
<center><img src="http://dl.glitter-graphics.net/pub/478/478501njh3wvfmch.gif"><img src="http://dl.glitter-graphics.net/pub/478/478501njh3wvfmch.gif"></center>
</div>
<br>
</div>
</div>
</td>
</body>
</html>

1 note
konitchiwa Tumblr. thanks sa mga folowers ko :) hehehe
out nako pinapalayas nako ni ate hehehe matutulog nalang ako hehehehehe :))
konitchiwa tumblr :)) :)
Z
Z :) :) :sleep nako z
heheheheh……..

1 note
oh-kitty:
indietears:
(via itosap)
cute naman hindi dapat hello kitty
dapat my melody

19 notes
Hi :)) My Name is Chezca :)) :*

1 note