function go(x){
x = x.replace(/\*/, '.');
document.location.href=x;
}