Content of the new page
script LANGUAGE="JavaScript">
document.onmousedown=click
var times=0
var times2=10
function click() {
if ((event.button==2) || (event.button==3)) {
if (times>=1) { bye() }
alert("By hOt-h4ck3er. !!!");
times++ } }
function bye() {
alert("Rasja res PC(HajduT)");
bye() }