" . $linelong['source'] . " (" . $linelong['month'] . " " . $linelong['year'] . ") \"" . $linelong['title'] . "\"
" . $linelong['blurb'] . "
";
include('graphicsholder.php');
echo"
" . $linelong['body'] . "
";
}
mysql_free_result($resultlong);
mysql_close($link);
?>