function gid(o) { return document.getElementById(o); }

/***********************************************
* Bookmark site script- © Dynamic Drive DHTML code library (www.dynamicdrive.com )
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
function bookmark(title, url) {
     if (document.all)
          window.external.AddFavorite(url, title);
     else if (window.sidebar)
          window.sidebar.addPanel(title, url, "")
}

// Record when a user scrolls down the page
window.onscroll = new Function("__utmSetVar('scrolledDown'); window.onscroll = null;");

var count = 0;
var t;


