function vota(contatore) 
{
  myWin=open("","displayWindow","width=70,height=100,status=no,toolbar=no,menubar=no");
  myWin.document.open();
  myWin.document.write("<html><head><title>Votazione</title></head><body><center>");
  myWin.document.write("questo gioco è stato votato<br>");
  app="<img src=http://counters.honesty.com/cgi-bin/honesty-counter.cgi?df="+contatore+"><br>"; //gen.0669428.00000><br>
//  alert(app); 
  myWin.document.write(app);
  myWin.document.write("volte</center></body>");
  myWin.document.close();
}

function vota_and_load(contatore,url)
{
  myWin=open("","displayWindow","width=70,height=150,status=no,toolbar=no,menubar=no");
  myWin.document.open();
  myWin.document.write("<html><head><title>Votazione</title></head><body><center>");
  myWin.document.write("questo gioco è stato scaricato<br>");
  app="<img src=http://counters.honesty.com/cgi-bin/honesty-counter.cgi?df="+contatore+"><br>"; //gen.0669428.00000><br>
//  alert(app);
  myWin.document.write(app);
  myWin.document.write("volte<br>");
  myWin.document.write("<a href=\""+url+"\">Scarica</a></center></body>");
  myWin.document.close();
}

