var numslides = 12; var slideshow = new Array(numslides); slideshow[0] = new Array(); slideshow[0]['newsid'] = "18"; slideshow[0]['title'] = "Spring '07 Language and Culture Scholarship Recipients"; slideshow[0]['blurb'] = "The end of the 2006 calendar year brought great joy to four lucky study abroad students in the form of a generous Language and Culture Scholarship, made possible by a generous donation to the Office of Study Abroad & Exchanges by a family who wishes to remain anonymous.

The Language and Culture Scholarship was created to support UAlbany students in financial need who have a strong desire to study..."; slideshow[0]['image'] = "Spain Group Pic2.jpg"; slideshow[1] = new Array(); slideshow[1]['newsid'] = "41"; slideshow[1]['title'] = "International Student Events, Spring 2008"; slideshow[1]['blurb'] = "Students from around the world have enjoyed numerous events during the Spring 2008 semester: ice skating at Swinburne Park, visiting the State Capitol, attending an ice hockey game, among other events.

Want to see more pictures? Click here.
"; slideshow[1]['image'] = "sp08events.jpg"; slideshow[2] = new Array(); slideshow[2]['newsid'] = "42"; slideshow[2]['title'] = "German Students Spend Spring Break In Costa Rica"; slideshow[2]['blurb'] = "A couple of UAlbany international students took a break from their studies this past spring to visit one of the other Americas, Central America.

Bernhard Leinland and Sabrina Flurshutz, both exchange students from Wurzburg, Germany, spent their spring break exploring Nicaragua, Panama and Costa Rica.

They have shared some of their pictures = numslides) { curslide = 0; } loadslide(); } function playslide() { playing = true; stepslide(); } function pauseslide() { playing = false; } function stepslide() { if(playing) { nextslide(); setTimeout('stepslide()', slidedelay * 1000); } } function viewarticle() { document.location.href = slidelink[curnewsid]; } function debugslide() { alert('curslide = ' + curslide + ' image = ' + document.images.slideimage.src); }