OutputTrackingJavascript(); } else if($_REQUEST['action'] == "track_visitor") { $visitor = GetClass('ISC_VISITOR'); $visitor->TrackVisitor(); } } /** * Index.php does something special - it passes off all requests * to a worker function which decide on the page that should be * shown. */ RewriteIncomingRequest(); ?>