var quotes = new Array;

quotes.push("<font color=gray size=2 ><b>When shaving always shave down in the direction of the hair growth.</b></font>");

quotes.push("<font color=gray size=2 ><b>Oils do not moisturize skin, water moisturizes skin and can be locked in with Moisture Seal.</b></font>");

quotes.push("<font color=gray size=2 ><b>Did you know you can use Derma Wash to remove makeup?</b></font>");

document.write(quotes[(Math.floor(Math.random() * quotes.length))]);
