function toHome(){
	if(parent){
		parent.location.href = "index.html";
	}else{
		location.href = "index.html";
	}
}
