function warp(site)
{
window.open('http://' + site); 
}
