
<!-- Begin
var rotateMsg = true;
function MsgStatus() {
if(rotateMsg) {
window.status = '';
window.defaultStatus = 'Study Abroad Programs - Bookmark us now!';
}
if(!rotateMsg) {
window.status = '';
window.defaultStatus = 'Get information on hundreds of study abroad programs. Check out Foreign Language Study.';
}
setTimeout("MsgStatus();rotateMsg=!rotateMsg", 5000);
}
MsgStatus();
//  End -->

