
var slideArray = new Array()

slideArray[0]= "I am pleased to put on record that dozen of students we picked from IBA are relentlessly working towards the achievement of Company&#39;s objectives. The students are very well primed to adopt the high demanding industry environment.  The Placement Cell has been very -very cooperative in understanding of our specific requirement and offering the right candidate not only countable on fingers but in batches of dozen and more. They have simply made our job easier and improved the quality of recruitment. I wish IBA the Great success.<strong><br/> <br/>Manoj Kumar Goel, General Manager-HR, Kent RO Systems Ltd.</strong>";

slideArray[1]= "Impressive Institute, excellent values. My best wishes.<strong><br/><br/>S. Y. Siddiqui, Managing Executive Officer (Administration, HR, IT & Finance), Maruti Suzuki India Limited</strong>";

slideArray[3]= "I am very much impressed with enthusiasm of young managers at IBA, it was a wonderful experience<strong><br/> <br/>Sanjeev Sethi, Director- HR, Leela Kempiski Hotel</strong>";

slideArray[4]= "Nice interaction with students and faculty. Good learning environment and enthusiastic students too. All the best<strong><br/><br/>V. K. Agarwal, Ex. Chairman, Railway Board, Govt. of India</strong>";

slideArray[5]= "Excellent Infrastructure, very cordial environment and excellent management. I wish students success in life<strong><br/> <br/>Atul Chaturvedi, Chief Operating Officer , Bharti Airtel Limited</strong>";

slideArray[6]= "One can see the creativity and innovation in institution building. Emphasis on value based education is unique feature of IBA<strong><br/><br/>Alok Bhardwaj, Sr. Vice President, Canon India</strong>";

slideArray[7]= "It was a great experience interacting with Bright minds of IBA. Wish you all the very best<strong><br/><br/>Mr. Barun Das, CEO, Zee News</strong>";

slideArray[8]= "Nicely Structured programme, thought provoking, generated, lot of interaction<strong><br/><br/>K.L. Arora, AGM (CR), BHEL</strong>";

slideArray[9]= "The Institute offers right kind of environment for all round development. The facilities offered and vision that institute has speaks volumes about it<strong><br/><br/>Rajeev Hajela, DGM Insurance, DLF Ltd.</strong>";

slideArray[10]= "I am happy to be at your institute. I wish there were better words than &#34;Thanks You&#34; to express sincere appreciation to the management of the institute.<strong><br/><br/>Dr. Asit Mohapatra, Director&#45;HR, Textile, Raymond Ltd.</strong>";

slideArray[11]= "I found the student very enthusiastic, it has been a joy to show with faculty and students my experience and Industry Expectation<strong><br/><br/>Mr. R.S.Dabas, Chief HR Officer, Jindal Steel Limited</strong>";

slideArray[12]= "This is 1st time I visited IBA and I must appreciate. I like the campus very much, different color of building (Indian flag), class rooms and more over the loving people. I must congratulate for a nice institute<strong><br/><br/>Ms Arti Sharma, Head-Business Planning, India Yamaha Motors Pvt. Ltd.</strong>";

slideArray[13]= "I congratulate IBA for turning out dynamic student managers. We recruited many student managers and they are assets to our company. The students are business savvy, have fine financial acumen and ingrained work ethics. Now I approach IBA for any management positions<strong><br/><br/>Sanjay K Singh, Chief Publisher - Higher Education, Macmillan Publishers India Ltd.</strong>";


function firstSlide()

{

document.getElementById('div_display').innerHTML=slideArray[0];

setTimeout("bSlide()",4000);

}

function bSlide()

{

document.getElementById('div_display').innerHTML=slideArray[1];

setTimeout("dSlide()",4000);

}

function dSlide()

{

document.getElementById('div_display').innerHTML=slideArray[3];

setTimeout("eSlide()",4000);

}
function eSlide()

{

document.getElementById('div_display').innerHTML=slideArray[4];

setTimeout("fSlide()",4000);

}
function fSlide()

{

document.getElementById('div_display').innerHTML=slideArray[5];

setTimeout("gSlide()",4000);

}

function gSlide()

{

document.getElementById('div_display').innerHTML=slideArray[6];

setTimeout("hSlide()",4000);

}
function hSlide()

{

document.getElementById('div_display').innerHTML=slideArray[7];

setTimeout("iSlide()",4000);

}
function iSlide()

{

document.getElementById('div_display').innerHTML=slideArray[8];

setTimeout("jSlide()",4000);

}
function jSlide()

{

document.getElementById('div_display').innerHTML=slideArray[9];

setTimeout("kSlide()",4000);

}
function kSlide()

{

document.getElementById('div_display').innerHTML=slideArray[10];

setTimeout("lSlide()",4000);

}

function lSlide()

{

document.getElementById('div_display').innerHTML=slideArray[11];

setTimeout("mSlide()",4000);

}
function mSlide()

{

document.getElementById('div_display').innerHTML=slideArray[12];

setTimeout("nSlide()",4000);

}
function nSlide()

{

document.getElementById('div_display').innerHTML=slideArray[13];

setTimeout("oSlide()",4000);

}


