<!--
var r_text = new Array ();
r_text[0] = "Our central location, close relationship with freight lines, and knock down flat packaging gives us an advantage in shipping costs and times.";
r_text[1] = "We strive to be as environmentally friendly as possible, using local products and vendors when possible, utilizing geothermal heating, and minimizing waste.";
r_text[2] = "Our phones are ALWAYS answered by a live person willing and ready to help you with your needs and questions.";
r_text[3] = "We are happy to design and build any piece of furniture you need or want to your specifications and wishes.";
r_text[4] = "Our employees have a combined experience of over 100 years in the school supply and furniture business.";
r_text[5] = "PEPCO's tables have far surpassed all SEFA standards for strength and durability.";
r_text[6] = "Our plant efficiency allows us to complete a table every 4 minutes.";
r_text[7] = "By attending conferences, we listen carefully to our customer desires and produce products to fit those needs.";
r_text[8] = "Addressing customer needs and concerns are our top priority at PEPCO.";
r_text[9] = "Our customers are our very best sales people - we like to think of this as the PEPCO Experience.";
r_text[10] = "PEPCO wants to satisfy your needs versus sell you a product.  We feel that our sales are a result of customer enlightenment.";
r_text[11] = "PEPCO focuses on solutions.  We will listen to the customer and develop a solution rather than try to fit the customer into a catalog.";
r_text[12] = "PEPCO's business practices have always revolved around our customers needs and desires.";
r_text[13] = "What company listens to it's customers needs and desires to develop a solution rather than just sell items?  Pepco does.";
r_text[14] = "We invite everyone to tour our plant and see the quality that goes into each and every Pepco order.";
var i = Math.floor(15*Math.random())

document.write(r_text[i]);

//-->

