// JavaScript Document function UberSniff1(sUndefined) { var ua=navigator.userAgent.toLowerCase(); this.ie = (parseFloat(ua.slice(ua.indexOf("msie")+5))); this.nn = (this.ie)?(-1):(parseFloat(ua.slice(ua.indexOf("mozilla/")+8))); this.mac = (ua.indexOf("mac")>-1); this.screenHeight = screen.height; this.screenWidth = screen.width; } function closeFloatCoupletLayer() { var oS=new UberSniff1(); if (oS.ie||oS.nn>=5){ // var oSBar=document.getElementById("sideBarCol"); // var oFCol=document.getElementById("fullCol"); // var bWid=(((oS.ie)?document.body.clientWidth:self.innerWidth)>900); // oFCol.style.width=(bWid)?"916px":"776px"; followDiv1.style.visibility="hidden"; followDiv3.style.visibility="hidden"; } } function closeleftdown() { var oS=new UberSniff1(); if (oS.ie||oS.nn>=5){ // var oSBar=document.getElementById("sideBarCol"); // var oFCol=document.getElementById("fullCol"); // var bWid=(((oS.ie)?document.body.clientWidth:self.innerWidth)>900); // oFCol.style.width=(bWid)?"916px":"776px"; followDiv2.style.visibility="hidden"; } } function closerightdown() { var oS=new UberSniff1(); if (oS.ie||oS.nn>=5){ // var oSBar=document.getElementById("sideBarCol"); // var oFCol=document.getElementById("fullCol"); // var bWid=(((oS.ie)?document.body.clientWidth:self.innerWidth)>900); // oFCol.style.width=(bWid)?"916px":"776px"; followDiv4.style.visibility="hidden"; } } var delta=0.30 var collection; function floaters() { this.items = []; this.addItem = function(id,x,y,content) { document.write('