<html><head> <TITLE>randomadvice.asp</TITLE> </head> <body bgcolor="#FFFFFF"> <% ' generate a random number 1-6 randomize randomnum=int(rnd*6)+1 SELECT CASE randomnum CASE 1,2,3%> Plant your crops early this year<br> No frost expected<br> <%CASE 4%> Never play cards<br>with a man named after a city<br> <%CASE 5%> You can never be too rich, too thin or backup too often<br> <%CASE 6%> A swallow keeps away the stork<br> <%END SELECT%> </body></html>