2 function send_wusearch_block() {
5 $theme->BlockTitle("Search");
7 <form action
="/wu.php" method
="GET">
8 <input type
="hidden" name
="last" value
="0">
9 <input type
="text" name
="wu" value
="" size
="18">
10 <input type
="submit" value
="FIND NOW»" class="submit">
13 echo "<img src=\"/images/clear.gif\" width=\"155\" height=\"50\" hspace=\"0\" vspace=\"2\" border=\"0\">\n";
17 send_wusearch_block();