<?php $title_alt_tag = "Search Results"; ?>
<?php $other_title = " - "; ?>
<?php $meta_description = " "; ?>
<?php include "ssi/header.php"; ?>

<?php
$file = ("http://www.bcrealtyweb.com/bcvreb/r3146/result.map.php4?district=") . urlencode($_REQUEST['district']);
$lines = file($file);
foreach ($lines as $line_num => $line) {
	$stuff .= $line;
}
	print 	$stuff;
?>

<?php include "ssi/footer.php"; ?>