/* This Javascript outputs the KSUA website nav list */
 
document.write('<p><a href="./index.html" title="KSUA Home Page">Home</a></p>');
document.write('<p><a href="./schedulefm.html" title="KSUA-FM Programming Schedule">FM Schedule</a></p>');
document.write('<p><a href="./scheduletv.html" title="KSUA-TV Page">TV Schedule</a></p>');
document.write('<p><a href="./events/index.html" title="KSUA Events Page">Events</a></p>');
document.write('<p><a href="./psa/index.html" title="KSUA Public Service Announcements">PSAs</a></p>');
document.write('<p><a href="./about/index.html" title="About KSUA">About</a></p>');
document.write('<p><a href="./webcam/" title="KSUA Webcam">Webcam</a></p>');
 
