Page is a not externally linkable
Seb7 - 3:53 am on Mar 10, 2012 (gmt 0)
This code will block IE with no referral.
Place within the header tags:
<script>
if (navigator.appName=='Microsoft Internet Explorer' && document.referrer=='') window.onload=function(){document.body.innerHTML = "";}
</script>