40 lines
532 B
PHP
40 lines
532 B
PHP
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</center>
|
|
|
|
|
|
<br>
|
|
<center>
|
|
|
|
<?php
|
|
|
|
$nocounter = "0";
|
|
if( isset( $_REQUEST[ "nocounter" ] ) ) {
|
|
$nocounter = $_REQUEST[ "nocounter" ];
|
|
}
|
|
|
|
if( ! $nocounter ) {
|
|
?>
|
|
|
|
<script src="//static.getclicky.com/js" type="text/javascript"></script>
|
|
<script type="text/javascript">try{ clicky.init(100708513); }catch(e){}</script>
|
|
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/100708513ns.gif" /></p></noscript>
|
|
|
|
<?php
|
|
}
|
|
?>
|
|
|
|
|
|
</center>
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|