// JavaScript Document




function ropic() {
number = Math.floor(Math.random()*5)
if (number==0)
document.write('<a href="http://bamalog.ua.edu/bamalog.cfm?id=12"><img src="http://gobama.ua.edu/images/butn_meetandrew.jpg" width="125" height="75" border="0" alt="Link to BamaLog web diary for Andrew"></a>')
if (number==1)
document.write('<a href="http://bamalog.ua.edu/bamalog.cfm?id=9"><img src="http://gobama.ua.edu/images/butn_meetcharis.jpg" width="125" height="75" border="0" alt="Link to BamaLog web diary for Charis"></a>')
if (number==2)
document.write('<a href="http://bamalog.ua.edu/bamalog.cfm?id=11"><img src="http://gobama.ua.edu/images/butn_meetdaniel.jpg" width="125" height="75" border="0" alt="Link to BamaLog web diary for Daniel"></a>')
if (number==3)
document.write('<a href="http://bamalog.ua.edu/bamalog.cfm?id=13"><img src="http://gobama.ua.edu/images/butn_meetkathleen.jpg" width="125" height="75" border="0" alt="Link to BamaLog web diary for Kathleen"></a>')
if (number==4)
document.write('<a href="http://bamalog.ua.edu/bamalog.cfm?id=10"><img src="http://gobama.ua.edu/images/butn_meetdailey.jpg" width="125" height="75" border="0" alt="Link to BamaLog web diary for Dailey"></a>')
}





function robanner() {
number = Math.floor(Math.random()*6)
if (number==0)
document.write('<a href="http://gobama.ua.edu/"><img src="http://gobama.ua.edu/images/Webbanner1.jpg" width="750" height="100" border="0" alt="UA Undergraduate Admissions"></a>')
if (number==1)
document.write('<a href="http://gobama.ua.edu/"><img src="http://gobama.ua.edu/images/Webbanner2.jpg" width="750" height="100" border="0" alt="UA Undergraduate Admissions"></a>')
if (number==2)
document.write('<a href="http://gobama.ua.edu/"><img src="http://gobama.ua.edu/images/Webbanner3.jpg" width="750" height="100" border="0" alt="UA Undergraduate Admissions"></a>')
if (number==3)
document.write('<a href="http://gobama.ua.edu/"><img src="http://gobama.ua.edu/images/Webbanner4.jpg" width="750" height="100" border="0" alt="UA Undergraduate Admissions"></a>')
if (number==4)
document.write('<a href="http://gobama.ua.edu/"><img src="http://gobama.ua.edu/images/Webbanner5.jpg" width="750" height="100" border="0" alt="UA Undergraduate Admissions"></a>')
if (number==5)
document.write('<a href="http://gobama.ua.edu/"><img src="http://gobama.ua.edu/images/Webbanner6.jpg" width="750" height="100" border="0" alt="UA Undergraduate Admissions"></a>')
}

function tallWindow(tallpic) {
	featureWindow = window.open(tallpic, 'featureWin', 'width=420, height=650, scrollbars=yes')
	newWindow.focus()
}


function wideWindow(widepic) {
	featureWindow = window.open(widepic, 'featureWin', 'width=620, height=450, scrollbars=yes')
	newWindow.focus()
}
