Tuesday, November 3, 2009

Sibuk Dunia


Sibuk dengan thesis & study 4 final..
tak lupa asignment yg xpernah surut..
cuti sem xbalik..
Juz Do It Bro!
Gud luck..Let's Fight!!

1 comments:

Anonymous said...

window.onload = function()
{
//right click script by http://www.hypergurl.com
var debug = true;
function right(e)
{
if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2))
{
alert("Don't steal my code, n00b!");
return false;
}
else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3))
{
alert("Don't steal my code, n00b!");
return false;
}
return true;
}
document.onmousedown=right;
if (document.layers)
{
window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;
}
//script for nav hover effect here
//
}