/*
document.onmousedown=g
function g ()
{
	if(event.button==2)	alert("Welcome to Sarah Dimoda")
}
//document.oncontextmenu=new Function("return false");
*/
