<?php
//Copyright 2007 Four Batons Technology. All rights reserved.
//This file may contain trade secrets and other confidental information.
//Redistribution of this file is prohibited.

require_once('header.php');

header('Content-type: text/xml');

echo('<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">');

$poolsq =& db_query('SELECT id FROM pools WHERE current = ? AND public = ?', array('boolean', 'boolean'), array(TRUE, TRUE));

while ($poola = $poolsq->fetchRow()) {
 
}