<!--
// <![CDATA[
// Copyright Stephen Tierney 5/5/2006 this script is free to use and free to distribute for none commercial use
// You cannot alter without my express permission copyright remains with me! stevehtee@yahoo.co.uk
function addLoadEvent(func) {
  var oldonload = window.onload;
  if (typeof window.onload != 'function') {
    window.onload = func;
  } else {
    window.onload = function() {
      oldonload();
      func();
    }
  }
}
// ]]>
-->
