<!--


function text() {
};

text = new text();
number = 0;

// textArray
text[number++] = "Premier insulated panels have a 58% higher whole wall efficiency than that of 2x6 R-19 construction."
text[number++] = "Premier SIPs are a key component to building a 'green' home."
text[number++] = "Premier SIPs offer homeowners up to 60% savings on utility bills."
text[number++] = "Premier is the largest SIPs manufacturer in North America."
text[number++] = "Premier SIPs are offer straighter more predictable framing than standard dimensional lumber."
text[number++] = "Premier SIPs are up to 2/3 stronger than dimensional lumber."
text[number++] = "Fast installation of Premier SIPs panels, save builders up to 60% on framing labor costs."
text[number++] = "Premier SIPs are made of engineered products and are more predictable than standard lumber."
text[number++] = "Framing with Premier SIPs saves builders 2/3 waste when compared with other lumber framing methods."
text[number++] = "Roofs, walls & floors made with Premier SIPs form a healthy comfortable structure with exceptional indoor air quality."
text[number++] = "Premier structures stay warmer in the winter & cooler in the summer."
text[number++] = "All Premier Building Systems SIPs panels are Energy Star qualified products."
text[number++] = "Building with Premier SIPs helps a structure qualify for LEED certification."
text[number++] = "Premier has the best code reports in the industry."
text[number++] = "Premier has sales representatives throughout the country."
text[number++] = "Premier SIPs have channels pre-drilled for quick electrical wiring."
text[number++] = "The load capacities of Premier SIPs structures allow for construction without a truss system, making the framing method ideal for cathedral ceiling designs."
text[number++] = "Premier's large SIPs panels have few gaps keeping out outside polutants and keeping building envirionments healthier."
text[number++] = "Premier SIPs come in sizes up to 24 x 8 ft, making for long straight expanses."
text[number++] = "Premier customers have a dedicated project manager to make the process easy."
text[number++] = "Premier will easily convert your own designs and floor plans into panel plans for simplified planning."
text[number++] = "Our customers are our best asset. Their testimonials are our greatest success."
text[number++] = "Premier SIPs were used for a residential neighborhood in Kobe, Japan.  The homes built with SIPs easily survived the 6.5 magnitude earth quake here in the 1980's."
text[number++] = "The routers that cut Premier's SIPs panels can cut virtually any shape.  Archways, windows and doorways arrive to the jobsites pre-cut per floor plan designs, offering builders an easy way to add these special design details to any building."
text[number++] = "The insulation in Premier SIPs is 100% recyclable."
text[number++] = "SIPA is the Structural Insulated Panel Association and offers a huge wealth of information on their website at: www.sips.org"

// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(text[increment]);

//-->




