Read more about the win.'; //Link for Banner 0 myLink[0] = "http://www.utrockets.com/ViewArticle.dbml?SPSID=89652&SPID=10709&DB_OEM_ID=18000&ATCLID=1621394"; //Weight for Banner 0 (0= NO DISPLAY, Increases in Display Odds as Number increases) myWeight[0] = 0; myHeadlineText[1] = 'See You at the Game'; mySubText[1] = 'A new facility, new coaches, and a new season of Rocket men\'s and women\'s basketball at Savage Arena. Purchase your season or game tickets and watch the new TV commercial.'; myLink[1] = "http://www.utrockets.com/ViewArticle.dbml?DB_OEM_ID=18000&ATCLID=1310584"; myWeight[1] = 4; myHeadlineText[2] = 'And then there were seven!'; mySubText[2] = ' Toledo marches on and is one of seven schools to advance to the next round in the Pontiac Game-Changing Performance of the Year. Vote again for senior free safety Tyrrell Herbert’s 100-yard interception return for a touchdown against UM in the Pontiac Game-Changing Performance of the Year. Each vote helps UT get closer to that $100,000 general scholarship contribution. Vote now!'; myLink[2] = "http://www.pontiac.com/ncaa"; myWeight[2] = 0; myHeadlineText[3] = 'Experience The University of Toledo'; mySubText[3] = 'Learn what The University of Toledo is like from people who know best - our students. Go on a campus tour and visit our Experience Web site today!'; myLink[3] = "#"; myWeight[3] = 4; myHeadlineText[4] = 'Holy Toledo!'; mySubText[4] = 'Rockets Beat University of Michigan at the Big House, 13-10. View the game stats, quotes and notes on the UT Rockets Athletics Website.'; myLink[4] = "http://www.utrockets.com/ViewArticle.dbml?DB_OEM_ID=18000&ATCLID=1601228"; myWeight[4] = 0; myHeadlineText[5] = 'Building for the Future'; mySubText[5] = 'Get a peek inside the newly renovated Memorial Field House during a special open house Homecoming weekend. The public is invited to tour the Field House Saturday, Oct. 4, after the Homecoming parade ends until 6:30 p.m.'; myLink[5] = "#"; myWeight[5] = 0; myHeadlineText[6] = 'The Community is Invited!'; mySubText[6] = 'Come and take tours of the new Savage Arena and the Charles A. Sullivan Athletic Complex, meet the men’s and women’s Rockets basketball teams, and come see what all the excitement is about. See you at the arena!'; myLink[6] = "http://www.utrockets.com"; myWeight[6] = 0; // ++Failsafe Banner++ //**************************DO NOT ALTER****************************** arrayLen = myHeadlineText.length; myHeadlineText[arrayLen] = 'Experience The University of Toledo'; mySubText[arrayLen] = 'Learn what The University of Toledo is like from the people who know best � our students. Experience The University of Toledo today!'; myLink[arrayLen] = "http://experience.utoledo.edu"; //**************************DO NOT ALTER****************************** // ++Weight Calculation++ //**************************DO NOT ALTER************************* var weightTotal = 0; //* for(i = 0; i < myWeight.length; i++){ //* weightTotal += myWeight[i]; //* } //* //* randomNo = Math.floor(Math.random() * weightTotal ) + 1 ; //* //* var counter=0; //* for (var i=0; i= randomNo){ //* BannerNo = i; //* goodWrite(); //* break; //* } //* } //* //* if (typeof BannerNo=="undefined"){ //* BannerNo = arrayLen; //* safeWrite(); //* } //* //*************************DO NOT ALTER************************** // ++Output to HTML file++ //************************************************DO NOT ALTER******************************************************************** function goodWrite(){ document.write("
"); document.write("
" + myHeadlineText[BannerNo] + "
"); document.write("
" + mySubText[BannerNo] + "
"); } function safeWrite(){ document.write("
"); document.write("
" + myHeadlineText[BannerNo] + "
"); document.write("
" + mySubText[BannerNo] + "
"); } //************************************************DO NOT ALTER********************************************************************
Last Updated: 7/15/24