QUOTE SAMPLER
/* Start Quoter Code
'Quoter' Script By: JbA Web Address: http://www.4cm.com/ Email Address: support@4cm.com
Use of this code is allowed, free, and offered as long as you email me with the URL of the page your using it on! It is offered 'AS IS', and I take no claim (responsibility!)that it will work, or that it won't screw up your system!
*/
$quote = file("http://gaygardener.com/quotes.txt");
srand((double)microtime()*1000000);
echo $quote[rand(0,count($quote))];
/* End Quoter Code */
?>