function reloadframe() {
	document.getElementById("frame").src = "http://www.bareket-astro.com/live/live_telescope.html";
	setTimeout("reloadframe();", 101010000);
}