<!-- Begin
function buttoncheck(e) {
	if (document.all && event.button==2) {
		warning =
		" Copyright ! ALTMEDSCHOOL.com !\n"

var agree = confirm(warning);

if (agree !="0"){
	top.location="mailto:alternativemedicines@live.com?subject=right click through www.altmedschool.com";}
	
	
}

if (document.layers && e.which==3) {
		warning =
		" Copyright ! ALTMEDSCHOOL.com !\n"

var agree = confirm(warning);

if (agree !="0"){
	top.location="mailto:alternativemedicines@live.com?subject=right click through www.altmedschool.com";}
	

		return false}
}

if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);}
document.onmousedown=buttoncheck;
// End -->
