var testimonials=[["http://static.cocubes.com/pics/testimonial/anju.jpg",'"It was an amazing experience going through the website of CoCubes. It has provided a platform which builds a bridge between various organization and colleges. The website is very user friendly and support by CoCubes team was also remarkable"',"Anju Dolwani","Student, ICFAI- Bangalore"],["http://static.cocubes.com/pics/testimonial/ashwin.jpg",'"CoCubes is an interesting and useful web enabled service for graduate�s job needs. Although I came to know about it just a few days back, it has impressed me a lot. Everything is simplified and easy."',"Ashwin R","Student, BNMIT- Bangalore"],["http://static.cocubes.com/pics/testimonial/evs-logo.jpg",'"CoCubes is a creative platform for the organizations hiring through campus, it helped us in planning efficiently before visiting any campus, which eventually led to minimize the efforts/resources and achieve more targeted results"',"Siddarth Tyagi","Evalueserve"],["http://static.cocubes.com/pics/testimonial/capillarylogo.jpg",'"CoCubes take the pain away from recruiting from colleges -- had it not been for CoCubes, we would have found it very difficult to reach out to so many students."',"Krishna Mehra","Co-Founder Capillary Technologies"],["http://static.cocubes.com/pics/testimonial/gpsingh_small.jpg",'"CoCubes shall help companies recruit easily from campuses. It will also make it simpler for colleges to reach out to more and more companies"',"Gurinderpal Singh","Sr. Manager -HR, Satyam"],["http://static.cocubes.com/pics/testimonial/thapar_small.jpg",'"CoCubes model of taking colleges online is different and innovative and shall help in contacting corporates, improving efficiency and enhance brand name"',"Prof. Abhijit Mukherjee","Director, Thapar University"],["http://static.cocubes.com/pics/testimonial/goyalsir_small.jpg",'"CoCubes is the future of on-campus recruitment. Students will have choice, colleges improved recruitment and industry the right people!"',"Prof. Alok Goyal","IIT Bombay"],["http://static.cocubes.com/pics/testimonial/aman_small.jpg",'"CoCubes brings a unique value proposition of bringing colleges and companies together to make campus recruiting process much more efficient and effective"',"Amanjeet Saluja","Vice President - Ocwen Financial Solutions"]];var testimonialcounter=Math.floor(Math.random()*8+1);function initTestimonial(){var a=document.getElementById("imgtmonial");var c=document.getElementById("divtmonial");var b=document.getElementById("divtmonialname");var d=document.getElementById("divtmonialcompany");if(a){if(testimonialcounter>=testimonials.length){testimonialcounter=0;}a.src=testimonials[testimonialcounter][0];c.innerHTML=testimonials[testimonialcounter][1];b.innerHTML=testimonials[testimonialcounter][2];d.innerHTML=testimonials[testimonialcounter][3];testimonialcounter++;setTimeout(initTestimonial,10000);}}function initPage(){if(typeof(initsubpage)!="undefined"){initsubpage();}if(document.getElementById("divSearch")){document.getElementById("divSearch").style.visibility="visible";}}function changeParent(a){window.location=unescape(a);}function showDiv(f,b,e){var a=1;while(document.getElementById("tabdiv"+a)){var d=document.getElementById("tabdiv"+a);if(d.id==f){d.style.display="";}else{d.style.display="none";}a=parseInt(a)+1;}var g=document.getElementById(e);g=g.getElementsByTagName("li");for(var c=0;c<g.length;c++){if(g[c].id==b.id){g[c].className="selected";}else{g[c].className="";}}}