//Text Banner Rotation Script 1.1 Copyright 2003-2004 by MyKazaam.com 

var banner=new Array()

banner[0]='<font face="arial black" style="font-size: 11px">Spanish and Culture in Costa Rica</font><BR><font face="trebuchet ms, helvetica" style="font-size: 11px">This exciting new five week study abroad program in intensive Spanish provides students with a language and cultural immersion experience in Costa Rica. The summer program takes place primarily in San Luis, at the San Luis Ecolodge and Research Station. <A HREF=http://www.uga.edu/costarica/ style="text-decoration: none">Read more</A>.</font>'

banner[1]='<font face="arial black" style="font-size: 11px">UGA en Buenos Aires</font><BR><font face="trebuchet ms, helvetica" style="font-size: 11px">This immersion program allows students to live in Buenos Aires, the capital city of Argentina. Students will increase competence in Spanish and learn about South American society and culture within a rigorous academic setting with both UGA and Universidad de Palermo faculty members. <A HREF=http://www.rom.uga.edu/argentina/ style="text-decoration: none">Read more</A>.</font>'

banner[2]='<font face="arial black" style="font-size: 11px">UGA en France: Montpellier</font><BR><font face="trebuchet ms, helvetica" style="font-size: 11px">Come live and learn in Southern France with 7 1/2 weeks in Montpellier. The goal of this program is to increase awareness on the part of American students, while improving their language skills and providing them the occasion to witness first hand how the French deal with various social issues. <A HREF=http://www.rom.uga.edu/france/ style="text-decoration: none">Read more</A>.</font>'

banner[3]='<font face="arial black" style="font-size: 11px">UGA en Espa&ntilde;a</font><BR><font face="trebuchet ms, helvetica" style="font-size: 11px">The Franklin College of Arts & Sciences, in partnership with the Terry College of Business, sponsors three study abroad sites in Spain: Valencia, C&aacute;diz, and Sevilla, with the common goal of globalizing the UGA undergraduate degree. <A HREF=http://www.spain.uga.edu/  style="text-decoration: none">Read more</A>.</font>'

banner[4]='<font face="arial black" style="font-size: 11px">UGA Medical Spanish Program: Valencia</font><BR><font face="trebuchet ms, helvetica" style="font-size: 11px">This five-week experience caters to students preparing for future careers in healthcare. The rapid growth of the U.S. Hispanic population presents a dire need for bilingual medical professionals: Pharmacists, Social workers, Nurses, Doctors, Public Health professionals, etc. <A HREF=http://www.medspan.uga.edu/  style="text-decoration: none">Read more</A>.</font>'

var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])
