// JavaScript Document
<!--

// ***********************************************
// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( http://www.cgiscript.net/scripts.htm )
// ***********************************************

function text() {
};

text = new text();
number = 0;

// textArray
text[number++] = "\"From earnings releases to our annual report, MarshComm always impresses me with their ability to expertly and professionally deliver just the right IR messaging and tone in their communications work...\""
text[number++] = "\"We greatly value Marsh Communications' investor relations editorial expertise. Trusting Marsh to write our quarterly earnings and dividend releases enables our executives to focus our time on managing the company...\""
text[number++] = "\"My relationship with Marsh stretches over six years at two different companies. As the PR firm for the superregional bank's card division I managed, they helped us significantly raise our industry profile. In my new...\""
text[number++] = "\"MarshComm has increased the level of sophistication and effectiveness as a marketing vehicle of our quarterly Stakeholders' Report - our comprehensive communications piece to all of our important constituencies...\""
text[number++] = "\"MarshComm's ability to write detailed, sophisticated by-lined articles that capture the nuances of our business - and get the articles published in top-tier industry media - have greatly aided our marketing program...\""
text[number++] = "\"In the nearly 10 years I have worked with John Marsh and his predecessor firm, he has helped create and write every conceivable form of marketing material we use - including brochures, detailed white papers...and our complete web site...\""
text[number++] = "\"Marsh Communications' deep financial services expertise is invaluable to us in terms of their understanding of the banking and card industries and our business model, and being able to clearly communicate the benefits and value of our business...\""



// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(text[increment]);

//-->