<?php

include('./fancyurls.config.php');
include('./config.php');

$data = explode("/",serverVar('PATH_INFO'));
$catid = intval($data[1]);

selector();

?>