
function getcontent() {
var count = 8;
var r = Math.ceil(Math.random() * count);
if (r == 1) return "\"iiTOPs really simplifies things<br />and has literally doubled our<br />memorial order processing efficiency.\"<br /><br />Chuck Irwin - President<br />Cherokee Memorial Park, Lodi, CA";
if (r == 2) return "\"It has greatly increased our<br />customer service and restored confidence<br />in the counselors with our<br />memorial ordering process.\"<br /><br />Scott Sells - GeneralManager<br />Oak Hill Memorial Park, San Jose, CA";
if (r == 3) return "\"Handling our large volume of<br />pre-need memorial contracts and<br />warehousing is now a breeze.\"<br /><br />Chuck Irwin - President<br />Cherokee Memorial Park, Lodi, CA";
if (r == 4) return "\"Now, I just submit every order<br />using the iiTOPs system and it<br />keeps me in total control!\"<br /><br />Dean Smith - Superintendent<br />Bonney-Watson & Washington Memorial Park";
if (r == 5) return "\"iiTOPs is like me having<br />a 24/7 Administrative Assistant<br />at a fraction of the cost!\"<br /><br />Dean Smith - Superintendent<br />Bonney-Watson & Washington Memorial Park";
if (r == 6) return "\"Subscribing to iiTOPs is one of the best <br />business decisions I've made! <br />Looking at the investment as opposed to the savings, <br />iiTOPs has not cost us a dime. It has literally <br />saved thousands of dollars paying for itself <br />several times over!\"<br /><br />Scott Sells - GeneralManager<br />Oak Hill Memorial Park, San Jose, CA";
if (r == 7) return "\"I was able to get our new Administrator up to speed<br />in a fraction of the time it used to take! iiTOPs is a fantastic<br />teaching tool in addition to being very intuitive...\"<br /><br />JeriAnn Lewis - Office Manager<br />Greenwood Memorial Park, San Diego, CA";
if (r == 8) return "\"I don't know how I ever did this job without it!\"<br /><br />Jennifer Brooks - Memorial Administrator<br />Crown Hill Memorial Park, Wheatridge, CO";
}