function link(url, title)
{
  document.write('<a href="'+url+'" rel="nofollow">'+title+'</a>');
}

