Just thought I post this so other looking for this solution will be helped.
Take out the following line in com_jevents/views/default/helpers/defaultviewhelperheader.php:
echo '<a href="http://www.jevents.net" target="_blank">'
. "<img src=\"" . JURI::root() . "components/".JEV_COM_COMPONENT."/views/".$view->getViewName()."/assets/images/help.gif\" border=\"0\" alt=\"help\" class='jev_help' />"
. "</a>";
That's all.