var randomcase=new Array()

randomcase[0]="001"
randomcase[1]="002"
randomcase[2]="003"

getCaseStudy = randomcase[Math.floor(Math.random()*randomcase.length)]

if (getCaseStudy == '001') {
	document.write('"Penn Lauder CIBER gives the region a dynamic new link to global business opportunity."<br><br><em><strong>M. T. Cooke</strong>, President &amp; Chief Executive Officer of <a href="http://www.gc3s.com/" target="_blank">GC3 Strategy</a></em>');
} else if (getCaseStudy == '002') {
	document.write('"Penn Lauder CIBER\'s business language programs are a unique resource for connecting with the global economy."<br><br><em><strong>M. T. Cooke</strong>, President &amp; Chief Executive Officer of <a href="http://www.gc3s.com/" target="_blank">GC3 Strategy</a></em>');
} else if (getCaseStudy == '003') {
	document.write('"Recognizing a national need for foreign language educators with both foreign language skills and knowledge of business, the Penn Lauder CIBER offered an extremely innovative and highly engaging 30-hour intensive business language program.  Foreign language instructors in Philadelphia and the surrounding vicinity are extremely fortunate to have such a dynamic organization as Penn Lauder CIBER nearby to us."<br><br><em><strong>Eileen Angelini</strong>, Director of the Foreign Language Program, Philadelphia University</em>');
}