
//strip the www off the hostname, if its there

domain=window.location.hostname;
var domArray = domain.split(".");
if (domArray.length == 2) {
	//alert (domArray[0])
	justDomain=domArray[0];
}
else {
	//alert(domArray[1]);
	justDomain=domArray[1];
}

if (justDomain== 'mccollam') {
	newAddr= "http://www.lizardpoint.com"+window.location.pathname;
	
	//alert("I'd like to send you to "+newAddr);
	//window.location.href=newAddr;
}


if (justDomain== 'mccollam')

alert("If you are accessing this website from a bookmark in your browser, please note that the address has changed. Please change your bookmark after the page loads.\n\n If you are accessing this website from a school website, please bring this to your teacher's attention and ask that the school website be changed. \n\n Mccollam.com is obsolete. The address should be lizardpoint.com \n\n thank you, Lyndsey.")
