function gotoexternallink(link){
	window.location = link;
}

