function link(url){
	window.open(url, '_self');
}
