<!-- hide script from old browsers



q1 = '<img src="images/quote-1.jpg" class="floatTL" />'
q2 = '<img src="images/quote-2.jpg" class="floatTL" />'
q3 = '<img src="images/quote-3.jpg" class="floatTL" />'
q4 = '<img src="images/quote-4.jpg" class="floatTL" />'
q5 = '<img src="images/quote-5.jpg" class="floatTL" />'
q6 = '<img src="images/quote-6.jpg" class="floatTL" />'
q7 = '<img src="images/quote-7.jpg" class="floatTL" />'
q8 = '<img src="images/quote-8.jpg" class="floatTL" />'
q9 = '<img src="images/quote-9.jpg" class="floatTL" />'
q10 = '<img src="images/quote-10.jpg" class="floatTL" />'
q11 = '<img src="images/quote-11.jpg" class="floatTL" />'
q12 = '<img src="images/quote-12.jpg" class="floatTL" />'
q13 = '<img src="images/quote-13.jpg" class="floatTL" />'



var thequotes = [];

thequotes[0] = q1;
thequotes[1] = q2;
thequotes[2] = q3;
thequotes[3] = q4;
thequotes[4] = q5;
thequotes[5] = q6;
thequotes[6] = q7;
thequotes[7] = q8;
thequotes[8] = q9;
thequotes[9] = q10;
thequotes[10] = q11;
thequotes[11] = q12;
thequotes[12] = q13;


NumberOfQuotes = 13;

var r = Math.ceil(Math.random() * NumberOfQuotes);
r = r - 1

document.write(thequotes[r]);


// end hiding script from old browsers -->                     
                     
                    
