<?php // output Sphider-plus part of the HTML header, ?>
<meta name="description" content="<?php echo "".$description."";?>" />
<title><?php if ($start < '2') $start = '1'; echo "".$mytitle.""; if ($catid && is_numeric($catid)) echo "".$cattree."" ; if ($query !='') echo " ".$sph_messages['resultsFor']." '".$query."'. ".$sph_messages['Result page'].": ".$start."";?></title>
<link rel="stylesheet" href="<?php echo "".$template_dir."/".$template."/userstyle.css";?>" type="text/css" />
<!-- Suggest scripts -->
<script src="include/ajax/prototype.js" type="text/javascript"></script>
<script src="include/ajax/scriptaculous.js" type="text/javascript"></script>
<!-- jump to page bottom scripts -->
<script type='text/javascript'>
function JumpBottom () {
window.scrollTo(0,100000);
}
</script>
<?php // End of Sphider-plus part of the HTML header ?>