


function getLink(link)
{
 document.location.href=link;
}


 