Oh, duh. Sorry, lol. I'll see what I can do. If I figure it out I'll post how I did it so others can find it helpful..
Edit - Am I even close?
`
<?php
$galleryobject = new Gallery();
$fineart = new Album($galleryobject,"<fineart>");
if ($galleryobject = "<fineart>") {
echo 'Fine Art Text';
}
?>
`