// ==============================================
// Copyright 2004 by CodeLifter.com
// Free for all; but please leave in this header.
// ==============================================

var Quotation=new Array() 

// Set up the quotations to be shown, below.
// To add more quotations, continue with the
// pattern, adding to the array.  Remember
// to increment the Quotation[x] index!

Quotation[0] = "<br>\"I have been using ReadyPortal for two years now and my customers continue to be amazed and jealous of how quickly I can change something on our website without having to get a 'webmaster' to do it for me.  I can re-arrange pages for more logical navigation and re-name them at will, pull in new calendars or discussion groups, upload files and images, etc. I just want to say that this it the best tech investment I ever made and we make numerous sales because we are able to create an idea right before their eyes!\"<br><br><span class=\"small\">Donna Frazier, Founding Director, CPGCatNet</span>";
Quotation[1] = "<br>\"We chose ReadyPortal because in the long term, the product pays for itself. We can use the product right out of the box to create an attractive, user-friendly Web site, and we can make the changes ourselves, without having to hire technical experts to make changes every time we want an update, there is great functionality to the software.\"<br><br><span class=\"small\">Mashaallah Ebrahimian, President, CTC Inc.</span>";
Quotation[2] = "<br>\"ReadyPortal is the only true inheritance system I encountered in the market that allowed us to build as many independent yet managed sub-sites as we needed easily, effectively and quickly.\"<br><br><span class=\"small\">Brett Adkins, Founder and CEO of Access Local Net Inc.</span>";
Quotation[3] = "<br>\"Using ReadyPortal, we are building professional quality web destinations for over 200 local chapters, more than 30 special interest groups, and several key organizational initiatives.\"<br><br><span class=\"small\">Kristine L. Burns, IT Director, Oncology Nursing Society</span>";
Quotation[4] = "<br>\"Our website is the company's most important piece of collateral - without it, we wouldn't exist. ReadyPortal helped us achieve our main objective, which was to stand out in a crowded field of faceless competitors.\"<br><br><span class=\"small\">Kyle Marks, CEO, Retire-IT</span>";
Quotation[5] = "<br>\"It is imperative for our potential major donors to view us as a professional entity. Our new site looks great and represents our organization well. We've been pleased with how easy it is to manage content, which will allow us to grow and to keep our site relevant.\"<br><br><span class=\"small\">Eric Howard, Executive Director of FAST</span>";
Quotation[6] = "<br>\"The biggest benefit is the sense of control we now have with our website. ReadyPortal has proven to be a realistic option for a nonprofit needing a fully functional site that is manageable at the same time.\"<br><br><span class=\"small\">Michelle Davis, Executive Director of Council of Philanthropy</span>";
Quotation[7] = "<br>\"The CSI Exchange site is a unique site designed to generate ongoing discussion, similarly we needed an innovative web product that was easy to manage and would allow us to change the site according to the growth of our community.\"<br><br><span class=\"small\">Christina Caney, FCSI, CFP, Director, Membership Development of CSI.</span>";
Quotation[8] = "<br>\"ReadyPortal gave us a push in the right direction. We now maintain a professional Web presence we can finally be proud of.\"<br><br><span class=\"small\">Kim Ha, Technology Specialist for Monterey County Business Portal</span>";
Quotation[9] = "<br>\"We needed a solution that a non-technical person could set up, maintain and update, yet providing the impression that a dedicated team was managing the site. ReadyPortal was the only solution we reviewed that offered all the features we required within an intuitive interface.\"<br><br><span class=\"small\">Dawn Poulos, Director of Business Development and Marketing.</span>";
Quotation[10] = "<br>\"Technology should enable execution of a business model. Expensive content management software is just a pain to use and waste of time. What I like about ReadyPortal is it offers what you really need and will use.\"<br><br><span class=\"small\">Frans Buikema, Founder of STARTMENU.tv</span>";
Quotation[11] = "<br>\"Red Dog Software was there from the beginning to the end of the development and marketing of our site. The team has gone above and beyond to make this launch possible and to prepare us for handling growth.\"<br><br><span class=\"small\">Carolyn Johnson, Founder of Welcome To Harlem.</span>";
Quotation[12] = "<br>\"With ReadyPortal, managing our web site is a liberating instead of an intimidating and overwhelming experience. By far, ReadyPortal is the best-in-class for a turnkey web building solution. The platform is ideal for associations with dispersed membership and service industry companies with relationships to develop.\"<br><br><span class=\"small\">Michelle Gonzales, co-owner and consultant of New Commons.</span>";


// ======================================
// Do not change anything below this line
// ======================================
var Q = Quotation.length;
var whichQuotation=Math.round(Math.random()*(Q-1));
function showQuotation(){document.write(Quotation[whichQuotation]);}

