var currentActiveView = 'round' var currentTeamView = '' var currentPositionView = 1000 var currentRemainingPositionView = 1000 var activeChad = 1 var positionValuesArray = new Array() positionValuesArray[0] = 1000 positionValuesArray[1] = 1 positionValuesArray[2] = 2 positionValuesArray[3] = 5 positionValuesArray[4] = 6 positionValuesArray[5] = 9 var maxTimeArray = new Array() maxTimeArray[1] = 300 maxTimeArray[2] = 100 var bestId = 0 var bestName = ' ' var bestPosition = 0 var bestSchool = ' ' var bestSchoolId = 0 function updatePlayer() { setInterval("refreshPlaylist()", 600000) } function refreshPlaylist() { window.frames["fsp"].setPlaylistDraftCast(0, 0, -1, currentOverallPick) } var isInternetExplorer = false // Hook for Internet Explorer. if (window.ActiveXObject) { isInternetExplorer = true document.write('