function frame_me()
{

	var urlStr = String(document.location);

	if(urlStr.indexOf("http:") >= 0) {

		var dl = document.location;
		var tl = top.location;
		if (dl == tl) {
			durl = document.URL;
			if (durl.indexOf('http')) {
			durl = "http://" + durl;
			}
		nurl = "http://usnavy.skyrocket.de/index_frame.htm?" + durl;
		setTimeout("top.location.href= nurl",0000); }

	}

}