function forwarder(url){
	document.location = url;
}

