<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet href="http://www.w3.org/2000/08/w3c-synd/style.css" type="text/css"?>
<!-- RSS for Sacred Bear, generated on Wed, 10 Mar 2010 18:00:04 -0600 -->
<rss version="2.0"
  xmlns:ecommerce="http://shopping.discovery.com/erss/"
  xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>Authentic Native American Jewelry Art Feed</title>
<link>http://www.sacredbear.com/index.html</link>
<description>Sacred Bear Jewelry specializes in Native American jewelry and art from the Navajo and Zuni indian nations. We feature a large selection of Native American turquoise jewelry including turquoise bracelets, turquoise necklaces, turquoise pendants and turquoise rings as well as unique Zuni inlaid jewelry and exquisite overlay jewelry by Tommy Singer.</description>
<webMaster>owner@sacredbear.com</webMaster>
<language>en</language>
<lastBuildDate>Wed, 10 Mar 2010 18:00:04 -0600</lastBuildDate>
<image>
  <url>http://www.sacredbear.com/index.html/images/rss_logo.jpg</url>
  <title>Authentic Native American Jewelry Art Feed</title>
  <link>http://www.sacredbear.com/index.html</link>
  <description>Sacred Bear Jewelry specializes in Native American jewelry and art from the Navajo and Zuni indian nations. We feature a large selection of Native American turquoise jewelry including turquoise bracelets, turquoise necklaces, turquoise pendants and turquoise rings as well as unique Zuni inlaid jewelry and exquisite overlay jewelry by Tommy Singer.</description>
</image>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
Couldn\'t execute query:<br />SELECT p.products_id, p.products_price, p.products_tax_class_id, p.products_model, 
               p.products_image, p.products_date_added, pd.products_name, pd.products_description, pd.products_head_title_tag, 
               m.manufacturers_name, cd.categories_name
        FROM products p
             
        LEFT JOIN products_description pd
               ON pd.products_id = p.products_id
              AND pd.language_id = '1'
        LEFT JOIN manufacturers m
               ON m.manufacturers_id = p.manufacturers_id
        LEFT JOIN products_to_categories p2c
               ON p2c.products_id=p.products_id
        LEFT JOIN categories_description cd
               ON p2c.categories_id = cd.categories_id
              AND cd.language_id = '1'
        WHERE 
              p.products_status=1 AND 
              p.products_to_rss=1
        GROUP BY p.products_id
        ORDER BY p.products_id DESC
        LIMIT MAX_RSS_ARTICLES