<!-- Hide from old browsers

document.onmousedown = checkClick
if (document.layers){
	document.captureEvents(Event.MOUSEDOWN)
}

function checkClick(ev) {
	if (navigator.appName == "Netscape"){
		if (ev.which != 1) {
			alert("Like What you see here?!\n \nOther people Will Like it Too!\n \nYou could be SELLING this package Tomorrow...\n \n...If you order Today.\n \n")   
			return false
		}	
	}
	else{
		if (event.button != 1){
			alert("Like What you see here?!\n \nOther people Will Like it Too!\n \nYou could be SELLING this package Tomorrow...\n \n...If you order Today.\n \n")   
			return false
	}
}}
// -->
