#!/usr/bin/perl use CGI; $query = new CGI(); print "Content-type: text/html\n\n "; print <<__PART1__;
| __PART1__ $user_agent=$query->user_agent; $useApplet=0; if($user_agent =~ /konqueror/i || $user_agent =~ /macintosh/i || $user_agent =~ /opera/i) { print ''; } else { print ''; } print ' |
A product of Rad Inks
';