// JavaScript Document
// Granada Gallery - Quotations
// Rhian Thomas - July 2004
// Copyright American Institute For Foreign Study
// This array is optional for the image gallery to work
// If an array is defined, then the number of elements in the array does NOT have to match the number of images
// associated with the image gallery
// The image gallery will rotate through all the quotations when a user selects to view a new image.
// Note: On MACs, the quotations will not change.

var quotations = new Array (
"<p><strong>Mission Statement</strong></p><p>The Global Awareness Program seeks to bridge cultures by emphasizing that cultural diversity is a source of enrichment rather than a source of confusion and strife.  It will bring expanded educational and cultural opportunities to the classrooms and encourage better understanding of other cultures, improve communication between cultures, and support the concept of mutual acceptance. The goal is to "meet your global neighbor" and build " cross-cultural bridges.</p>",
"<p><strong>About Global Awareness</strong></p><p>Global Awareness is an educational program designed to promote multi-cultural understanding and appreciation in elementary and middle school classrooms.</p><p>Au Pairs, who have been selected and trained by their community counselors, local program representatives will participate with children in their classrooms by either supporting existing curriculum or by presenting age-appropriate modules aimed at enhancing multi-cultural knowledge.</p><p>All presentations are done with the approval of appropriate school personnel.</p>",
"<p><strong>Check out what AIFS Students are up to abroad!</strong></p><table width=100% border=0 cellspacing=0 cellpadding=0><tr><td width=44><img src=../images/picture_icon.gif width=40 height=34></td><td><a href=../image_galleries.htm target=_blank><strong>AIFS Image Galleries</strong></a> - follow our students around the world</td></tr><tr><td><img src=../images/video_icon.gif width=40 height=34></td><td><a href=../study_abroad_videos.htm target=_blank><strong>AIFS Videos</strong></a> - filmed on location</td></tr><tr><td><img src=../images/onlocation_icon.gif width=40 height=34></td><td><a href=../onlocation.htm target=_blank><strong>AIFS Student Journals</strong></a> - reports from students abroad</td></tr></table>"
)