art.gif=ArtsDance=The Arts - Dance
$index=0;
foreach $cat (@catagories) {
@line_pair = split(/=/,$cat);
$catagorypicture = $line_pair[0];
$catagorylink = $line_pair[1];
$catagorydescription= $line_pair[2];
print "
$catagorydescription
";
$index++;
if ($index==3) {
$index=0;
####
open(DATAFILEIN,"$catagory.dat") || print "This section is currently empty...Please check back often!";
print "";
while () {
chomp $_;
@line_pair = split(/=/,$_);
$time = $line_pair[0];
$name = $line_pair[1];
$email= $line_pair[2];
$phone= $line_pair[3];
$subject= $line_pair[4];
$data= $line_pair[5];
$time2 = $line_pair[6];
$data = &stripBadHtml($data);
$password= $line_pair[8];
$pictureurl= $line_pair[7];
$priceline= $line_pair[9];