

var lgth=0;
var a1="Real-time interactive testing engine";
var a2="Performance tracking over multiple online tests";
var a3="Randomly generated questions with new questions each time";
var a4="One-stop practice platform and knowledge hub for medical students and junior doctors";
var a5="Quality Content and Comprehensive Coverage & 24X7 accessible Web-based solution ";
var a6="Career Guidance with course reccommendations";
var a7="Efficient time management";
var a8="High quality questions with correct answers and detailed explanations";
var a9="Detailed reports of each test taken";
var a10="Covers diverse topics with more than 13,000 unique questions";
var a11="Innovative discussion thread for each Test-Question";


davesitems=new items(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11);


var ini=0; var st=0; var x=davesitems[0].length;
function items() 
    {
        lgth=items.arguments.length;
        for (i=0; i<lgth; i++)
        this[i]=items.arguments[i];
    }
function newsclicker()
    {
        var temp=davesitems[ini].substring(0,st);
        document.getElementById('Label1').innerHTML=temp;
        if(st++==x) 
        { 
            st=0; setTimeout("newsclicker()",1000); ini++;
            if(ini==lgth) ini=0; x=davesitems[ini].length; 
        } 
        else
        setTimeout("newsclicker()",10);
    }



