my @array = ("AOL", "Yahoo", "Ask Jeeves/Ask.com", "Alltheweb", "Alta Vista", "Lycos", "iWon", "Teoma", "Wisenut", "MSN", "Netscape", "Infospace", "Looksmart");
shuffle(@array);
my ($comp1, $comp2, $comp3, $comp4, $comp5) = @array[0..4];
print qq~
~;