$locate_page="publishers.html";
$locate_number=6;
if ($game_select==""){$game_select="";};
$offset=$offset+20;
$new_offset=$offset-20;
include "../header.txt";
include "setup.inf";
/* step through and display all */
print "
";
if ($offset > 20){$back="true";};
if ($back=="true"){$old_offset=$offset-40;print " < Previous Results ";};
if ($result_position < 0){}else{
print "$result_position More Results > ";
};
include "../footer.txt"; ?>