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