[quote]var message='YOUR MESSAGE HERE'
function LogTo (link)
{
var new_url=link;
if ( (new_url != "") && (new_url != null) )
window.location=new_url;
}
function click(e) {
if (document.all) {
if (event.button == 2) {
alert('YOUR MESSAGE HERE');
LogTo('http://www.friendster.com/logout.php')<<<< YOU CAN CHANGE THIS PART...
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
LogTo('http://www.friendster.com/')
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;[/quote]
is this mine???

hehehehe maybe my codes are wrong...