function adopt_orphans (p_page) {
	if ((String(window.parent.location).substring(0, 24) != 'http://www.hotbegin.com/') || (window.parent.location) == window.location) {
		new_url = 'http://www.hotbegin.com/';

		if (p_page != null) {
			new_url += '?goto=' + p_page;
		}

		window.location = new_url;
	}
}
