<!--

var NS4 = (document.layers) ? 1 : 0;
var IE4 = (document.all) ? 1 : 0;
if (IE4 || NS4)
   document.write("!");

// -->
