if (parent.location.href==window.location.href) { 
	window.location.href="nogo.htm"}


function click()
{if (event.button==2)
{alert('sorry...');}}
document.onmousedown=click
