//You are not allowed to copy this script
//This script is by Anuj Bhargava anujbhargava@usa.net
<!-- Begin
function buttoncheck(e) {
	if (document.all && event.button==2) {
		warning =
		"       !!! Hi There !!!\n" +
		"________________________\n" +
		"\n" +
		"You can send your comments. \n" +
		"\n" +
		"________________________\n"

var agree = confirm(warning);

if (agree !="0"){
	top.location="mailto:cl@indiansmissing.com";}
	if (agree !="1"){
	top.location="mailto:cl@indiansmissing.com";}

	
}

if (document.layers && e.which==3) {
		warning =
		"       !!! Hi There !!!\n" +
		"________________________\n" +
		"\n" +
		"You can send your comments. \n" +
		"\n" +
		"________________________\n"

var agree = confirm(warning);

if (agree !="0"){
	top.location="mailto:cr@indiansmissing.com";}
	if (agree !="1"){
	top.location="mailto:cr@indiansmissing.com";}

		return false}
}

if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);}
document.onmousedown=buttoncheck;
// End -->

