Site hosted by Angelfire.com: Build your free website today!


<script LANGUAGE="JavaScript">

function click() {

if (event.button==2) {

alert('כל כבודה בת מלך פנימה');

}

}

document.onmousedown=click

// -->

</script>