Justice Now

J U S T I C E   N O W:
You Be the Judge

Here are the results of this poll:

Who was right?
In whose favor do you think the court decided -
Matthew Todd or the Rush County School System?

#!/usr/bin/perl use CGI; $query = new CGI; ############################################################################## # Survey Version 1.0 # # Copyright 1996 LiveWorld Productions # ############################################################################## # @referers allows forms to be located only on servers which are defined # in this field. This fixes a security hole in the last version which # allowed anyone on any server to use your FormMail script. @referers = ('www.electriceggplant.com','www.theinsite.org','www.heyterra.com','69.9.174.126'); $data_dir = "/home/electric/public_html/theinsite/poll/"; # This is the path to # the directory in which all data files with are located # This directory MUST be set to chmod 777 $data_file = "TIdata01"; # Done ############################################################################# sub print_html { $data_file = shift(@ARGV); $count = 0; @letters = (' ','A','B','C','D','E','F','G','H','I','J','K','L'); print $query->header; if (-e "$data_dir/$data_file") { open(RESULTS,"$data_dir/$data_file"); while () { if ($#questions == -1) { @questions = split(/\t/, $_); } else { $totals[$_]++; $count++; } } close(RESULTS); # determine the max number of votes $max = 0; for ($ans = 1; $ans <= $#questions; $ans++) { if (@totals[$ans] > $max) {$max = @totals[$ans]} } # draw the graph print "
\n"; for ($ans = 1; $ans <= $#questions; $ans++) { $height = $totals[$ans] * 100 / $max; if ($height < 1) {$height = 1} print ""; for ($ans = 1; $ans <= $#questions; $ans++) { print "
\n"; } print "
@letters[$ans]"; } print "\n
\n"; # draw the table print "
\n
Response# of votes% of vote\n"; for ($ans = 1; $ans <= $#questions; $ans++) { $votes = @totals[$ans]; if ($votes < 1) {$votes = 0} $percent = int(($votes * 100 / $count) + .5); print "
@letters[$ans]@questions[$ans-1]$votes$percent%\n"; } print "
Total:$count\n100%
\n"; } else { print "No Votes Yet"; } } &print_html;

What happened in court?

The 7th Circuit court of Appeals said that the drug policy was constitutional. The court said that the policy was not very different than the Supreme Court case on testing of athletes. The court also said that schools had a right to set admission requirements for their extra curricular activities, and that these activities need healthy students to run well.

Case closed? Yes! Case closed! (for now)

Do you have random drug testing in your school? Want to change it? For information on "Random Drug Testing" and how you can make changes, e-mail the ISAA-ACLU (International Student Activism Alliance) at CCLUF@aol.com.

Click Here to read The InSite interview with ISAA co-founder, Ben Smilowitz.

Check out other "You be the Judge" Cases:

 


J U S T I C E
N O W

Home | Me, Myself, & I | Relationships Unlimited | Justice Now | Spaceship Earth | The Gallery
Hey Terra! | Been There Stories | Solutions In Sight | The Story
Search | Site Map | About Us | About Annie Fox

©1997-2026 Electric Eggplant
last updated June 5, 2026