<!--
function reDir(oInput)
{
switch (oInput)
{
case 1 :
window.location = "http://www.svuca.edu/home/calendar";
break;
case 2 :
window.location = "http://library.svuca.edu/home/Library/";
break;
case 3 :
window.location = "http://www.svuca.edu/home/contact.html";
break;
}
}
-->
