<!--
var att='@', grr='.ca';
var copyrt='Copyright © 1997,2002,2005 A.Q.(Tony) King - \n          (www.aqk.ca)\n\n email me:    aqk'+att+'aqk'+grr;
function crmsg(e) {
if (document.all) {
	if (event.button == 2) {
		copyrt=copyrt + '                 -msie-';
		alert(copyrt);return false;
		}}
if (document.layers) {
	if (e.which == 3) {
		copyrt=copyrt + '\n\n           Old Netscape, eh?';
		alert(copyrt);return false;
		}}
	}
if (document.layers) {
	document.captureEvents(Event.MOUSEDOWN);
	}
document.onmousedown=crmsg;
// -->
