var tip = new Array(6);
tip[0] = "<img class=kumc_right_image src=pass.jpg width=148 height=197 border=1 alt=Protect your Password><br /><strong>Protect your Password</strong><br />Always keep passwords, PIN numbers and other important information in a Secure place.<div class=kumc_hr></div></p>";
tip[1] = "<img class=kumc_right_image src=socialengineering.jpg width=148 height=197 border=1 alt=Social Engineering/><br /><strong>Don't be a victim of Social  Engineering!</strong><br/>No legitimate establishment will ever contact you asking for personal information!<div class=kumc_hr></div></p>";
tip[2] = "<img class=kumc_right_image src=virus.jpg width=148 height=197 border=1 alt=Virus Protection/><br /><strong>Keep Your Anti-Virus Software Current!</strong><br/>Protect your computer by regularly updating your antivirus software.<div class=kumc_hr></div></p>";
tip[3] = "<img class=kumc_right_image src=patching.jpg width=148 height=197 border=1 alt=Patch Regularly!/><br /><strong>Patch your Operating System and Software!</strong><br/>Outdated software can leave your computer vulnerable to exploits and attacks.<div class=kumc_hr></div></p>";
tip[4] = "<img class=kumc_right_image src=phishing.jpg width=148 height=197 border=1 alt=Phishing Scams/><br /><strong>Phishing Scams</strong><br/>use phony emails and bogus websites to fool recipients into revealing their personal financial data. Click <a href=phishing.html>Here</a> for details.<div class=kumc_hr></div><h4>Related Info</h4>Secure E-Mail now available! See the <a href=http://www2.kumc.edu/security/secure%2Demail/>Secure E-Mail</a> page for more information.</p></p>";
tip[5] = "<img class=kumc_right_image src=univ.jpg width=148 height=197 border=1 alt=Did you know?/><br /><strong>Did you know...</strong><br/>There were more than 50 reported incidents of University information theft since January of last year!Click <a href=http://www.privacyrights.org/ar/ChronDataBreaches.htm>Here</a> for details.<div class=kumc_hr></div></p>";


now=new Date()
num=(now.getSeconds())%6
document.write(tip[num])
