<!-- Original:  Mike W. (mikew@dvol.com) -->
<!-- Web Site:  http://www.dvol.com/~users/mikew -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
var today=Math.floor(Math.random()*31)
var msg = new Array();
//Stamp = new Date();
//today = Stamp.getDate();
msg[0] = "\"the Shutterstile concept is a fresh and welcome change from those tired old shutters\"<br>HomeExpo.com";
msg[1] = "\"a design that promises to set your home apart from all the others in your neighborhood\"<br>HomeExpo.com";
msg[2] = "\"I love the ones using Motawi's ... decorative Montrose collections\"<br>The Hardware Aisle of This Old House";
msg[3] = "\"Like jewelry for your house\"<br>The Hardware Aisle of This Old House";
msg[4] = "\"An immeasurable help for discovering how to improve your home's curb appeal\"<br>Home Renovation Guide";
msg[5] = "\"An architectural accent like these shutters is not only distinctive, but can provide inspiration for the entire palette\"<br>MochiHome";
msg[6] = "\"The element of the shutters adds even more visual interest with a beautiful tile pattern\"<br>MochiHome";
msg[7] = "\"What nice work!\"<br>Patricia Poore &mdash; Editor-in-chief, Old-House Interiors";
msg[8] = "\"Beautiful products!!\"<br>Bill Mork &mdash; Publisher, Twin Cities Home Improvement Magazine";
msg[9] = "\"Your tile shutters look unbelievable and are very unique\"<br>Sean Aalai &mdash; Advertising Sales Director, Restore Media, LLC";
msg[10] = "\"the idea of shutters that have tile or glass designs on them is quite lovely\"<br>Sanda Iliescu &mdash; Associate Professor of Art and Architecture, The University of Virginia";
msg[11] = "\"I have personally seen the Pieces shutters on a local building and to say that they are INCREDIBLE, just isn't enough\"<br>Suzanne Hill, Interior Designer";
msg[12] = "\"I love the vibrant colors of the handcrafted Porteous tiles, set against the green stain on the natural wood frame\"<br>V. Deschambault, V-Grrrl.com";
msg[13] = "\"I wanted to buy a bunch of these [Country Cottage] shutters and then find a sweet English cottage to match them\"<br>V. Deschambault, V-Grrrl.com";
msg[14] = "\"Your quality of service, attitude, materials used, and workmanship are unequaled\"<br>R. B., Maryland";
msg[15] = "\"Excellent follow-up service\"<br>T. B., Arkansas";
msg[16] = "\"I am very satisfied with my purchase and highly impressed with the service we received\"<br>D. D., New York";
msg[17] = "\"I do internet shopping often and I have to say this has been the best service ever\"<br>D. D., New York";
msg[18] = "\"We love the shutters on our house!!\"<br>D. D., New York";
msg[19] = "\"we love our shutters and people make comments\"<br>E. B., Virginia";
msg[20] = "\"our house looks beautiful even though it is small and simple\"<br>E. B., Virginia";
msg[21] = "\"they look great\"<br>E. T., California";
msg[22] = "\"The shutters were installed today and they look amazing\"<br>A. A., Ohio";
msg[23] = "\"They certainly exceed any expectation I may have had\"<br>A. A., Ohio";
msg[24] = "\"They are the perfect finishing touch on the house (like a fine piece of jewelry)\"<br>A. A., Ohio";
msg[25] = "\"You were patient, helpful and a joy to work with ... You have a wonderful product\"<br>A. A., Ohio";
msg[26] = "\"The shutters you created for me were a symphony of quality, durability, and aesthetics\"<br>R. B., Maryland";
msg[27] = "\"Thank you so much for your incredibly prompt and thorough response\"<br>J. P., Georgia";
msg[28] = "\"I will continue to use Shutterstile for future products because I place value on this type of customer service\"<br>J. P., Georgia";
msg[29] = "\"They are beautiful! ... Thank you very much!!!\"<br>S. K., Pennsylvania";
msg[30] = "\"Much nicer than I expected ... They are too nice to paint\"<br>S. K., Pennsylvania";

function writeTip() { 
document.write(msg[today]);
}
