if (!Lib.Cookies.get('splashpage')){ Lib.Cookies.set('splashpage', '1'); possibleLocations = []; possibleLocations.push("splash.html"); location.href = possibleLocations[Math.round((possibleLocations.length-1)*Math.random())]; }