function checkFrames() {

	//if this page opens without frames, open up its parent frameset
	if (top==self) {
		document.write ("Opening Kansas City hotel page")
		top.location="http://www.johnnyroadtrip.com/cities/kansascity/hotels.htm"
		}
	//End
}

