I finally got that sitemap generator on all of the Link Lists.  It was kinda tricky for a couple of them, as they have Free Sites on them as well.  Maybe it's common knowledge, but I never knew that you could put multiple sitemaps into your main sitemap.xml file.
Example:
	Code:
	<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
   <sitemap>
      <loc>http://www.domain.com/sitemap_links.xml</loc>
   </sitemap>
   <sitemap>
      <loc>http://www.domain.com/sitemap_sites.xml</loc>
   </sitemap>
   <sitemap>
      <loc>http://www.domain.com/sitemap_mobile.xml</loc>
   </sitemap>
   <sitemap>
      <loc>http://www.domain.com/sitemap_images.xml</loc>
   </sitemap>
</sitemapindex>
 I still have to add it to a couple of my domains, but at least Google knows that I'm updating the Link Lists on a daily basis 
***
So, Skippy, what are 
YOU working on this week? 
