<!--Place this script in the <HEAD> section.-->



<!--
// You may edit the message below.
var statBarMsg = "   Welcome To Spinal Injury Rehabilitation Center Nepal.................                                 ";

function startStatusScroller()
{
    window.status = statBarMsg;
    statBarMsg = statBarMsg.substring(1, statBarMsg.length) + statBarMsg.substring(0, 1)
    setTimeout("startStatusScroller()", 150)
}
//-->



