﻿	
var r_text = new Array ();
r_text[0] = "I love Alpha Clear. I've tried everything to get my skin acne free, and nothing works like Niora.<br/>- R.S., Portland, OR;"
r_text[1] = "Alpha Clear has kept my acne under control. My skin is definitely softer, and my age spots are fading.<br/>- A.H., Algonquin, NY;"
r_text[2] = "I love Alpha Clear!! I've told so many people about it and now they're all hooked too!.<br/>-L.V., Portland, OR";
r_text[3] = "Alpha Clear acne treatment is amazing! My daughter's face cleared up in 4 days since she started using Alpha Clear.<br/>- R. S., Kenosha, WI";
r_text[4] = "Since I have been using your products, complete strangers come up to me to tell me I have really nice skin.<br/>- B.K., Oxnard, CA";
r_text[5] = "My son has used Alpha Clear for 3 weeks now and his moderate adult acne is practically gone!<br/>- L.M., Langley, AR";
r_text[6] = "This is the first acne treatment product I've purchased that actually works. My skin has never been clearer- Thank you.<br/>- C.M., Seattle, WA";
r_text[7] = "I love your product! (Alpha C Serum)I get compliments on my skin all the time.<br/>- J.S., Wilmington, OH";
r_text[8] = "So many products have turned my skin red and dry, but yours is very gentle and my skin cleared within 3 days.<br/>- M.B., Auburn, CA";
r_text[9] = "Your Alpha C Serum is a miracle! Neck and mouth lines are GONE!<br/>- J. O., Warwick, RI";
var i = Math.round(9*Math.random());

document.write(r_text[i]);

