function right(e) {
	if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2))
		return false;
	 if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) {
		alert("All contents are copyright © 2006 Live Sport Network.");
		return false;
	}
	return true;
}
document.onmousedown = right;
document.onmouseup = right;
if (document.layers)
	window.captureEvents(event.mousedown);
if (document.layers)
	window.captureEvents(event.mouseup);
window.onmousedown=right;
window.onmouseup=right;

// livesportnetwork.com
// Live Sport Network
// guideseeq IT Workz