girls cars bmx
// assign state a string of "0" characters of the length of the current message
function clearState() {
// initialize to empty string
state = ""
// create string of same length containing 0 digits
for (var i = 0; i
.... language=JavaScript
.. --//Disable right mouse click Script
//By Maximus ([email protected]) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.comvar message="Hey what gives?!";///////////////////////////////////
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·down=clickNS4;
}
else if (document·all&&!document·getElementById){
document·down=clickIE4;
}document·menu=new Function("alert(message);return false")// --
..
trippy