<!--
//
//
// Sniff Old Browsers
var NN4 = (document.layers);
var IE4 = (document.all && !document.getElementById);
var IE5 = (document.all && document.getElementById);
// Sniff DOM (NS6,  IE6)Browsers
var DOM = (document.getElementById && !document.all);
//
//
// Set Variables
var consafeWidth = "150";
var consafeHeight = "20";
var consafeHeightie = "30";
var consafeLength = "70";
var consafeCgiScript ="http://www.statusquo.org/cgi-bin/home/const_safe.cgi";
//
//
if (DOM)
    {
     document.write('<DIV ID=consafeDiv name=consafeDiv STYLE="position:relative; WIDTH=' + consafeWidth + 'px; HEIGHT=' + consafeHeight + 'px"></DIV>');
     document.getElementById('consafeDiv').innerHTML='<iframe src='+consafeCgiScript+' scrolling=no frameborder=0 border=0 WIDTH=' + consafeWidth + 'px; HEIGHT=' + consafeHeight + 'px"></iframe>';
}
//
//
//
else if (NN4) {
  document.open();
  document.write(''
  +'<ILAYER>'
  +'<LAYER src="'+consafeCgiScript+'" '
  +(consafeWidth==null ? '' : ' width='+consafeWidth)
  +(consafeHeight==null ? '' : ' height='+consafeHeight)
  +(consafeLength==null ? '' : ' height='+consafeLength)
  +'></LAYER></ILAYER>'
  )
  document.close();
}
//
//
//
else if (IE5) {
  document.write(''
  +'<CENTER><IFRAME src="'+consafeCgiScript+'" scrolling="no" frameborder=0 border=0'
  +(consafeWidth==null ? '' : ' width='+consafeWidth)
  +(consafeHeightie==null ? '' : ' height='+consafeHeightie)
  +'></IFRAME></CENTER>'
  )
}
//
//
//
else {
  document.write(''
  +'<CENTER><IFRAME src="'+consafeCgiScript+'" scrolling="no" frameborder=0 border=0'
  +(consafeWidth==null ? '' : ' width='+consafeWidth)
  +(consafeHeightie==null ? '' : ' height='+consafeHeightie)
  +'></IFRAME></CENTER>'
  )
}
//
//-->