";
echo "";
echo " |
";
echo <<< EOF
EOF;
echo " | ";
echo "Industry Links
 | ";
echo <<< EOF
Below you will find links that we have found helpful to our past clients.
EOF;
if ($AdvancedLinkExchange == 1) {
echo <<< EOF
If you have or own a website that you feel would benefit our visitors, please
Add your link here.
EOF;
}
echo <<< EOF
EOF;
$Categories = count($LinkCategoryPage);
$Halfway = $Categories - intval($Categories/2);
$Counter=0;
for ($Counter=0; $Counter < $Categories; $Counter++) {
$TheLink = $LinkCategoryPage[$Counter] . $CityPageExtensions;
if ((file_exists($TheLink)) == false) {
$TheLink = "links_category.php?CatID=" . $LinkCategoryID[$Counter];
}
echo "- " . $LinkCategoryName[$Counter] . " (" . $LinkCategoryCount[$Counter] . ")
";
if ($Halfway == $Counter) {
echo " |
|
More info on : $WebsiteKeyword
|
EOF;
include "footer.php";
?>