//DO NOT CHANGE
//*******************
randomContent = new Array();
//*******************

//EDIT HERE
//*******************
//EXAMPLE: (add a new line for each item)
//randomContent[randomContent.length] = new Array('IMAGENAME.JPG','CONTENT GOES HERE');
randomContent[randomContent.length] = new Array('','<p>&#8220;Our agency has completely changed the way we do business based on the PeerPlace&reg; electronic information system...&#8221;</p><p><a href="testimonials.php">read more testimonials &raquo;</a></p>');

randomContent[randomContent.length] = new Array('','<p>&#8220;We have found all of PeerPlace Networks staff to be readily available and very helpful whenever there is a question, issue or new development idea regarding the use of PeerPlace&reg;...&#8221;</p><p><a href="testimonials.php">read more testimonials &raquo;</a></p>');

randomContent[randomContent.length] = new Array('','<p>&#8220;Probably the most impressive aspect of our relationship with PeerPlace Networks is the dedication and responsiveness of the organization...&#8221;</p><p><a href="testimonials.php">read more testimonials &raquo;</a></p>');

randomContent[randomContent.length] = new Array('','<p>&#8220;PeerPlace&reg; began as a product that connected multiple agencies while carefully maintaining HIPAA standards so it is ideally suited to...&#8221;</p><p><a href="testimonials.php">read more testimonials &raquo;</a></p>');

randomContent[randomContent.length] = new Array('','<p>&#8220;I am most impressed with the ongoing support, program enhancements and customer service that are delivered by the team at PeerPlace Networks...&#8221;</p><p><a href="testimonials.php">read more testimonials &raquo;</a></p>');

{
}
//*******************


//DO NOT CHANGE
//*******************
theImage = (Math.ceil(Math.random()*(randomContent.length)))-1;
var featuredProduct='';
featuredProduct += '';
featuredProduct += randomContent[theImage][1] + '';

document.write (featuredProduct);
//*******************
