urlloc = window.location.href;
if(urlloc.lastIndexOf("gotrailways.com") > 0)
{
	location.href="http://www.rockymountaincoach.com/" + urlloc.substring(urlloc.lastIndexOf("/") + 1);
}