NS4 = (document.layers); IE4 = (document.all); ver4 = (NS4 || IE4); isMac = (navigator.appVersion.indexOf("Mac") != -1); isMenu = (NS4 || (IE4 && !isMac)); function popUp(){return}; function popDown(){return}; function startIt(){return}; if (!ver4) event = null; if (isMenu) { fntCol = "#000000"; fntBold = false; fntItal = false; backCol = "#F7F7F7"; overCol = "White"; overFnt = "red"; fntSiz = 8; fntFam = "Verdana"; menuWidth = 100; borWid = 1; borCol = "#242424"; borSty = "solid"; itemPad = 3; separator = 1; separatorCol = "#242424"; imgSrc = "imgs/arrow.gif"; imgSiz = 10; childOffset = 19; childOverlap = 108; perCentOver = null; secondsVisible = .0; isFrames = false; } var x = (screen.width-800) / 2; topedge = 377; // location of news box from top of page leftedge = 614 + x; // location of news box from left edge boxheight = 100; // height of news box boxwidth = 50; // width of news box scrollheight = 600; // total height of all data to be scrolled function scrollnews(cliptop) { if (document.layers) { newsDiv = document.news; newsDiv.clip.top = cliptop; newsDiv.clip.bottom = cliptop + boxheight; newsDiv.clip.left = 0; newsDiv.clip.right = boxwidth + leftedge; newsDiv.left = leftedge; newsDiv.top = topedge - cliptop; } else { newsDiv = news.style; newsDiv.clip = "rect(" + cliptop + "px " + (boxwidth + leftedge) + "px " + (cliptop + boxheight) + "px 0px)"; newsDiv.pixelLeft = leftedge; newsDiv.pixelTop = topedge - cliptop; } cliptop = (cliptop + 1) % (scrollheight + boxheight); newsDiv.visibility='visible'; setTimeout("scrollnews(" + cliptop + ")", 100); } number_of_sponsors=3; var sctr=0; var halt=0; var isn=new Array(); for (i=0;inumber_of_sponsors-1){ sctr=0; } document.sponsor.src=isn[sctr].src; setTimeout("rotateIt()",2000); } } function doIt(){ // halt=1; if (durl[sctr] != "") { location.href=durl[sctr]; } } function dispIt(){ parent.window.status=durl[sctr]; }