";
#accomodation;
print "";
print "";
print "| ACCOMODATION | ";
while ( @row1 = $sth1->fetchrow_array() )
{
print "| " ;
print " ";
print " $row1[1] | ";
}
print " ";
print " | ";
#jobs;
print "";
print "";
print "| JOBS | ";
while ( @row2 = $sth2->fetchrow_array() )
{
print "| " ;
print " ";
print " $row2[1] | ";
}
print " ";
print " | ";
#entertainment;
print "";
print "";
print "| ENTERTAINMENT | ";
while ( @row3 = $sth3->fetchrow_array() )
{
print "| " ;
print " ";
print " $row3[1] | ";
}
print " ";
print " | ";
print "";
print "";
print "| GENERAL | ";
while ( @row4 = $sth4->fetchrow_array() )
{
print "| " ;
print " ";
print " $row4[1] | ";
}
print " ";
print " | ";
print "