function gotoSJ()
{
    var a = '';
    a += '.sant'
    a += 'jordi'
    a += 'host'
    a += 'els'
    a += '.co'
    a += 'm/'
    document.location.href='http://www' + a;
}
