codice:
<head>
<script type="text/javascript">
function warn() {
  if (!((document.all) && !(window.opera))) {
    alert("il sito è più bello con exploder"); // :-)
  }
}
</script>
</head>

...

<body onload="warn();">

...

</body>