<!-- 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 = 'Welcome To Millia Institute Of Technology, Purnea';
}
if(!rotateMsg) {
window.status = '';
window.defaultStatus = 'MIT Purnea, AICT Approved Top Most Technology Institute of Bihar';
}
setTimeout("MsgStatus();rotateMsg=!rotateMsg", 3500);
}
MsgStatus();
//  End -->
