function frame_me()
{

 if (top.frames.length < 2)
	{
	durl = document.URL;
	if (durl.indexOf('http')) {
	durl = "http://" + durl;

	}
	nurl = "/index_frame.htm?" + durl;
	if (durl.indexOf('http://space.skyrocket')){
	nurl = "/space/index_frame.htm?" + durl;}
	top.location.href= nurl; }


}
