// Advanced Random Images Start

  var q,quote= new Array()
  quote[quote.length]="<p>Great flowers, fast delivery, Court Florist is the best Christchurch florist!</p>";
  q=parseInt(Math.random()*quote.length);
  q=(isNaN(q))?0:q;
    document.write(quote[q]);


// Advanced Random Images End