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