
<!-- Original:  Phillip Bryant (toxic1@fcmail.com) -->
<!-- Web Site:  http://fly.to/toxic -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
var rotateMsg = true;
function MsgStatus() {
if(rotateMsg) {
window.status = '';
window.defaultStatus = 'ForeignExchangeStudent.com - Bookmark us now!';
}
if(!rotateMsg) {
window.status = '';
window.defaultStatus = 'Join a Study Abroad Program as a Foreign Exchange Student or as a Host Family';
}
setTimeout("MsgStatus();rotateMsg=!rotateMsg", 5000);
}
MsgStatus();
//  End -->

