function ttgo(url)
{
if (url.length > 1)
{

document.location.href = "http://"+ url;
}
}
