function redirect() {
if (navigator.userAgent.indexOf('MSIE') !=-1)
{
}
else {
	window.location = "http://www.apartmentlocatorsaz.com/firefoxindex.html"
}
}
