
function checkurl()
{
	var mytest=window.location.host.indexOf('lincolnhillsflyfishing.com');
if (mytest >= 0)
{window.location.replace('http://www.theflyfisher.com' + window.location.pathname);}
}
