// JavaScript Document
function go( link ){
	document.location.href = link.replace(/&amp;/, '&');
}
