function timeRefresh(time) {
	setTimeout("location.reload(true);", time);
}
