<COMMENT><!--
	PURPOSE:	Given a keyword, tells (via go_through variable) whether to proceed to results or show the NightSurf warning page...
	CVS:		$Id: sextest.rx,v 1.7.40.1.16.1 2003/01/15 18:45:16 jbautista Exp $
	PAGETYPE:	server-insert
	CACHE:		no-cache
--></COMMENT>

<if NOT variable="keyword is ?*"><set variable=go_through value=1></if>
<if variable="searchtype is music,ag"><set variable=go_through value=1></if>

<if NOT variable="go_through is ?*">

    <sexy_loop input_variable="keyword">
        <cset variable="go_through">0</cset>
    </sexy_loop>

    <if NOT variable="go_through is 0">
        <cset variable="go_through">1</cset>
    </if>

</if>