(document.getElementById) ? dom = true : dom = false;

function typeStart() {
  if (dom) { document.write('<div id="linksBox" style="width:730px;position:absolute; left:10; visibility:show; border:0px solid #000000">') } }

function typeEnd() { if (dom) { document.write('</div>') } }

function placeIt() {
  if (dom && !document.all) {document.getElementById("linksBox").style.top = window.pageYOffset + 0;}
  if (document.layers) {document.layers.linksBox1.top = window.pageYOffset + 0;}
  if (document.all) {document.all.linksBox.style.pixelTop = document.body.scrollTop + 0}
  window.setTimeout("placeIt()", 10); }