// JavaScript Document

function updatePage()
{
	if(window.location != 'http://www.lincoln5.com')
	{
		window.location = 'http://www.lincoln5.com'
	}
	<!--document.getElementById("footerDiv").innerHTML	= "Copyright 2010, J.R. Creative Studios, LLC";-->
}