/*
' Redirect the user based on their intended site
' 
*/
var sRedirectPath;
sRedirectPath = window.location.href;
if (sRedirectPath.indexOf("pineforestproperties.com") > -1) 
{ 
	window.location.href="http://www.burnstead.com/rental_home.asp"; 
}

