Skip to content

Instantly share code, notes, and snippets.

@davehimself
Created May 7, 2010 21:27
Show Gist options
  • Save davehimself/394021 to your computer and use it in GitHub Desktop.
Save davehimself/394021 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
var url = 'http://xxx.net/handler.ashx?ci=7794&pi=home';
var tt= new Date().getTime();
document.write('<sc'+'ript type="text/javascript" ');
document.write('src="'+url+'&t'+tt+'='+tt+'">');
document.write('</sc'+'ript>');
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment