var caseTxt = new Array()
caseTxt[0]="<img src=\"images/spacer.gif\" height=1 width=144 border=0><a href=\"http://www.pyramidsaretombs.com/\" target=_blank><img src=\"images/hdr_pyramids.gif\" width=140 height=65 border=0></a><br/><br/><NOBR><a href=\"pat/eightsteps.html\" Target=_blank Class=noul>&bull; Flattening a Pyramid</a></NOBR><br/><a href=\"pat/whydont.html\" Target=_blank Class=noul>&bull; Why Don't More Companies</A><br/>&nbsp;&nbsp;<a href=\"pat/whydont.html\" Target=_blank Class=noul>Practice IMC?</a><br/><NOBR><a href=\"pat/feedingminds.html\" Target=_blank Class=noul>&bull; Feeding Minds w/Feedback</a></NOBR><br/><a href=\"pat/ibuand.html\" Target=_blank Class=noul>&bull; IBU and the Rise of</A><br/>&nbsp;&nbsp;<a href=\"pat/ibuand.html\" Target=_blank Class=noul>Niche Marketing</a>"
//caseTxt[1]="<a href=\"#\" onClick=\"window.open('strategies/archives/healthcare_promo.html','010405','scrollbars=yes,width=427,height=500')\"><img src=\"images/hdr_medical.gif\" width=144 height=42 border=0></A><br/><img src=\"images/spacer.gif\" height=20 Width=3 Border=0><br/>Philadelphia, PA (July 22, '05) How Global companies measure their strategic medical initiatives.... <a href=\"#\" onClick=\"window.open('strategies/archives/healthcare_promo.html','010405','scrollbars=yes,width=427,height=500')\"><b>more</b></A>"

var whichCaseNum = Math.round(Math.random() * (caseTxt.length -1));	
var whichCaseTxt = caseTxt[whichCaseNum];

//alert(whichCaseNum);
//alert(whichCaseTxt);

document.write(whichCaseTxt);
