<?
$conteggio=$_GET['conteggio'];
Header("Content-type: Text/Javascript");
print "document.write('<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"border-collapse: collapse\" bordercolor=\"#111111\" width=\"100\" id=\"AutoNumber1\" height=\"50\" background=\"http://lionalex.altervista.org/Barre/Contatore.gif\">
<tr>
<td width=\"100%\" height=\"70%\">&nbsp;</td>
</tr>
<tr>
<td width=\"100%\" height=\"30%\" style=\"margin-right: 7\">
<p align=\"right\"><b>
<font face=\"Verdana\" style=\"font-size: 8pt\" color=\"#FFFFFF\">'.$conteggio.'</font></b></td>
</tr>
</table>') ";
?>