

/***** Tag Line *****/



max = 5; //Número de frases




text0 = "At the heart of IESE";



text1 = "25,000 Alumni  in 91 countries";



text2 = "Near and far";



text3 = "Come Home to IESE";



text4 = "Learn, Strengthen, Improve";




function getText(){

	document.write(eval("text" + Math.floor(Math.random()*max)));

}

