// JavaScript Document
	
function blockError() {

	return true;

}

function blockError() {
	return true;
}
window.onerror = blockError;
function rc(evnt) {
	if (navigator.appName.toUpperCase().match(/NETSCAPE/) != null) {
		if (evnt.which>=2){
			alert("© Colin Williamson Productions\nCommercial use of these images is prohibited.");
			return false;
		}
	} else {
		if (event.button>=2) {
			alert("© Colin Williamson Productions\nCommercial use of these images is prohibited.");
		}
	}
}
document.onmousedown=rc;
if (document.layers)window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=rc;
