var numLinks = 9; var fluttercount = 0; var count = 0; var oldflutter; if (typeof(hoverColor) == "undefined") {var hoverColor="#bbbbbb";} if (typeof (defaultColor) == "undefined") { var defaultColor = "#ffffff"; } document.write("
"); document.write("
"); document.write("
"); document.write("
"); document.write("
"); document.write("
"); document.write("
"); document.write("
"); document.write("
"); document.write("
"); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write("
Tribal WebsiteZiibiwing CenterSoaring Eagle Casino & ResortSaganing Eagles Landing CasinoThe Green SuitesMigizi Econ. DevelopmentEagle Bay MarinaEagle Valley OutfittersNativeDirect.com
"); document.write("
"); if (window.addEventListener) { window.addEventListener('load', loader, true); } else if (window.attachEvent) { window.attachEvent('onload', loader); } //window.onload = loader; for (var i = numLinks; i >= 1; i--) { document.getElementById('linktop' + i).onmouseover = ourMouseOver; document.getElementById('itemtop' + i).onmouseout = itemmouseout; document.getElementById('itemtop' + i).onclick = itemclick; } function loader() { for (var j = 1; j <= numLinks; j++) { document.getElementById('linktop' + j).style.color=defaultColor; } flutter(); } function itemclick(e) { e = e || window.event; keyobj = e.target || e.srcElement; itemnumber = keyobj.id.charAt(keyobj.id.length - 1); window.location = document.getElementById("linktop" + itemnumber).href; } function ourMouseOver (e) { var ourDivs = document.getElementsByTagName("div"); for (var i = ourDivs.length - 1; i >= 0; i--) { if (ourDivs[i].id.substring(0,7) == "itemtop") { document.id(ourDivs[i].id).set('tween',{property:'height',duration: '300',transition: Fx.Transitions.linear}); document.id(ourDivs[i].id).tween(0); document.id('linktop' + ourDivs[i].id.charAt(ourDivs[i].id.length - 1)).style.color = defaultColor; ourDivs[i].style.cursor = 'default'; }