<?xml version="1.0" encoding="UTF-8"?>
<!--
Complete info @ https://www.google.com/webmasters/tools/docs/en/protocol.html
Here extraction:
*** Google require Sitemap file to be UTF-8 encoded!
	Entry sample 
	   <url>
		  <loc>http://www.example.com/</loc>
		  <lastmod>2005-01-01</lastmod>
		  <changefreq>monthly</changefreq>
		  <priority>0.8</priority>
	   </url>

# The <sitemap> tag encapsulates information about an individual Sitemap.
# The <sitemapindex> tag encapsulates information about all of the Sitemaps in the file.
# The <urlset> encapsulates the file and references the current protocol standard.
# The <url> Parent tag for each URL entry. The remaining tags are children of this tag.
# The <loc> tag is required and identifies the location of the Sitemap.
# The <lastmod> tag is an optional tag that identifies the time that the corresponding Sitemap file was modified. It does not correspond to the time that any of the pages listed in that 
  Sitemap were changed. The value for the lastmod tag should be in W3C Datetime format. By providing the last modification timestamp, you enable search engine crawlers to retrieve only 
  a subset of the Sitemaps in the index i.e. a crawler could only retrieve Sitemaps that were modified since a certain date. This incremental Sitemap fetching mechanism allows for the 
  rapid discovery of new URLs on very large sites. 
# The <priority> tag is optional and only indicates the importance of a particular URL relative to other URLs on your own site.  
  Valid values range from 0.0 to 1.0, default value is 0.5
# The <changefreq> tag is optional and valid values are:    * always    * hourly    * daily    * weekly    * monthly    * yearly    * never


-->

<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://kids.krg.com/index.htm</loc>
   </url>

   <url>
      <loc>http://kids.krg.com/News.html</loc>
      <priority>1.0</priority>
      <changefreq>weekly</changefreq>
   </url>
   <url>
      <loc>http://kids.krg.com/MURALS_book.html</loc>
   </url>

   <url>
      <loc>http://kids.krg.com/News_arch_2006.html</loc>
   </url>
   <url>
      <loc>http://kids.krg.com/News_arch_2005.html</loc>
   </url>

   <url>
      <loc>http://kids.krg.com/Events.html</loc>
      <priority>1.0</priority>
      <changefreq>monthly</changefreq>
   </url>
   <url>
      <loc>http://kids.krg.com/MediaLib.html</loc>
   </url>
   <url>
      <loc>http://kids.krg.com/WWHelp.html</loc>
      <priority>0.8</priority>
   </url>


   <url>
      <loc>http://kids.krg.com/WWAre.html</loc>
      <priority>1.0</priority>
   </url>
   <url>
      <loc>http://kids.krg.com/KindWords.html</loc>
   </url>
   <url>
      <loc>http://kids.krg.com/kindWords_book.html</loc>
   </url>


   <url>
      <loc>http://kids.krg.com/Donation.html</loc>
      <priority>1.0</priority>
   </url>
   <url>
      <loc>http://kids.krg.com/Contact.html</loc>
   </url>


   <url>
      <loc>http://kids.krg.com/kidsCorner/kidsCorner.html</loc>
   </url>

   <url>
      <loc>http://kids.krg.com/eCards/_eCadrApplication.html</loc>
   </url>


</urlset>