<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns="http://rorweb.com/0.1/" >

<Resource> 
   <type>Main</type>
   <title>PillPod</title>
   <url>http://www.pillpod.com</url> 
   <desc>PillPod is an online retailer of herbal supplements, vitamins, minerals and women health products</desc>    
   <keywords>herbal supplements, vitamins, minerals, women health, sports, nutrition, herbs, fitness, amino acids, anti-aging</keywords>
   <image>http://www.pillpod.com/images/pplogo.gif</image>
   <updated>2006-10-19</updated>
   <updatePeriod>week</updatePeriod>
</Resource>

<Resource>
   <type>Product</type>
   <seeAlso rdf:resource="http://www.pillpod.com/products1.xml" />
</Resource>

<Resource>
   <type>Product</type>
   <seeAlso rdf:resource="http://www.pillpod.com/products2.xml" />
</Resource>

<Resource>
   <type>Product</type>
   <seeAlso rdf:resource="http://www.pillpod.com/products3.xml" />
</Resource>

<Resource>
   <type>SiteMap</type>
   <seeAlso rdf:resource="http://www.pillpod.com/ror-sitemap.xml" />
</Resource>

</rdf:RDF>