

$(document).ready(function(){
	//not in framesets, please
	if( window.top != window && !/hotelInfo/.test(window.location.search))
		window.top.location = window.location;
});


