2015 MSAA Art Showcase Entrants

View this month’s Artist of the Month

“;
$pcs = explode(“\t”, $r);

if ($pcs[1] == $id)
{
// match

$n .= “”;
$n .= “”;
$n .= “”;
if ($topmark == 1)
{
$n .= “”;
$topmark = 0;
}
else
{
$n .= ” “;
}
$n .= “\r”;

$n .= ” “;
$n .= “”;
$n .= “”;
$n .= “$pcs[8]“;
$n .= “\"$pcs[8]“;
$n .= “
“;
$firm = $pcs[2];
$bio = $pcs[3];
$prev = $pcs[4];
$next = $pcs[5];
$prename = $pcs[6];
$nexname = $pcs[7];
$title = $pcs[8];
$n .= “”;

//$result .= “

“.$npic.$notes.”

“;
}
}
}
echo “Previous: “.$prename.” • “;
echo “Next: “.$nexname.”

“;
echo “

“.$firm.”

“;
echo “”.$bio.”

 

“;
echo $n;
?>