<!-- ALWAYS ON TOP LINKS MENU -->

<!-- This goes into the HEAD of the html file -->
<!-- Copyright 2003, Sandeep Gangadharan (sandeep@sivamdesign.com) -->
<!-- For more free scripts go to http://www.sivamdesign.com/scripts/ -->
<!--
(document.getElementById) ? dom = true : dom = false;

function placeIt() {
  if (dom && !document.all) { document.getElementById("linksBox").style.top = window.pageYOffset + 0 + "px";}
  if (document.all) { document.all["linksBox"].style.pixelTop = document.documentElement.scrollTop + 0 }
 
  window.setTimeout("placeIt()", 10); }
// -->


