var m=4; 
var n=Math.floor(Math.random()*m+1) 
number = Math.ceil(n)
switch(n) 
{ 
case 1: 
document.write('<span class="Arialblue11">Barrett Hospital & Healthcare selected MessageSolution Compliance Express Edition for HIPAA compliance and Exchange storage management<br>(Q2 2007)</span>'); 
break; 
case 2: 
document.write('<span class="Arialblue11">Pacific National Bank achieves compliance and record management with MessageSolution Enterprise Archive for Domino/Lotus Notes<br>(Q2 2008)</span>'); 
break; 
case 3: 
document.write('<span class="Arialblue11">MessageSolution Enterprise Email Archive for GroupWise 7 chosen by State of Louisiana School for faster, more accurate e-discovery (Q2 2008)</span>'); 
break; 
case 4: 
document.write('<span class="Arialblue11">World-class Australian architecture firm Alex Popov & Associates selects MessageSolution Enterprise Email Archive 5.0 for Exchange (Q2 2008)</span>'); 
break; 
}