<?php
header ("Content-Type:text/xml");

$xml = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>

<urlset xmlns=\"http://www.google.com/schemas/sitemap/0.84\">
<url>
    <loc>http://www.2helpchildren.nl/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
</url>  
<url>
    <loc>http://www.2helpchildren.nl/benefietconcert_2010</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
</url>  
<url>
    <loc>http://www.2helpchildren.nl/projecten</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
</url>  
<url>
    <loc>http://www.2helpchildren.nl/over-2-help-children</loc>
    <changefreq>monthly</changefreq>
    <priority>0.2</priority>
</url>  
<url>
    <loc>http://www.2helpchildren.nl/sponsoren</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
</url>  
<url>
    <loc>http://www.2helpchildren.nl/contact</loc>
    <changefreq>monthly</changefreq>
    <priority>0.2</priority>
</url>  
<url>
    <loc>http://www.2helpchildren.nl/projecten/lerato+educational+centre</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
</url>  
<url>
    <loc>http://www.2helpchildren.nl/projecten/cor+van+haasteren+trust</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
</url>  
</urlset>      ";

echo $xml;
?>