
function GoLink(thebaseurl, thelink){
	window.location = thebaseurl + "/" + thelink;
}
