function backToTop(){var b=x2=x3=0;var c=y2=y3=0;if(document.documentElement){b=document.documentElement.scrollLeft||0;c=document.documentElement.scrollTop||0}if(document.body){x2=document.body.scrollLeft||0;y2=document.body.scrollTop||0}x3=window.scrollX||0;y3=window.scrollY||0;var a=Math.max(b,Math.max(x2,x3));var d=Math.max(c,Math.max(y2,y3));window.scrollTo(Math.floor(a/2),Math.floor(d/2));if(a>0||d>0){window.setTimeout("backToTop()",25)}}var detect=navigator.userAgent.toLowerCase();var browser,thestring;function bookmarksite(b,a){if(checkIt("msie")){window.external.AddFavorite(a,b)}else{if(checkIt("firefox")){alert("Press CTRL + D to bookmark this page.")}else{if(checkIt("netscape")){alert("You need to press CTRL + D to bookmark our site.")}else{if(checkIt("opera")){alert("You need to press CTRL + T to bookmark our site.")}else{alert("In order to bookmark this site you need to do so manually through your browser.")}}}}}function checkIt(a){place=detect.indexOf(a)+1;thestring=a;return place};