// JavaScript Document
function loadpage(x) {
	var address = x;
	setTimeout("window.location.href='"+x+"'",800);	
}
