var Quotation=new Array()

Quotation[0] = "<p><b>The City of New Orleans &ndash; Hurricane Katrina Recovery</b><br>(Previstar\'s) efforts in the recovery process ... has saved the City literally tens of millions of dollars. <a href='/About_Previstar/success.asp'>More</a></p><br />";
Quotation[1] = "<p><b>MEDCOM BT &ndash; Field Exercise</b><br>[W]e could adjust predictive models ... dynamically changing our response as necessary. The other software management tools that we evaluated did not allow for this... <a href='/About_Previstar/success.asp'>More</a></p><br />";
Quotation[2] = "<p><b>TOPOFF III &ndash; National Exercise</b><br>(Previstar) got us through the exercise much more aware of what our needs and responsibilities will be. <a href='/About_Previstar/success.asp'>More</a></p><br />";

var Q = Quotation.length;
var whichQuotation=Math.round(Math.random()*(Q-1));
function showQuotation(){document.write(Quotation[whichQuotation]);}
showQuotation();

var Quotation=new Array()

Quotation[0] = "<p><b>Emergency Operations Center &mdash; Montgomery County, MD</b><br>We selected (Previstar) after conducting a thorough analysis of all the leading emergency management packages... <a href='/About_Previstar/success.asp'>More</a></p><br />";
Quotation[1] = "<p><b>Emergency Planning &mdash; Palm Beach County, FL</b><br>It is companies like (Previstar) that help make us more efficient and bring our homeland security and emergency planning and preparedness activities to the next level. <a href='/About_Previstar/success.asp'>More</a></p><br />";

var Q = Quotation.length;
var whichQuotation=Math.round(Math.random()*(Q-1));
function showQuotation(){document.write(Quotation[whichQuotation]);}
showQuotation();

