// JavaScript Document
function Redirect(url){
	document.location.href = url;
}
