"._LINK."
";
while (list($mid, $title, $preamble,$content, $editimage) = mysql_fetch_row($result)) {
if ($title != "" && $content != "") {
$content = stripslashes($content);
$content = substr($content,0,45);
echo "$title
$content";
}
}
}
?>