var randomcase=new Array()

randomcase[0]="SAP"
randomcase[1]="LG"
randomcase[2]="EMC"
randomcase[3]="VERIZON"
randomcase[4]="ENDO"
randomcase[5]="KW"
randomcase[6]="SP"
randomcase[7]="ZALES"
randomcase[8]="NWFN"

getCaseStudy = randomcase[Math.floor(Math.random()*randomcase.length)]

if (getCaseStudy == 'TEST') {
	document.write('<div id="casestudy" class="cs-SAP" onclick="document.location.href=\'/portfolio/SAP/index.asp\'" title="Read the case study"><img src="img/CS_title_sap.gif" alt="LG" title="Read the case study" /><p>From internal communication to corporate rebranding and a new market penetration, SAP: reinvents.</p></div>');
} else if (getCaseStudy == 'SAP') {
	document.write('<div id="casestudy" class="cs-SAP" onclick="document.location.href=\'/portfolio/SAP/index.asp\'" title="Read the case study"><img src="img/CS_title_sap.gif" alt="SAP" title="Read the case study" /><p>From internal communication to corporate rebranding and a new market penetration, SAP: reinvents.</p></div>');
} else if (getCaseStudy == 'LG') {
	document.write('<div id="casestudy" class="cs-LG" onclick="document.location.href=\'/portfolio/LG/index.asp\'" title="Read the case study"><img src="img/CS_title_LG.gif" alt="LG" title="Read the case study" /><p>How do you engage Gen-Y and utilize existing offline marketing? Contact the crossover experts.</p></div>');
} else if (getCaseStudy == 'EMC') {
	document.write('<div id="casestudy" class="cs-EMC" onclick="document.location.href=\'/portfolio/EMC/index.asp\'" title="Read the case study"><img src="img/CS_title_emc.gif" alt="EMC" title="Read the case study" /><p>Admit it! "Techies" speak a different language. TMX helps deliver intelligent marketing messages to the masses.</p></div>');
} else if (getCaseStudy == 'VERIZON') {
	document.write('<div id="casestudy" class="cs-VERIZON" onclick="document.location.href=\'/portfolio/Verizon/index.asp\'" title="Read the case study"><img src="img/CS_title_verizon.gif" alt="Verizon" title="Read the case study" /><p>The general public is grateful to the conglomerate that recognizes...we all have a choice. TMX was happy to build that relationship bridge.</p></div>');
} else if (getCaseStudy == 'ENDO') {
	document.write('<div id="casestudy" class="cs-ENDO" onclick="document.location.href=\'/portfolio/ENDO/index.asp\'" title="Read the case study"><img src="img/CS_title_endo.gif" alt="Endo" title="Read the case study" /><p>It\'s not the volume of the sales force, but the quality of the product and the communication medium: sleek design, cost-effectiveness, reliable execution.</p></div>');
} else if (getCaseStudy == 'KW') {
	document.write('<div id="casestudy" class="cs-KW" onclick="document.location.href=\'/portfolio/KW/index.asp\'" title="Read the case study"><img src="img/CS_title_KW.gif" alt="Kennedy Western" title="Read the case study" /><p>Improved branding impacts credibility, interactive engagement enhances response.</p></div>');
} else if (getCaseStudy == 'SP') {
	document.write('<div id="casestudy" class="cs-SP" onclick="document.location.href=\'/portfolio/Schering/index.asp\'" title="Read the case study"><img src="img/CS_title_sp.gif" alt="Schering Plough" title="Read the case study" /><p>Even doctors appreciate good bedside manner, high-end communication serves that purpose and even reports back!</p></div>');
} else if (getCaseStudy == 'ZALES') {
	document.write('<div id="casestudy" class="cs-ZALES" onclick="document.location.href=\'/portfolio/Zales/index.asp\'" title="Read the case study"><img src="img/CS_title_zales.gif" alt="Zales" title="Read the case study" /><p>Vibrant. Enchanting. Diamond...Oh, and package this in a red envelope online please. No sweat!</p></div>');
} else if (getCaseStudy == 'NWFN') {
	document.write('<div id="casestudy" class="cs-NWFN" onclick="document.location.href=\'/portfolio/NorthwesternMutual/index.asp\'" title="Read the case study"><img src="img/CS_title_nwfn.gif" title="Read the case study" alt="Northwestern Mutual" /><p>Let\'s create a communication hub to secure the integrity of a brand while offering the promise of free enterprise.</p></div>');
}