/*
Random Content Script- By JavaScript Kit(http://www.javascriptkit.com) 
Over 200+ free JavaScripts here!
*/
function random_content(){
var mycontent=new Array()
//specify random content below.
mycontent[1]='<a href="/catc/index.php"><img src="http://oit.wvu.edu/images/feature/main-CATC-422x125.png" alt="Cisco Academy Training Center" width="422" height="125" border="0" title="Cisco Academy Training Center" /></a>'
mycontent[2]='<a href="http://labs.wvu.edu"><img src="http://oit.wvu.edu/images/feature/main-Labs-422x125.png" alt="OIT Computer Labs" width="422" height="125" border="0" title="Computer labs at WVU" /></a>'
mycontent[3]='<a href="http://tsc.wvu.edu"><img src="http://oit.wvu.edu/images/feature/main-TSC-422x125.png" alt="Technology Support Center" width="422" height="125" border="0" title="Technology Support Center" /></a>'
mycontent[4]='<a href="http://www.msnsportsnet.com/page.cfm?section=7925"><img src="/images/feature/main-Coliseum-422x125.png" alt="WVU Coliseum" width="422" height="125" border="0" title="WVU Coliseum" /></a>'
mycontent[5]='<a href="http://elearn.wvu.edu"><img src="http://oit.wvu.edu/images/feature/main-DistanceMBA-422x125.png" alt="Extended Learning" width="422" height="125" border="0" title="Extended Learning" /></a>'
mycontent[6]='<a href="http://oit.wvu.edu"><img src="http://oit.wvu.edu/images/feature/main-EEE-422x125.png" alt="WVU Mountaineer Statue" width="422" height="125" border="0" title="Empower. Enrich. Educate." /></a>'
mycontent[7]='<a href="http://oit.wvu.edu/"><img src="http://oit.wvu.edu/images/feature/main-Football-422x125.png" alt="Mountaineer football helmet" width="422" height="125" border="0" title="Lets Go Mountaineers!" /></a>'
mycontent[8]='<a href="http://www.wvu.edu/VirtualTour/downtown/bldgtour/LSB.html"><img src="http://oit.wvu.edu/images/feature/main-LSB-422x125.png" alt="Life Sciences Building" width="422" height="125" border="0" title="Life Sciences Building" /></a>'
mycontent[9]='<a href="http://www.mix.wvu.edu"><img src="http://oit.wvu.edu/images/feature/main-MIX-422x125.png" alt="Mountaineer Information Express" width="422" height="125" border="0" title="MIX" /></a>'
mycontent[10]='<a href="http://www.resnet.wvu.edu/"><img src="http://oit.wvu.edu/images/feature/main-ResNet-422x125.png" alt="ResNet" width="422" height="125" border="0" title="ResNet" /></a>'
mycontent[11]='<a href="http://oit.wvu.edu/resources/faculty/"><img src="http://oit.wvu.edu/images/feature/main-EEE2-422x125.png" alt="Empower. Enrich. Educate." width="422" height="125" border="0" title="EEE" /></a>'
mycontent[12]='<a href="http://http://www.msnsportsnet.com/page.cfm?section=7920"><img src="http://oit.wvu.edu/images/feature/main-Stadium-422x125.png" alt=" Milan Puskar Stadium" width="422" height="125" border="0" title=" Milan Puskar Stadium" /></a>'
mycontent[13]='<a href="http://oit.wvu.edu/wireless/"><img src="http://oit.wvu.edu/images/feature/main-Woodburn-422x125.png" alt="Woodburn Circle" width="422" height="125" border="0" title="Woodburn Circle wireless access" /></a>'
mycontent[14]='<a href="http://oit.wvu.edu/wireless/"><img src="http://oit.wvu.edu/images/feature/main-WirelessMtLair-422x125.png" alt="MountainLair" width="422" height="125" border="0" title="Wireless network access on campus" /></a>'
mycontent[15]='<a href="http://www.libraries.wvu.edu/"><img src="http://oit.wvu.edu/images/feature/main-Wise-422x125.png" alt="Wise Library" width="422" height="125" border="0" title="Wise Library" /></a>'
var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write(mycontent[ry])
}
random_content()