var quotes=new Array()
quotes[0] = "With <a href=\"http://www.google.com/googlenotebook/overview.html\">Google Notebook</a> you can browse, clip, and organize information from across the web in a single online location that's accessible from any computer. Planning a trip? Researching a product? Just add clippings to your notebook. You don't ever have to leave your browser window.";
quotes[1] = "You can stay current with Marquette Law School news and events by accessing our <a href=\"http://law.marquette.edu/cgi-bin/site.pl?tech/rss\">RSS feed</a>, or by updating your profile on the law school website.";
quotes[2] = "Protect your PC and Mac by keeping current with Anti-Virus software from <a href=\"http://checkmarq.marquette.edu\">Checkmarq</a> and <a href=\"http://windowsupdate.microsoft.com/\">Windows Updates</a>.";
quotes[3] = "Tweak your computer by disabling startup items. Click Start | Run and launch MSCONFIG to see the Startup items tab. Uncheck away, but leave your virus scanner enabled!";
quotes[4] = "Perform regular malware and system health scans with <a href=\"http://safety.live.com/\">Windows Live OneCare</a>. Windows Live OneCare service provides a free Full Service Online Scan or free trial software.";
quotes[5] = " Marquette University students and employees are eligible for a free copy of McAfee Enterprise AntiVirus. Log into checkMarq and find the installer within the Campus Downloads section.";
quotes[6] = "Print to Marquette print stations from off-campus using the Cisco VPN client and PrintWise. Both applications are available from the Campus Downloads section in checkMarq.";
quotes[7] = "Lost your laptop's power adapter or anything else at the Law School? Be sure to check the library's lost & found behind the circulation desk or the Law School lost & found in the main office (room 146).";

var Q = quotes.length;
var whichQuote=Math.round(Math.random()*(Q-1));
function showQuotes(){document.write(quotes[whichQuote]);}
showQuotes();
