0 && empty($HTTP_COOKIE_VARS["phpWebLog"])) { $sql .= "AND Verified = 'Y'"; } $result = @mysql_query($sql,$db); $nrows = mysql_num_rows($result); if ($nrows==0) { $VAR["Heading"] = _NOSTORY; $VAR["Content"] = "
" . _NOSTORY . "

"; F_drawMain($VAR); } else { $A = mysql_fetch_array($result); F_drawStory($A); if ( ($A["NoComments"] != 1) && isset($commprint) ) { F_doComments($story,$story,"stories.php?story=" . $A["Rid"] ,0,$A["Heading"]); print "

\n"; } } ?>