function bookmarksite(title, url)
{
if (document.all)
window.external.AddFavorite(url, title);
else if (window.sidebar)
window.sidebar.addPanel(title, url, "")
}



var T = "College of Engineering & Management!!!";
var s = 0;
var sT = null;
function A() {
s++;
if (s > 24) { s = 1;}
if (s == 1) { document.title = '|.:: CEM ::::::::::::::.| '+T+' '; }
if (s == 2) { document.title = '|.::: CEM :::::::::::::.| '+T+' '; }
if (s == 3) { document.title = '|.:::: CEM ::::::::::::.| '+T+' '; }
if (s == 4) { document.title = '|.::::: CEM :::::::::::.| '+T+' '; }
if (s == 5) { document.title = '|.::::: CEM :::::::::::.| '+T+' '; }
if (s == 6) { document.title = '|.:::::: CEM ::::::::::.| '+T+' '; }
if (s == 7) { document.title = '|.::::::: CEM :::::::::.| '+T+' '; }
if (s == 8) { document.title = '|.:::::::: CEM ::::::::.| '+T+' '; }
if (s == 9) { document.title = '|.::::::::: CEM :::::::.| '+T+' '; }
if (s == 10) { document.title = '|.:::::::::: CEM ::::::.| '+T+' '; }
if (s == 11) { document.title = '|.::::::::::: CEM :::::.| '+T+' '; }
if (s == 12) { document.title = '|.:::::::::::: CEM ::::.| '+T+' '; }
if (s == 13) { document.title = '|.::::::::::::: CEM :::.| '+T+' '; }
if (s == 14) { document.title = '|.:::::::::::::: CEM ::.| '+T+' '; }
if (s == 15) { document.title = '|.::::::::::::: CEM :::.| '+T+' '; }
if (s == 16) { document.title = '|.:::::::::::: CEM ::::.| '+T+' '; }
if (s == 17) { document.title = '|.::::::::::: CEM :::::.| '+T+' '; }
if (s == 18) { document.title = '|.:::::::::: CEM ::::::.| '+T+' '; }
if (s == 19) { document.title = '|.::::::::: CEM :::::::.| '+T+' '; }
if (s == 20) { document.title = '|.::::::: CEM :::::::::.| '+T+' '; }
if (s == 21) { document.title = '|.:::::: CEM ::::::::::.| '+T+' '; }
if (s == 21) { document.title = '|.::::: CEM :::::::::::.| '+T+' '; }
if (s == 22) { document.title = '|.:::: CEM ::::::::::::.| '+T+' '; }
if (s == 23) { document.title = '|.::: CEM :::::::::::::.| '+T+' '; }
if (s == 24) { document.title = '|.:: CEM ::::::::::::::.| '+T+' '; }
sT = setTimeout("A()", 150);
}
A();