I have a DIV with a script as shown below
<div style="text-align:center">
<script type='text/javascript' language='JavaScript' src='http://xslt.alexa.com/site_stats/js/t/a?url=www.mysite.com'></script>
</div>
What I want is that the users should not be able to see this div on the site, but the script should be executed as in the normal way. Please suggest!