<!--// hide from old browsers
	// make sure it works for javascript 1.0 compatible browsers
	if (location.replace == null)   
		location.replace = location.assign

	// first check if we are in frames
	if (parent.location.href==document.location.href)
	{
		// redirect
		x=document.location.href.toLowerCase()
		if (x.indexOf("menu.htm")>-1)
			document.location.replace ("/floodrelief/index2.asp")
		else
			document.location.replace("/floodrelief/index2.asp?goto=" + escape(document.location.href))
	}

// unhide-->
