The Computer & Tech, everything that would make my life easier hehe.. MP3s MP4s DATs MPEGs AVIs and the like.. Basta the cool stuff that girls hardly do. On my softer side: pooh stuff... butterflies... dolphins... surfing... the beach... everything bout the beach!
I'd like to meet my barkada, my school friends and acquaintances, and most of all, I want to meet new people... most especially the cool and beautiful people of the world!
Hardcore... Alternative... Emo... Punk... Reggae... Indie... and everything with sensible lyrics!
Devil's Advocate, The Matrix Trilogy, The Craft, Blow, Fast And The Furious, Gone In 60 Seconds....hmmm... a lot more! I'm a screen-o-philiac...get it? I juz made it up hehe! .....
Smallville!, CSI, Lifestyle Network, Sex & The City, Arirang NON-Stop, Gilmore Girls, Fear Factor, Nick Toons--, Hey Arnold!, As Told By Ginger, Sponge Bob...
Harry Potter, LOTR, think...think...My BIO books :)
My dad...for making my life comfy...Johnny Depp...for inspiring me hahaha...Che Guevarra...ala lang...Bob Marley...for the music...My college adviser...for letting me stay in skl...Samsey...for helping me build this page...and my other half, u know who u r...:)HaLLO tHeRe!
.. LANGUAGE="JavaScript1.2"
-- Begin
var ver = navigator.appVersion;
var dom = document.getElementById ? 1 : 0;
var ie5 = (ver.indexOf("MSIE 5") -1 && dom) ? 1 : 0;
var n = (document.layers);
var ie = (document.all);var sparksAflyin = 0;
var totalSparks = 0;
var sparksOn = 1;
function initMouseEvents() {
document... mouseDown;
if (n) document.captureEvents(Event.MOUSEDOWN | Event.MOUSEMOVE);
}
function mouseDown(e) {
if (sparksOn) {
var mousex = (n) ? e.pageX : event.x+document.body.scrollLeft;
var mousey = (n) ? e.pageY : event.y+document.body.scrollTop;
if (!sparksAflyin) {
for (var k = 0; k (document.body.offsetHeight+document.body.scrollTop))
tempy = document.body.offsetHeight+document.body.scrollTop-30;
if(tempx+30 (document.body.offsetWidth+document.body.scrollLeft))
tempx = document.body.offsetWidth+document.body.scrollLeft-30;
.'document.all.sDiv'+i+'.style.left = tempx;');
.'document.all.sDiv'+i+'.style.top = tempy;');
}
if (n) {
.'document.layers.sDiv'+i+'.left = tempx;');
.'document.layers.sDiv'+i+'.top = tempy;');
}
j++;
// timeout: 60 = fireworks speed, larger number = slower speed
setTimeout("moveTo("+i+","+j+","+mousex+","+mousey+")",50)
}
else {
.'HIDE("sDiv'+i+'")');
totalSparks++;
}
if (totalSparks == 7) {
sparksAflyin = 0;
totalSparks = 0;
}
}
function SHOW(divName){
if (document.all)
.'document.all.'+divName+'.style.visibility = "visible";');
else if (document.layers)
.'document.layers["'+divName+'"].visibility = "visible";');
}
function HIDE(divName){
if (document.all)
.'document.all.'+divName+'.style.visibility = "hidden";');
else if (document.layers)
.'document.layers["'+divName+'"].visibility = "hide";');
}
anim_0_x=new Array(20,20,10,0,0,0,0,0,0,0,0,0);
anim_0_y=new Array(-20,-40,-60,-80,-60,-40,-20,0,20,40,60,80);
anim_1_x=new Array(20,20,17,36,60,78,90,92,93,98,108,120,133,152,181);
anim_1_y=new Array(-20,-20,-33,-38,-38,-27,-2,25,51,84,113,141,162,212,25
3);
anim_2_x=new Array(20,20,2,3,4,5,6,7,8,9,10,12,13,15,18);
anim_2_y=new Array(-20,-20,-33,-38,-38,-27,-2,25,51,84,113,141,162,212,25
3);
anim_3_x=new Array(-20,-20,-2,-1,7,10,18,35,60,102,94,94,93,97,108,111,11
7,127);
anim_3_y=new Array(-20,-25,-64,-89,-104,-150,-173,-197,-213,-199,-151,-10
1,-66,-17,27,87,140,189);
anim_4_x=new Array(-20,-20,-10,-39,-30,-69,-64,-138,-154,-200,-181,-209,-
191,-207,-203,-213,-202,-221,-211);
anim_4_y=new Array(-20,-20,-28,-51,-79,-100,-135,-154,-193,-183,-149,-134
,-89,-60,8,51,107,157,201);
anim_5_x=new Array(-20,-29,-51,-72,-105,-133,-164,-189,-209,-229,-247,-27
0,-279,-282,-283,-283,-285,-286,-288);
anim_5_y=new Array(-20,-55,-86,-116,-154,-183,-205,-217,-217,-198,-169,-1
20,-44,-8,40,87,144,190,248);
anim_6_x=new Array(-20,-20,-7,14,44,79,143,186,217,226,234,244,250,259,26
5,274);
anim_6_y=new Array(-20,-21,-72,-113,-139,-166,-188,-181,-126,-68,-3,54,13
4,187,215,257);
// End --
*
*
*
*
*
*
*
*.. language=JavaScript
--
//Disable right mouse click Script
//By Maximus ([email protected])
//For full source code, visit http://www.dynamicdrive.com
var message="Function Disabled!";
///////////////////////////////////
function clickIE() {if (document.all) {alert(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!documen
t.all)) {
if (e.which==2||e.which==3) {alert(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document...clickNS;
}
else{document...clickNS;document...clickIE;}
document...new Function("return false")
// --