function web(url, text, classname) {
  document.write('<a href="http://'+url+'"');
  document.write('class="'+classname+'"');
  document.write(' target="_blank">'+text+'</a>')
}
