=O valentines day special day erh? you think? just another day, for ppl to earn money =p yet lose money in the same wayz hahas a day to be xtra "_ _ _ _ _ _ _ _"
nthing to blog abt cya.
~ Move Along,Move Along..;
x 6:28 AM
` The Blogger...
Names:
Lor Mee
Rachael Father(lol)
James Brother
Potato
Newest name(lols) - Pretty woman
` WiShLiSt...
~ My own laptop ~
~ My own internet connection ~
~ A ipod
~ My hair to be straight ~
~ My brother to stop caring for me playing comp. ~
~ Sony Ericsson C905 ~
`Song N Lyrics
Music
Lyrics
I need you boo, (oh)
I gotta see you boo (hey)
And there're hearts all over the world tonight,
Said the hearts all over the world tonight [x2]
[Verse 1]
Hey! Little mama,
Ooh, you're a stunner
Hot..little figure,
Yes, you're a winner
And I'm so glad to be yours,
You're a class all your own
And..
Oh, little cutie
When..you talk to me
I swear..the whole world stops
You're my sweetheart
And I'm so glad that you are mine
You are one of a kind and..
[Bridge:]
You mean to me
What I mean to you and..
Together baby,
There is nothing we won't do
'cause if I got you,
I don't need money,
I don't need cars,
Girl, you're my all.
And..
[Chorus:]
Oh!
I'm into you,
And girl,
No one else would do,
'cause with every kiss and every hug,
You make me fall in love,
And now I know I can't be the only one,
I bet there heart's all over the world tonight,
With the love of their life who feels..
What I feel when I'm
With you [x5]
Girl..
With you [x5]
[Verse 2]
Oh girl!
I don't want nobody else,
Without you, there's no one left then,
You're like Jordans on Saturday,
I gotta have you and I cannot wait now,
Hey! Little shawty,
Say you care for me,
You know I care for you,
You know...that I'll be true,
You know that I won't lie,
You know that I would try,
To be your everything..yeah..
[Bridge:]
'cause if I got you,
I don't need money,
I don't need cars,
Girl, you're my all.
And..
[Chorus]
With you [x5]
Oh..
With you [x5]
Yeah Heh..
[Bridge 2]
And I..
Will never try to deny,
that you're my whole life,
'cause if you ever let me go,
I would die..
So I won't front,
I don't need another woman,
I just need your all and nothing,
'cause if I got that,
Then I'll be straight
Baby, you're the best part of my day
I need you boo,
I gotta see you boo
And there're hearts all over the world tonight,
Said the hearts all over the world tonight [x2]
Woo Oh.. Yeah
They need it boo,
They gotta see their boo,
Said the hearts all over the world tonight,
Hearts all over the world tonight [x2]
var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// -->
///////////////////////////////////////////////////////////////////////////
// CONFIGURATION STARTS HERE
///////////////////////////////////////////////////////////////////////////
// Set the number of snowflakes (more than 30 - 40 not recommended)
var snowmax=35
// Set the colors for the snow. Add as many colors as you like
var snowcolor=new Array("#00EAFF","#FFA299","#9FFF8B")
// Set the fonts, that create the snowflakes. Add as many fonts as you like
var snowtype=new Array("Arial Black","Arial Narrow","Times","Comic Sans MS")
// Set the letter that creates your snowflake (recommended:*)
var snowletter="*"
// Set the speed of sinking (recommended values range from 0.3 to 2)
var sinkspeed=0.6
// Set the maximal-size of your snowflaxes
var snowmaxsize=35
// Set the minimal-size of your snowflaxes
var snowminsize=15
// Set the snowing-zone
// Set 1 for all-over-snowing, set 2 for left-side-snowing
// Set 3 for center-snowing, set 4 for right-side-snowing
var snowingzone=1
///////////////////////////////////////////////////////////////////////////
// CONFIGURATION ENDS HERE
///////////////////////////////////////////////////////////////////////////]
// Do not edit below this line
var snow=new Array()
var marginbottom
var marginright
var timer
var i_snow=0
var x_mv=new Array();
var crds=new Array();
var lftrght=new Array();
var browserinfos=navigator.userAgent
var ie5=document.all&&document.getElementById&&!browserinfos.match(/Opera/)
var ns6=document.getElementById&&!document.all
var opera=browserinfos.match(/Opera/)
var browserok=ie5||ns6||opera
function randommaker(range) {
rand=Math.floor(range*Math.random())
return rand
}
function initsnow() {
if (ie5 || opera) {
marginbottom = document.body.clientHeight
marginright = document.body.clientWidth
}
else if (ns6) {
marginbottom = window.innerHeight
marginright = window.innerWidth
}
var snowsizerange=snowmaxsize-snowminsize
for (i=0;i<=snowmax;i++) {
crds[i] = 0;
lftrght[i] = Math.random()*15;
x_mv[i] = 0.03 + Math.random()/10;
snow[i]=document.getElementById("s"+i)
snow[i].style.fontFamily=snowtype[randommaker(snowtype.length)]
snow[i].size=randommaker(snowsizerange)+snowminsize
snow[i].style.fontSize=snow[i].size
snow[i].style.color=snowcolor[randommaker(snowcolor.length)]
snow[i].sink=sinkspeed*snow[i].size/5
if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
snow[i].posy=randommaker(2*marginbottom-marginbottom-2*snow[i].size)
snow[i].style.left=snow[i].posx
snow[i].style.top=snow[i].posy
}
movesnow()
}
function movesnow() {
for (i=0;i<=snowmax;i++) {
crds[i] += x_mv[i];
snow[i].posy+=snow[i].sink
snow[i].style.left=snow[i].posx+lftrght[i]*Math.sin(crds[i]);
snow[i].style.top=snow[i].posy
if (snow[i].posy>=marginbottom-2*snow[i].size || parseInt(snow[i].style.left)>(marginright-3*lftrght[i])){
if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
snow[i].posy=0
}
}
var timer=setTimeout("movesnow()",50)
}
for (i=0;i<=snowmax;i++) {
document.write(""+snowletter+"")
}
if (browserok) {
window.onload=initsnow
}