// JavaScript Document
window.onload=init;
function init(){
	location.assign("/v2.0/home.php");
	}
