
//Chooses a random number
$num = Rand (1,2);
//Based on the random number, gives a quote
switch ($num)
{
case 1:
echo ' Have you thought about adding Northeast Animal Shelter to your will?
Click here for more information.';
break;
case 2:
echo 'Northeast Animal Shelter receives no local, state or federal funding and is entirely dependent on contributions from the public to save the lives of homeless animals. Click here to donate.';
break;
}
?>
Forest is available for adoption!