var quotes = new Array;
quotes.push("&quot;Thank you for doing this! &nbsp;I found you on face-book.&quot;<br /><br />K.T.");
quotes.push("&quot;This is great! &nbsp;I could have used this site last year... &nbsp;My landlord told me I was in a &quot;good&quot; area. &nbsp;Now, I can find a place that really is in a nice area.&quot;<br /><br />Genelle P.");
quotes.push("&quot;Thanks for the info on facebook. &nbsp;Like the site. &nbsp;And I found a place.&quot;<br /><br />Jacob F.");
quotes.push("&quot;Heard about the site from a local landlord and am glad I did. &nbsp;It is easy to navigate through and easy to see if there is anything open with your criteria.&quot;<br /><br />Jordan M.<br />Bloomington");
document.write(quotes[(Math.floor(Math.random() * quotes.length))]);