// JavaScript Document
if (window != top){	top.location.href = location.href; } 
function funCallInit(){
	try{
		init();
	}catch(e){}
}