<?
//Send the XML content header
header('Content-Type: text/xml');

//Echo the XML out tag
echo '<?xml version="1.0" encoding="UTF-8"?>' . "\n";
?>

<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
					 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

<url>
 <loc>http://www.ultimatebuzz.net/</loc>
 <?//<lastmod><?=date("Y-m-d");</lastmod>?>
 <changefreq>daily</changefreq>
 <priority>1.0</priority>
</url>
 
</urlset>
