if (parent.frames.length ==0) {
	if (document.cookie.indexOf("sid=") == -1) {
		window.location.replace ("../?" + param_m_cook );
	} else {
		window.location.replace ("../?" + param_o_cook );
	}
}
