var quotes = new Array; 
quotes.push("Fine art posters are a huge, huge bargain, so don't worry about spending more for the frame than the poster. "); 
quotes.push("A mat helps protect original artworks from damage. With posters, a mat is optional."); 
quotes.push("When framing posters, the mat color can help integrate an artwork into the decor of the room. But a mat must first and foremost complement the art. "); 
quotes.push("When framing posters, the mat should never overwhelm the artwork. Make sure the mat has less color intensity than the poster."); 
quotes.push("When framing darker or subtly-colored posters, it's a good idea to use non-glare glass."); 
document.write(quotes[(Math.floor(Math.random() * quotes.length))]); 