<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">
	<channel>
<title>ThinkWhite RSS Feed</title><link>http://www.thinkwhite.com/index.php</link><description>ThinkWhite Hot News&#x21;</description><dc:language>en</dc:language><dc:creator>ThinkWhite</dc:creator><dc:rights>Copyright 2008 ThinkWhite</dc:rights><dc:date>2008-08-03T17:27:05+07:00</dc:date><admin:generatorAgent rdf:resource="http://www.realmacsoftware.com/" />
<admin:errorReportsTo rdf:resource="mailto:ThinkWhite" /><sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
<lastBuildDate>Sun, 03 Aug 2008 17:30:24 +0700</lastBuildDate><item><title>Diamond 4-Prong Stud Earrings</title><dc:creator>ThinkWhite</dc:creator><dc:subject>HOME</dc:subject><dc:date>2008-08-03T17:27:05+07:00</dc:date><link>http://www.thinkwhite.com/index_files/Diamond-4-Prong-Stud-Earrings.php#unique-entry-id-76</link><guid isPermaLink="true">http://www.thinkwhite.com/index_files/Diamond-4-Prong-Stud-Earrings.php#unique-entry-id-76</guid><content:encoded><![CDATA[<div id="content">       <table id="detailheader" cellspacing="0"><tbody><tr><td id="detailImage"><div class="relative"><a href="http://www.thinkwhite.com/store/Platinum-Round-Diamond-4-Prong-Stud-Earri/images/B000EOQD1M/" target="ImageView" id="imageViewerLink"><img src="http://ecx.images-amazon.com/images/I/41HXJ4CXKKL._AA210_.jpg" alt="Platinum, Round, Diamond 4-Prong Stud Earrings (1/3 cttw, G-H Color, VS2 Clarity)" id="detailProductImage"></a></div></td><td><div id="titleAndByLine"><h2>Platinum, Round, Diamond 4-Prong Stud Earrings (1/3 cttw, G-H Color, VS2 Clarity)<br><span class="by">From Amazon.com Collection</span></h2></div><table id="prices"><tbody><tr id="listprice"><td class="pricelabel"><span>List Price: </span></td><td><span class="amount" id="detailListPrice">$1,597.50</span></td></tr><tr id="ourprice"><td class="pricelabel"><span>Price: </span></td><td><span class="amount" id="detailOfferPrice">$639.99</span><span class="supersaver"> &amp; eligible for <strong><u>FREE Super Saver Shipping</u></strong> on orders over $25. </span><a href="http://www.amazon.com/gp/help/customer/display.html/105-3190597-2918057?tag=tw-jewelry-20&amp;linkCode=sb1&amp;camp=212353&amp;creative=380561&amp;pop-up=1&amp;nodeId=527692" onclick="popUp(this.href); return false;"> Details </a></td></tr></tbody></table><form method="post" action="http://www.thinkwhite.com/store/cart/add/B000EOQD1M/105-3190597-2918057" name="buybox" id="addToCartForm"><input name="offerId" value="yrd9fhUVx5JHRkR6t98zFqq4w2SeJG9PXLUxf8E3zSNi9el%2FVoUKxJtzHmlDJRIetQ4E5zyw6N0LTBiqhRFtGjTY6XvLjVK4" type="hidden"><input src="http://www.thinkwhite.com/store/images/add-to-cart-black._V4678835.png" alt="Add to cart" name="pngImage" id="buybutton" type="image" border="0" height="27" width="159"></form><br><p><b>Availability: </b>Usually ships in 24 hours<br>Ships from and sold by Amazon.com<br></p>Average customer review: <img name="pngImage" src="http://images.amazon.com/images/G/01/associates/network/star40_tpng.png" height="11" width="56"><br></td></tr></tbody></table><div id="productDescription"></div><script type="text/javascript">function registerNamespace(ns)
{
    var parts = ns.split(".");
    var root = window;
    for(var i = 0; i < parts.length; i++)
    {
        if(!root[parts[i]])
        {
            root[parts[i]] = new Object();
        }
        root = root[parts[i]];
    }
}
registerNamespace('Associates.Util');
Associates.Util.getElementsByTagAndClass = function(tag, class_name, parent_element)
{
    if(!parent_element){ parent_element = document; }
    
    var tags = parent_element.getElementsByTagName(tag);
   
    var class_tags = new Array();
    var class_regex = new RegExp("//b" + class_name + "//b");
    for (var i = 0; i < tags.length; i++)
    {
        if(tags[i].className.match(class_regex))
        {
            class_tags.push(tags[i]);
        }
    }
    
    return class_tags;
}
Associates.Util.findAncestor = function(child, test)
{
    var test_func;
    if(typeof test == 'object')
    {
        test_func = function(obj){ return obj == test };
    }
    else if (typeof test == 'string')
    {
        test_func = function(obj){ return obj.nodeName == test };
    }
    else
    {
        test_func = test;
    }
    while(child && !test_func(child))
    {
        child = child.parentNode;
    }
    return child;
}
Associates.Util.getSelectedRadio = function(form, radioName)
{
    if (typeof form == 'string') { form = document.forms[form]; }
    for (var i = 0; i < form[radioName].length; i++)
    {
        if (form[radioName][i].checked)
        {
            return form[radioName][i].value;
        }
    }
    
    return undefined;
}

function AttachEventListener(object, event, handler, useCapture)
{
    if( !useCapture )
    {
        useCapture = false;
    }
    if( object.addEventListener )
    {
        object.addEventListener(event, handler, useCapture);
    }
    else
    {
        object.attachEvent('on' + event, handler);
    }
}

registerNamespace('Assoc.DOMEvent');
Assoc.DOMEvent.AddHandler = function(object, event, handler, context)
{
    var event_handler;
    if(context) 
        event_handler = function(event){ handler.call(context, event) };
    else
        event_handler = handler;
    AttachEventListener(object, event, event_handler);
}
function GetEventTarget(event)
{
    return (event.target)? event.target : event.srcElement;
}
//borrowed from quirksmode. Stops event bubbling.
function StopEventPropagation(event)
{
    if(!event) { event = window.event; }
    //MSIE
    event.cancelBubble = true;
    //w3c
    if(event.stopPropagation) { event.stopPropagation(); }
}
function StopEventDefault(event)
{
    if(!event) { event = window.event; }
    //MSIE
    event.returnValue = false;
    //w3c
    if(event.preventDefault) { event.preventDefault() };
}
//does both StopEventPropogation and StopEventDefault
function StopEvent(event)
{
    StopEventDefault(event);
    StopEventPropagation(event);
}
function mouseOverFromElement(event)
{
    return (event.relatedTarget)? event.relatedTarget : event.fromTarget;
}
function mouseOutToElement(event)
{
    return (event.relatedTarget)? event.relatedTarget : event.toTarget;
}

var wImages;
var link = document.getElementById('imageViewerLink');
function openImageViewer(event)
{
    if (wImages == null || wImages.closed)
    {
        wImages = window.open(link.href, 'ImageView',
            'width=625,height=700,scrollbars,resizable');
    }
    else
    {
        wImages.location = link.href;
    }
    wImages.focus();
    return false;
}
AttachEventListener(link, 'click', openImageViewer);</script> <div id="productDetails">   <hr>   <h2>Product Details</h2>   <ul><li>Amazon Sales Rank: #2139 in Jewelry</li><li>Brand: Amazon.com Collection</li><li>Model: 70382</li></ul> </div><hr><h2>Editorial Reviews</h2><div id="editorialReviews"><p><span class="reviewtitle">Amazon.com Product Description</span><br>The best thing about these diamond earrings is that they can be worn every single day to show them off. Flirty and eye-catching, each round-cut stone rests in a four-prong setting made of (950) platinum. The diamonds have a total carat weight of 1/3 carats. The smooth finish of the metal and the light-reflecting cut of the gems make the pair immediately noticeable. Posts with friction backs keep the shiny pair securely on the ears. This is an essential accessory that can be worn frequently and with almost anything--it is certain to be a favorite. </p><p> These are exceptional quality diamonds. With a minimum G-H color rating, they are in the upper-most range of near-colorless and appear dazzling white to the eye. They have a minimum clarity of VS2, meaning there are very small inclusions that are difficult to see under 10x magnification, and impossible to see with the unaided eye.</p></div><div id="customerReviews"><hr><h2>Customer Reviews</h2><p><span class="reviewtitle">Excellent...<img name="pngImage" class="custReviewStars" src="http://images.amazon.com/images/G/01/associates/network/star40_tpng.png" alt="4" height="11" width="56"></span><br>This is my first time to buy jewelery online, and it turns out pretty well, will shop again...</p></div>    </div>]]></content:encoded></item><item><title>Diamond Stud Earrings</title><dc:creator>ThinkWhite</dc:creator><dc:subject>HOME</dc:subject><dc:date>2008-08-03T17:24:19+07:00</dc:date><link>http://www.thinkwhite.com/index_files/Diamond-Stud-Earrings.php#unique-entry-id-75</link><guid isPermaLink="true">http://www.thinkwhite.com/index_files/Diamond-Stud-Earrings.php#unique-entry-id-75</guid><content:encoded><![CDATA[<div id="content">       <script type="text/javascript">/**
 * Copyright (c) 2007 Amazon.com, Inc.
 * All rights reserved.
 */
function AJSStrings() {}
AJSStrings.makeStringList = function(strings)
{
  var out = "";
  for (var i = 0; i < strings.length; i++)
  {
    if (i == strings.length - 1 && i > 0) {
      out += " " + AJSStrings.get("and") + " ";
    } else if (i > 0) {
      out += ", ";
    }
    out += strings[i];
  }
  return out;
}
AJSStrings.stringsdb = new Object();
AJSStrings.add = function(name, value)
{
  AJSStrings.stringsdb[name] = value;
}
AJSStrings.get = function(name)
{
  if (AJSStrings.stringsdb[name] == null) {
    return "";
  } else {
    return AJSStrings.stringsdb[name];
  }
}
AJSStrings.get = function(name, subst)
{
  if (AJSStrings.stringsdb[name] == null) {
    return "";
  } else {
    var str = AJSStrings.stringsdb[name];
    for (var pat in subst) {
      // do replacements
      var regex = new RegExp("//$//{" + pat + "//}", "g");
      str = str.replace(regex, subst[pat]);
    }
    return str;
  }
}
AJSStrings.getFallback = function(name)
{
  if (AJSStrings.stringsdb[name] == null) {
    return name;
  } else {
    return AJSStrings.stringsdb[name];
  }
}
// set up strings
AJSStrings.add("and", "and");
AJSStrings.add("Select foo", "Select ${foo}");
AJSStrings.add("Select foo to view", "Select ${foo} to view.");
AJSStrings.add("Availability", "Availability");
AJSStrings.add("choose one", "(choose one)");
AJSStrings.add("Ships from sold by", "Ships from and sold by");
AJSStrings.add("Not available in", "Sorry, this item is not available in");
AJSStrings.add("To add to cart choose", "To add to the Shopping Cart, please choose from the options below.");
// dimension labels
AJSStrings.add("ClothingSize", "Size"); // tt/0004314109
AJSStrings.add("Size", "Size");
AJSStrings.add("Color", "Color");
AJSStrings.add("VariationDescription", "Description");
/**
 * Copyright (c) 2007 Amazon.com, Inc.
 * All rights reserved.
 */
function AJSEventListener()
{
  this.events = new Object();
}
new AJSEventListener();
AJSEventListener.prototype.registerEvent = function(eventType, handler)
{
  if (!handler || !handler.handleEvent) return;
  if (this.events[eventType] == null) {
    this.events[eventType] = new Object();
    this.events[eventType].handlers = new Array();
  }
  this.events[eventType].handlers.push(handler);
  if(handler.initialize)
  {
      handler.initialize();
  }
}
AJSEventListener.prototype.handleEvent = function(event)
{
  if (event == null || event.type == null) return;
  if (this.events[event.type] != null)
  {
    for (var i = 0; i < this.events[event.type].handlers.length; i++)
    {
      this.events[event.type].handlers[i].handleEvent(event);
    }
  }
}
function AJSEventHandler(init, handle)
{
  this.initialize = init;
  this.handleEvent = handle;
}
function AJSEvent(type)
{
    this.type = type;
}
/**
 * Copyright (c) 2007 Amazon.com, Inc.
 * All rights reserved.
 */
function VariationSetEvent() {}
VariationSetEvent.DIMENSION_SELECTED = 1;
VariationSetEvent.VARIATION_SELECTED = 2;
VariationSetEvent.DIMENSION_HOVER = 3;
VariationSetEvent.createDimensionHoverEvent = function(name, value)
{
  var vse = new VariationSetEvent();
  vse.type = VariationSetEvent.DIMENSION_HOVER;
  vse.dimensionName = name;
  vse.dimensionValue = value;
  return vse;
}
VariationSetEvent.createDimensionEvent = function(name, value)
{
  var vse = new VariationSetEvent();
  vse.type = VariationSetEvent.DIMENSION_SELECTED;
  vse.dimensionName = name;
  vse.dimensionValue = value;
  return vse;
}
VariationSetEvent.createVariationEvent = function(variation)
{
  var vse = new VariationSetEvent();
  vse.type = VariationSetEvent.VARIATION_SELECTED;
  vse.variation = variation;
  return vse;
}

function DimensionValue() {}
DimensionValue.AVAILABLE = 1;
DimensionValue.UNAVAILABLE = 2;
DimensionValue.SELECTED = 3;
function Variation(attrs)
{
  this.attrs = attrs;
  if (Variation.counter == null) {
    Variation.counter = 0;
  }
  this.vid = Variation.counter;
  Variation.counter++;
}
function VariationSet(dimensions)
{
  this.dimensions = new Object();
  var hasDimensions = false;
  for (var d in dimensions)
  {
    this.dimensions[d] = new Object();
    this.dimensions[d].values = new Object();
    hasDimensions = true;
  }
  if (!hasDimensions) {
    this.dimensions['VariationDescription'] = new Object();
    this.dimensions['VariationDescription'].values = new Object();
  }
  this.variationLookup = new VariationLookup(this.dimensions);
  this.selectedVariation = null;
}
VariationSet.prototype = new AJSEventListener();
VariationSet.prototype.isVariationValid = function(variation)
{
  if (variation == null || variation.attrs == null) return false;
  for (var d in this.dimensions)
  {
    if (variation.attrs[d] == null) return false;
  }
  if (this.variationLookup.exists(variation)) return false;
  return true;
}
VariationSet.prototype.add = function(v)
{
  if (!this.isVariationValid(v)) return;
  for (var d in this.dimensions)
  {
    if (this.dimensions[d].values[v.attrs[d]] == null) {
      this.dimensions[d].values[v.attrs[d]] = new Object();
      this.dimensions[d].values[v.attrs[d]].status = DimensionValue.AVAILABLE;
      this.dimensions[d].values[v.attrs[d]].variations = new Object();
      this.dimensions[d].selected = null;
      this.dimensions[d].values[v.attrs[d]].constraints = new Object();
      for (var d2 in this.dimensions)
      {
        if (d2 != d) {
          this.dimensions[d].values[v.attrs[d]].constraints[d2] = new Object();
        }
      }
    }
    this.dimensions[d].values[v.attrs[d]].variations[v.vid] = v;
    for (var d2 in this.dimensions)
    {
      if (d2 != d) {
        this.dimensions[d].values[v.attrs[d]].constraints[d2][v.attrs[d2]] = true;
      }
    }
  }
  this.variationLookup.add(v);
}
VariationSet.prototype.getAvailableDimensions = function(dimensionConstraints)
{
  var available = new Object();
  for (var d in this.dimensions) {
    available[d] = new Object();
    for (var v in this.dimensions[d].values) {
      available[d][v] = true;
    }
  }
  for (var dc in dimensionConstraints) 
  {
    var dcv = dimensionConstraints[dc];
    
    for (var d in available) {
      if (d != dc) {
        for (var dv in available[d]) {
          if (!this.dimensions[dc].values[dcv].constraints[d][dv]) {
            available[d][dv] = false;
          }
        }
      }
    }
  }
  return available;
}
VariationSet.prototype.updateAvailableDimensions = function(dim, dimValue)
{
  var constraints = this.getAllConstraints();
  var available = this.getAvailableDimensions(constraints);
  var ok = true;
  for (var d in constraints)
  {
    if (!available[d][constraints[d]]) {
      ok = false;
    }
  }
  if (!ok) {
    for (var d in constraints)
    {
      if (d != dim) {
        this.dimensions[d].selected = null;
        this.handleEvent(VariationSetEvent.createDimensionEvent(d, null));
      }
    }
    constraints = this.getAllConstraints();
    available = this.getAvailableDimensions(constraints);
  }
  for (var dim in this.dimensions)
  {
    var selectedValue = this.dimensions[dim].selected;
    
    for (var dvalue in this.dimensions[dim].values)
    {
      if (dvalue == selectedValue) {
        this.dimensions[dim].values[dvalue].status = DimensionValue.SELECTED;
      } else if (available[dim][dvalue]) {
        this.dimensions[dim].values[dvalue].status = DimensionValue.AVAILABLE;
      } else {
        this.dimensions[dim].values[dvalue].status = DimensionValue.UNAVAILABLE;
      }
    }
  }
}
VariationSet.prototype.isDimensionValueAvailable = function(name, value)
{
  return (this.dimensions[name].values[value].status != 
          DimensionValue.UNAVAILABLE);
}
VariationSet.prototype.getAllConstraints = function()
{
  var constraints = new Object();
  for (var d in this.dimensions)
  {
    if (this.dimensions[d].selected != null) {
      constraints[d] = this.dimensions[d].selected;
    }
  }
  return constraints;
}
VariationSet.prototype.setSelected = function(dim, dimValue)
{
  if (!this.dimensions[dim] || 
      (dimValue != null && !this.dimensions[dim].values[dimValue]))
  {
    return;
  }
  
  this.dimensions[dim].selected = dimValue;
  this.handleEvent(VariationSetEvent.createDimensionEvent(dim, dimValue));
  this.updateAvailableDimensions(dim, dimValue);
  var variation = this.variationLookup.getSelectedVariation(this.getAllConstraints());
  if (variation != null) {
    if (this.selectedVariation == null || 
        variation.vid != this.selectedVariation.vid) {
      this.selectedVariation = variation;
      var vse = VariationSetEvent.createVariationEvent(variation);
      this.handleEvent(vse);
    }
  } else if (this.selectedVariation != null) {
    this.selectedVariation = null;
    var vse = VariationSetEvent.createVariationEvent(null);
    this.handleEvent(vse);    
  }
}
VariationSet.prototype.getStatus = function(dimensionName, dimensionValue)
{
  if (dimensionName == null || dimensionValue == null ||
      this.dimensions[dimensionName] == null ||
      this.dimensions[dimensionName].values[dimensionValue] == null) {
    return null;
  } else {
    return this.dimensions[dimensionName].values[dimensionValue].status;
  }
}
function VariationLookup(dimensions) {
  this.dimensions = new Array();
  for (var d in dimensions) {
    this.dimensions.push(d);
  }
  this.variations = new Object();
}
new VariationLookup(null);
VariationLookup.prototype.add = function(variation)
{
  if (variation == null) return;
  var key = this.getVariationKey(variation);
  if (this.variations[key] == null) {
    this.variations[key] = variation;
  } else {
    return;
  }
}
VariationLookup.prototype.getVariationKey = function(variation)
{
  if (variation == null) return;
  var key = "";
  for (var i = 0; i < this.dimensions.length; i++)
  {
      key += '<' + variation.attrs[this.dimensions[i]] + '>';
  }
  return key;
}
VariationLookup.prototype.exists = function(variation)
{
  if (variation == null) return false;
  var key = this.getVariationKey(variation);
  return (this.variations[key] != null);
}
VariationLookup.prototype.getSelectedVariation = function(selectedDimensions)
{
  if (selectedDimensions == null) return;
  
  var key = "";
  for (var i = 0; i < this.dimensions.length; i++)
  {
    key += '<' + selectedDimensions[this.dimensions[i]] + '>';
  }
  return this.variations[key];
}

function basename(dim)
{
    return dim.replace(/^.*///, "");
}
function showVariationSelector(variationSet)
{ 
  out = '<div class="variationSelector">';
  out += '<div class="selectorHeading">';
  var dimArray = new Array();
  for (var d in variationSet.dimensions)
  {
    var name = basename(d);
    dimArray.push(AJSStrings.getFallback(name));
  }
  var dimensionNames = AJSStrings.makeStringList(dimArray);
  var selectDimNames = AJSStrings.get("Select foo", {"foo": dimensionNames});
  out += selectDimNames;
  out += '<//div>';
  
  for (var d in variationSet.dimensions)
  {
    var name = basename(d);
    out += '<div class="dimensionLabel">' + AJSStrings.getFallback(name) + ': '
      + '<span class="dimensionSelectorLabel" id="dimensionSelectorLabel_' 
      + d + '"><//span><//div>'
      + '<div class="dimValContainer">';
    for (var dimVal in variationSet.dimensions[d].values)
    {
      out += '<span class="dv_avail" dn="' + d + '" dv="' + dimVal +'">' 
        + dimVal +'<//span> ';
    }
    out += "<//div>";
  }
  out += '<div class="selectorAvailability"><b>'
    + AJSStrings.get("Availability") + ':<//b> ' +
    '<span id="dimSelectAvailability">';
  out += AJSStrings.get("Select foo to view", {"foo": dimensionNames});
  out += '<//span><//div><//div>';
  return out;
}
function updateView()
{
  var spans = document.getElementsByTagName("span");
  for (var i = 0; i < spans.length; i++)
  {
    if (spans[i].className.match(/^dv_/))
    {
      var dname = spans[i].getAttribute("dn");
      var dvalue = spans[i].getAttribute("dv");
      dvalue = dvalue.replace(/"/g, '&quot;');
      var status = goVariationSet.getStatus(dname, dvalue);
      setElementClassByStatus(spans[i], status);
    }
  }
}
function setElementClassByStatus(element, status)
{
  if (status == DimensionValue.AVAILABLE) {
    element.className = "dv_avail";
  } else if (status == DimensionValue.UNAVAILABLE) {
    element.className = "dv_unavail";
  } else if (status == DimensionValue.SELECTED) {
    element.className = "dv_selected";
  }
}
function setHover(target)
{
  if (target.className != "dv_unavail" &&
      target.className != "dv_selected") {
    target.className = "dv_hover";
  }
}
function setUnHover(target)
{
  var dn = target.getAttribute("dn");
  var dv = target.getAttribute("dv");
  dv = dv.replace(/"/g, '&quot;');
  var status = goVariationSet.getStatus(dn, dv);
  setElementClassByStatus(target, status);
}

var goVariationSet;
function initializeVariationSelector(variationSet, displayDiv)
{
  goVariationSet = variationSet;
  var vSelector = document.getElementById(displayDiv);
  if (vSelector != null) {
    vSelector.innerHTML = showVariationSelector(variationSet);
  } else {
    return;
  }
  var spans = document.getElementsByTagName("span");
  for (var i = 0; i < spans.length; i++)
  {
    if (spans[i].className.match(/^dv_/))
    {
      if (document.body.addEventListener) {
        spans[i].addEventListener('mouseover', dimensionValueMouseover, false);
        spans[i].addEventListener('mouseout', dimensionValueMouseout, false);
        spans[i].addEventListener('click', dimensionValueClick, false);
      } else {
        spans[i].attachEvent('onmouseover', dimensionValueMouseover);
        spans[i].attachEvent('onmouseout', dimensionValueMouseout);
        spans[i].attachEvent('onclick', dimensionValueClick);         
      }
    }
  }
  vSelector.style.display = "block";
}
function dimensionValueMouseover(event)
{
  var target = (event.target) ? event.target : event.srcElement;
  setHover(target);
  if (goVariationSet != null) {
    var dn = target.getAttribute("dn");
    var dv = target.getAttribute("dv");
    dv = dv.replace(/"/g, '&quot;');
    var vse = VariationSetEvent.createDimensionHoverEvent(dn, dv);
    goVariationSet.handleEvent(vse);
  }
}
function dimensionValueMouseout(event)
{
  var target = (event.target) ? event.target : event.srcElement;
  setUnHover(target);
  if (goVariationSet != null) {
    var vse = VariationSetEvent.createDimensionHoverEvent(null, null);
    goVariationSet.handleEvent(vse);
  }
}
function dimensionValueClick(event)
{ 
  var target = (event.target) ? event.target : event.srcElement;
  var dn = target.getAttribute("dn");
  var dv = target.getAttribute("dv");
  dv = dv.replace(/"/g, '&quot;');
  if (goVariationSet != null) {
    if (goVariationSet.dimensions[dn].selected == dv) {
      dv = null;
    }
    goVariationSet.setSelected(dn, dv);
    updateView();
  }
}</script><table id="detailheader" cellspacing="0"><tbody><tr><td id="detailImage"><div class="relative"><a href="http://www.thinkwhite.com/store/14k-Gold-Round-Diamond-Stud-Earrings-1-3/images/B000K2H1L4/" target="ImageView" id="imageViewerLink"><img src="http://ecx.images-amazon.com/images/I/41%2BV%2BslRbDL._AA210_.jpg" alt="14k Gold, Round, Diamond Stud Earrings (1/3 cttw, I-J Color, I1-I2 Clarity)" id="detailProductImage"></a><div id="variationNotAvailable"></div></div></td><td><div id="titleAndByLine"><h2>14k Gold, Round, Diamond Stud Earrings (1/3 cttw, I-J Color, I1-I2 Clarity)<br><span class="by">From Amazon.com Collection</span></h2></div><table id="prices"><tbody><tr id="listprice"><td class="pricelabel"><span>List Price: </span></td><td><span class="amount" id="detailListPrice">$592.47 - $679.98</span></td></tr><tr id="ourprice"><td class="pricelabel"><span>Price: </span></td><td><span class="amount" id="detailOfferPrice">$269.99</span></td></tr></tbody></table><form method="post" action="http://www.thinkwhite.com/store/cart/add/B000K2H1L4/105-3190597-2918057" name="buybox" id="addToCartForm"><noscript><p><b>Select item by: </b>MetalType, Price</p><p><select name="asinOfferId"><option value="B000F4CSOC:8RBeW%2FD241fW%2BF%2F6Mt7ls63t%2Fzhd4nzHpOKihew%2FadPNdbjChl%2FDceaPsYQ4yhFUJ5QEbdtqd%2F7wOe%2F8MJV8ewNkAc%2FbRFzu">white-gold - $269.99</option><option value="B000F4CSN8:woCxzsdHkd375wsD%2BpCB%2FLPJeJZ5SRcILEVJna6GS0%2FZO5r0Ble67PMK1Mv3qm9CQlLFoFqa5KFG8XF6pi0To5Z%2BXKg5WAL4">yellow-gold - $269.99</option></select></p></noscript><input name="dynASIN" value="" type="hidden"><input name="dynOfferId" value="" type="hidden"><div class="relative"><input src="http://www.thinkwhite.com/store/images/add-to-cart-black._V4678835.png" alt="Add to cart" name="pngImage" id="buybutton" type="image" border="0" height="27" width="159"><div id="chooseVariationBFCartAdd">To add to the Shopping Cart, please choose from the options below.</div></div></form><br><p></p>Average customer review: <img name="pngImage" src="http://images.amazon.com/images/G/01/associates/network/star40_tpng.png" height="11" width="56"><br></td></tr></tbody></table><div id="dynVariationSelector"></div><script type="text/javascript">  
  var dims = {
  "MetalType" : "1"
  };
   
  var vs = new VariationSet(dims);
  
  vs.add(new Variation({"MetalType" : "white-gold", "Asin" : "B000F4CSOC", "Price" : "$269.99", "PriceAmount" : 26999, "ListPrice" : "$679.98", "ListPriceAmount" : 67998, "ImageURL" : "http://ecx.images-amazon.com/images/I/41qT%2BH6dxmL._AA210_.jpg", "OfferListingId" : "8RBeW%2FD241fW%2BF%2F6Mt7ls63t%2Fzhd4nzHpOKihew%2FadPNdbjChl%2FDceaPsYQ4yhFUJ5QEbdtqd%2F7wOe%2F8MJV8ewNkAc%2FbRFzu", "Availability" : "Usually ships in 24 hours", "MerchantName" : "Amazon.com"
    }));
    vs.add(new Variation({"MetalType" : "yellow-gold", "Asin" : "B000F4CSN8", "Price" : "$269.99", "PriceAmount" : 26999, "ListPrice" : "$592.47", "ListPriceAmount" : 59247, "ImageURL" : "http://ecx.images-amazon.com/images/I/410ACZSPNGL._AA210_.jpg", "OfferListingId" : "woCxzsdHkd375wsD%2BpCB%2FLPJeJZ5SRcILEVJna6GS0%2FZO5r0Ble67PMK1Mv3qm9CQlLFoFqa5KFG8XF6pi0To5Z%2BXKg5WAL4", "Availability" : "Usually ships in 24 hours", "MerchantName" : "Amazon.com"
    }));
    
  
  initializeVariationSelector(vs, 'dynVariationSelector');</script><div id="productDescription"></div><script type="text/javascript">addHandlers();
function addHandlers()
{
  if (goVariationSet == null || 
      AJSEventHandler == null ||
      VariationSetEvent == null) {
    return;
  }
  goVariationSet.registerEvent(VariationSetEvent.DIMENSION_HOVER,
    new AJSEventHandler(null, notAvailableHover_handle)); 
  goVariationSet.registerEvent(VariationSetEvent.DIMENSION_SELECTED,
    new AJSEventHandler(updateDimensionText_init, updateDimensionText_handle));
  goVariationSet.registerEvent(VariationSetEvent.VARIATION_SELECTED, 
    new AJSEventHandler(updatePrice_init, updatePrice_handle));
  goVariationSet.registerEvent(VariationSetEvent.VARIATION_SELECTED, 
    new AJSEventHandler(updateAvail_init, updateAvail_handle));
  goVariationSet.registerEvent(VariationSetEvent.VARIATION_SELECTED, 
    new AJSEventHandler(null, updateOfferId_handle));
  goVariationSet.registerEvent(VariationSetEvent.VARIATION_SELECTED, 
    new AJSEventHandler(updateBuyButton_init, updateBuyButton_handle));
  goVariationSet.registerEvent(VariationSetEvent.VARIATION_SELECTED, 
    new AJSEventHandler(updateImage_init, updateImage_handle));
                       
  var buybtn = document.getElementById('buybutton');
  var form = document.buybox;
  if (buybtn != null && form != null) {
    if (document.body.addEventListener) {
      buybtn.addEventListener('mouseover', buyButtonMouseover, false);
      buybtn.addEventListener('mouseout', buyButtonMouseout, false);
      form.addEventListener('submit', cartSubmit, false);
    } else {
      buybtn.attachEvent('onmouseover', buyButtonMouseover);
      buybtn.attachEvent('onmouseout', buyButtonMouseout);
      form.attachEvent('onsubmit', cartSubmit);
    }
  }
  
}
function updateDimensionText_init()
{
  var spans = document.getElementsByTagName("span");
  for (var i = 0; i < spans.length; i++)
  {
    if (spans[i].className == "dimensionSelectorLabel")
    {
      spans[i].innerHTML = AJSStrings.get("choose one");
    }
  }
}
function updateDimensionText_handle(event)
{
  if (!event.type || event.type != VariationSetEvent.DIMENSION_SELECTED) return;
  var dn = event.dimensionName;
  var element = document.getElementById('dimensionSelectorLabel_' + dn);
  if (element) {
    var value = event.dimensionValue;
    if (value == null) {
      value = AJSStrings.get("choose one");
    }
    element.innerHTML = value;
  }
}
function notAvailableHover_handle(event)
{
  if (!event.type || event.type != VariationSetEvent.DIMENSION_HOVER
      || goVariationSet == null) return;
  
  var div = document.getElementById('variationNotAvailable');
  if (div == null) return;
  var dn = event.dimensionName;
  var dv = event.dimensionValue;
  if (dn == null && dv == null) {
    div.style.display = 'none';
  } else if (!goVariationSet.isDimensionValueAvailable(dn, dv)) {
    var dims = goVariationSet.getAllConstraints();
    dims[dn] = dv;
    var out = AJSStrings.get("Not available in") + '<br//>';
    for (var d in dims) {
      out += AJSStrings.getFallback(d) + ': <span class="notAvailHighlight">' + dims[d] + "<//span><br//>";
    }
    var img = document.getElementById('detailProductImage');
    var width = (img == null) ? 180 : img.width + 10;
    div.style.width = width;
    div.innerHTML = out;
    div.style.display = 'block';
  }
}
function updatePrice_init()
{
  var offerPrice = document.getElementById('detailOfferPrice');
  var listPrice = document.getElementById('detailListPrice');
  if (offerPrice == null) return;
  this.defaultPrice = offerPrice.innerHTML;
  if (listPrice != null) {
    this.defaultListPrice = listPrice.innerHTML;
  }
}
function updatePrice_handle(event)
{
  if (!event.type || event.type != VariationSetEvent.VARIATION_SELECTED) return;
  var offerPrice = document.getElementById('detailOfferPrice');
  var listPrice = document.getElementById('detailListPrice');
  if (offerPrice == null) return;
  var variation = event.variation;
  if (variation != null)
  {
    if (variation.attrs.Price) {
      offerPrice.innerHTML = variation.attrs.Price;
    }
    if (listPrice != null &&
        variation.attrs.ListPrice &&
        (variation.attrs.ListPriceAmount > variation.attrs.PriceAmount)) {
      listPrice.innerHTML = variation.attrs.ListPrice;
    }
  }
  else
  {
    offerPrice.innerHTML = this.defaultPrice;
    if (listPrice != null) {
      listPrice.innerHTML = this.defaultListPrice;
    }
  }
}
function updateAvail_init()
{
  var element = document.getElementById('dimSelectAvailability');
  if (element == null) return;
  this.defaultAvailability = element.innerHTML;
}
function updateAvail_handle(event)
{
  if (!event.type || event.type != VariationSetEvent.VARIATION_SELECTED) return;
  var element = document.getElementById('dimSelectAvailability');
  if (element == null) return;
  var variation = event.variation;
  if (variation != null)
  {
    var text = "";
    if (variation.attrs.Availability) {
      text = variation.attrs.Availability;
    }
    if (variation.attrs.MerchantName) {
      if (text != "" && !text.match(//./s*$/)) {
        text += '.';
      }
      text += " " + AJSStrings.get('Ships from sold by') + " " +
        variation.attrs.MerchantName;
    }
    element.innerHTML = text;
  }
  else if (this.defaultAvailability != null) 
  {
    element.innerHTML = this.defaultAvailability;
  } 
}
function updateOfferId_handle(event)
{
  if (!event.type || event.type != VariationSetEvent.VARIATION_SELECTED) return;
  var form = document.buybox;
  if (form == null || form.dynASIN == null || form.dynOfferId == null) return;
  var variation = event.variation;
  if (variation != null && 
      variation.attrs.OfferListingId != null &&
      variation.attrs.Asin != null)
  {
    form.dynASIN.value = variation.attrs.Asin;
    form.dynOfferId.value = variation.attrs.OfferListingId;
  }
  else
  {
    form.dynASIN.value = '';
    form.dynOfferId.value = '';
  } 
}
function updateBuyButton_init()
{
  var element = document.getElementById('buybutton');
  if (element == null) return;
  element.style.cursor = "not-allowed";
}
function updateBuyButton_handle(event)
{
  if (!event.type || event.type != VariationSetEvent.VARIATION_SELECTED) return;
  var element = document.getElementById('buybutton');
  if (element == null) return;
  if (event.variation == null) {
    element.style.cursor = "not-allowed";
  } else {
    element.style.cursor = "pointer";
  }
}
function buyButtonMouseover(event)
{
  if (goVariationSet == null) return;
  
  if (goVariationSet.selectedVariation == null) {
    var div = document.getElementById('chooseVariationBFCartAdd');
    if (div != null) {
      div.style.display = 'block';
    }
  }
}
function buyButtonMouseout(event)
{
  var target = (event.target) ? event.target : event.srcElement;
  var div = document.getElementById('chooseVariationBFCartAdd');
  if (div != null) {
      div.style.display = 'none';
  }
}

function cartSubmit(event)
{
  if (goVariationSet == null ||
      goVariationSet.selectedVariation != null) {
    return true;
  } else {
    if (event.preventDefault) { event.preventDefault(); }
    return false;
  }
}
function updateImage_init()
{
  var img = document.getElementById('detailProductImage');
  if (img)
  {
      this.defaultImage = img.src;
  }
  var link = document.getElementById('imageViewerLink');
  if (link)
  {
      this.defaultHref = link.href;
      // replace current asin with a generic url for subsitutions
      this.baseHref = link.href.replace(///images///w{10}/, "/images/%ASIN%");
  }
}
function updateImage_handle(event)
{
  if (!event.type || event.type != VariationSetEvent.VARIATION_SELECTED) return;
  var img = document.getElementById('detailProductImage');
  var link = document.getElementById('imageViewerLink');
  var variation = event.variation;
  var imgsrc, href;
  if (variation && variation.attrs.ImageURL)
  {
      imgsrc = variation.attrs.ImageURL;
      href = this.baseHref.replace(/%ASIN%/, variation.attrs.Asin);
  }
  else
  {
      imgsrc = this.defaultImage;
      href   = this.defaultHref;
  }
  if (img) img.src = imgsrc;
  if (link) link.href = href;
}</script><script type="text/javascript">function registerNamespace(ns)
{
    var parts = ns.split(".");
    var root = window;
    for(var i = 0; i < parts.length; i++)
    {
        if(!root[parts[i]])
        {
            root[parts[i]] = new Object();
        }
        root = root[parts[i]];
    }
}
registerNamespace('Associates.Util');
Associates.Util.getElementsByTagAndClass = function(tag, class_name, parent_element)
{
    if(!parent_element){ parent_element = document; }
    
    var tags = parent_element.getElementsByTagName(tag);
   
    var class_tags = new Array();
    var class_regex = new RegExp("//b" + class_name + "//b");
    for (var i = 0; i < tags.length; i++)
    {
        if(tags[i].className.match(class_regex))
        {
            class_tags.push(tags[i]);
        }
    }
    
    return class_tags;
}
Associates.Util.findAncestor = function(child, test)
{
    var test_func;
    if(typeof test == 'object')
    {
        test_func = function(obj){ return obj == test };
    }
    else if (typeof test == 'string')
    {
        test_func = function(obj){ return obj.nodeName == test };
    }
    else
    {
        test_func = test;
    }
    while(child && !test_func(child))
    {
        child = child.parentNode;
    }
    return child;
}
Associates.Util.getSelectedRadio = function(form, radioName)
{
    if (typeof form == 'string') { form = document.forms[form]; }
    for (var i = 0; i < form[radioName].length; i++)
    {
        if (form[radioName][i].checked)
        {
            return form[radioName][i].value;
        }
    }
    
    return undefined;
}

function AttachEventListener(object, event, handler, useCapture)
{
    if( !useCapture )
    {
        useCapture = false;
    }
    if( object.addEventListener )
    {
        object.addEventListener(event, handler, useCapture);
    }
    else
    {
        object.attachEvent('on' + event, handler);
    }
}

registerNamespace('Assoc.DOMEvent');
Assoc.DOMEvent.AddHandler = function(object, event, handler, context)
{
    var event_handler;
    if(context) 
        event_handler = function(event){ handler.call(context, event) };
    else
        event_handler = handler;
    AttachEventListener(object, event, event_handler);
}
function GetEventTarget(event)
{
    return (event.target)? event.target : event.srcElement;
}
//borrowed from quirksmode. Stops event bubbling.
function StopEventPropagation(event)
{
    if(!event) { event = window.event; }
    //MSIE
    event.cancelBubble = true;
    //w3c
    if(event.stopPropagation) { event.stopPropagation(); }
}
function StopEventDefault(event)
{
    if(!event) { event = window.event; }
    //MSIE
    event.returnValue = false;
    //w3c
    if(event.preventDefault) { event.preventDefault() };
}
//does both StopEventPropogation and StopEventDefault
function StopEvent(event)
{
    StopEventDefault(event);
    StopEventPropagation(event);
}
function mouseOverFromElement(event)
{
    return (event.relatedTarget)? event.relatedTarget : event.fromTarget;
}
function mouseOutToElement(event)
{
    return (event.relatedTarget)? event.relatedTarget : event.toTarget;
}

var wImages;
var link = document.getElementById('imageViewerLink');
function openImageViewer(event)
{
    if (wImages == null || wImages.closed)
    {
        wImages = window.open(link.href, 'ImageView',
            'width=625,height=700,scrollbars,resizable');
    }
    else
    {
        wImages.location = link.href;
    }
    wImages.focus();
    return false;
}
AttachEventListener(link, 'click', openImageViewer);</script> <div id="productDetails">   <hr>   <h2>Product Details</h2>   <ul><li>Amazon Sales Rank: #1948 in Jewelry</li><li>Brand: Amazon.com Collection</li><li>Model: B000K2H1L4</li></ul> </div><hr><h2>Editorial Reviews</h2><div id="editorialReviews"><p><span class="reviewtitle">Amazon.com Product Description</span><br>No jewelry wardrobe is complete without a classic pair of diamond stud earrings. Simple enough for daytime wear, yet radiant with evening attire, they offer sophistication and versatility all in one beautiful package. These classic studs, available in 14 karat white or yellow gold, showcase single round-cut diamonds with a total weight of 1/3 carat held securely in four-prong settings. The diamonds have great brilliance and sparkle. With a minimum color rating of I-J, they are near-colorless and appear white to the eye. Small inclusions, difficult to see with the unaided eye, earn them a clarity rating of I1-I2. These earrings are featured on posts with friction-back closures.</p></div><div id="customerReviews"><hr><h2>Customer Reviews</h2><p><span class="reviewtitle">Diamond earrings<img name="pngImage" class="custReviewStars" src="http://images.amazon.com/images/G/01/associates/network/star40_tpng.png" alt="4" height="11" width="56"></span><br>I bought these earrings as a present for my mothers birthday.  They arrived in NZ four days after ordering, I was most impressed with the speedy service.  The earrings themselves were lovely and most importantly my mother loved them. Thanks Amazon</p><p><span class="reviewtitle">Good but not great.<img name="pngImage" class="custReviewStars" src="http://images.amazon.com/images/G/01/associates/network/star40_tpng.png" alt="4" height="11" width="56"></span><br>The quality of these studs is good but not great.  Feathers are visible in the diamonds when lighted from the side. Under normal light the diamonds appear reasonably bright and clear.  My wife is happy with them. </p><p><span class="reviewtitle">Nice and simple<img name="pngImage" class="custReviewStars" src="http://images.amazon.com/images/G/01/associates/network/star50_tpng.png" alt="5" height="11" width="56"></span><br>I got these knowing that I was not spending very much money on them.  That being said, they look very nice.  I think that they look like good diamond earrings.  I am very happy with them.</p></div>    </div>]]></content:encoded></item><item><title>Round Tree of Life Pendant</title><dc:creator>ThinkWhite</dc:creator><dc:subject>HOME</dc:subject><dc:date>2008-08-03T17:20:53+07:00</dc:date><link>http://www.thinkwhite.com/index_files/Round-Tree-of-Life-Pendant.php#unique-entry-id-74</link><guid isPermaLink="true">http://www.thinkwhite.com/index_files/Round-Tree-of-Life-Pendant.php#unique-entry-id-74</guid><content:encoded><![CDATA[<div id="content">       <table id="detailheader" cellspacing="0"><tbody><tr><td id="detailImage"><div class="relative"><a href="http://www.thinkwhite.com/store/Round-Tree-of-Life-Pendant-in-Sterling-Silv/images/B000Z9F4OS/" target="ImageView" id="imageViewerLink"><img src="http://ecx.images-amazon.com/images/I/41vJXAZhWUL._AA210_.jpg" alt="Round Tree of Life Pendant in Sterling Silver, Very Detailed, #9023" id="detailProductImage"></a></div></td><td><div id="titleAndByLine"><h2>Round Tree of Life Pendant in Sterling Silver, Very Detailed, #9023<br><span class="by">From Cascade Silver Jewelry</span></h2></div><table id="prices"><tbody><tr id="listprice"><td class="pricelabel"><span>List Price: </span></td><td><span class="amount" id="detailListPrice">$80.00</span></td></tr><tr id="ourprice"><td class="pricelabel"><span>Price: </span></td><td><span class="amount" id="detailOfferPrice">$40.00</span></td></tr></tbody></table><form method="post" action="http://www.thinkwhite.com/store/cart/add/B000Z9F4OS/105-3190597-2918057" name="buybox" id="addToCartForm"><input name="offerId" value="9tDZY4FFOHbitLlyEp76JL3kUmLyAJ0REuLLuW44JMqJ2DDV3qSDK58I%2FLW0aHueKvUPbJQi5vKkBxmkKY5mHlbVHEjhR5g3Wj2ex1pxCRYji4wD%2F6zYUGllFVBIprXSocnjb%2F3QgZI%3D" type="hidden"><input src="http://www.thinkwhite.com/store/images/add-to-cart-black._V4678835.png" alt="Add to cart" name="pngImage" id="buybutton" type="image" border="0" height="27" width="159"></form><br><p><b>Availability: </b>Usually ships in 1-2 business days<br>Ships from and sold by Taos Trading Inc.<br></p>Average customer review: <img name="pngImage" src="http://images.amazon.com/images/G/01/associates/network/star50_tpng.png" height="11" width="56"><br></td></tr></tbody></table><div id="productDescription"><h2>Product Description</h2><p>A heavy sterling silver pendant featuring the 'tree of life', a symbol with ancient meaning. The Tree of Life is an important symbol in almost every culture. With its branches reaching towards the sky, and roots embedded deeply in the earth, it dwells in three worlds, becoming a  link between heaven, the earth, and the underworld, uniting above and below. A very unique piece! Pendant measures 7/8" across. Made in the USA.</p></div><div id="productDetails">   <hr>   <h2>Product Details</h2>   <ul><li>Amazon Sales Rank: #1742 in Jewelry</li><li>Brand: Taos Trading Pendants</li></ul><h3>Features</h3><ul><li>A heavy sterling silver pendant featuring the 'tree of life', a symbol with ancient meaning.</li><li>The Tree of Life is an important symbol in almost every culture. With its branches reaching towards the sky, and roots embedded deeply in the earth, it dwells in three worlds, becoming a  link between heaven, the earth, and the underworld, uniting above and below.</li><li>Pendant measures 7/8" across.</li><li>Made in the USA.</li></ul> </div><div id="customerReviews"><hr><h2>Customer Reviews</h2><p><span class="reviewtitle">Beautiful Pedant.<img name="pngImage" class="custReviewStars" src="http://images.amazon.com/images/G/01/associates/network/star50_tpng.png" alt="5" height="11" width="56"></span><br>It's beautiful Pedant!!! You can tall by wrap, that people who make this pedant do care! Thank you.<br>It made my day! </p><p><span class="reviewtitle">TREE PENDANT<img name="pngImage" class="custReviewStars" src="http://images.amazon.com/images/G/01/associates/network/star50_tpng.png" alt="5" height="11" width="56"></span><br>Tree of Life Pendant is just beautiful.  I'm very pleased.  Have received many compliments.  I am an artist and have become associated with the trees that I paint.  The pendant is an inspiration.  </p></div>    </div>]]></content:encoded></item><item><title>Things for Every Pirates of the Caribbean Fan.</title><dc:creator>ThinkWhite</dc:creator><dc:subject>HOME</dc:subject><dc:date>2008-08-03T17:20:10+07:00</dc:date><link>http://www.thinkwhite.com/index_files/Pirates-of-the-Caribbean.php#unique-entry-id-73</link><guid isPermaLink="true">http://www.thinkwhite.com/index_files/Pirates-of-the-Caribbean.php#unique-entry-id-73</guid><content:encoded><![CDATA[<div id="listmania">	  <div id="submasthead"><span class="title2">Things for Every Pirates of the Caribbean Fan.</span><br><span class="by">By an Amazon.com customer</span></div><table id="listmania" cellspacing="0">		<tbody><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/51fX40gGdXL._AA75_.jpg" alt="Pirates of the Caribbean - The Curse of the Black Pearl (Two-Disc Collector's Edition)"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Pirates-of-the-Caribbean-The-Curse-of-the-Black-Pearl-Two-Disc-Collector-s-Edition/detail/B00005JM5E/" class="listitem" title="Pirates of the Caribbean - The Curse of the Black Pearl (Two-Disc Collector's Edition)"><strong>Pirates of the Caribbean - The Curse of the Black Pearl (Two-Disc Collector's Edition)</strong></a><br>     Buy new:  
     $14.99 
     / Used from:  
     $0.52<div class="listmaniaComments">Every POTC fan HAS to have the movies...</div></td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/51GQE7TQ72L._AA75_.jpg" alt="Pirates of the Caribbean - Dead Man's Chest (Two-Disc Collector's Edition)"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Pirates-of-the-Caribbean-Dead-Man-s-Chest-Two-Disc-Collector-s-Edition/detail/B00005JP0F/" class="listitem" title="Pirates of the Caribbean - Dead Man's Chest (Two-Disc Collector's Edition)"><strong>Pirates of the Caribbean - Dead Man's Chest (Two-Disc Collector's Edition)</strong></a><br>     Buy new:  
     $26.99 
     / Used from:  
     $3.67<div class="listmaniaComments">...both of them.</div></td></tr><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/51PGBR6X2ML._AA75_.jpg" alt="Game of Life - Pirates of the Caribbean&nbsp; Dead Man's Chest  Edition"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Game-of-Life-Pirates-of-the-Caribbean%C2%A0-Dead-Man-s-Chest-Edition/detail/B000BNJIS6/" class="listitem" title="Game of Life - Pirates of the Caribbean&nbsp; Dead Man's Chest  Edition"><strong>Game of Life - Pirates of the Caribbean&nbsp; Dead Man's Chest  Edition</strong></a><br>     Buy new:  $11.75<div class="listmaniaComments">The game of LIFE, with a great POTC twist</div></td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/41XYDEBFR1L._AA75_.jpg" alt="Pirates of the Caribbean Monopoly"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Pirates-of-the-Caribbean-Monopoly/detail/B000EXDOLK/" class="listitem" title="Pirates of the Caribbean Monopoly"><strong>Pirates of the Caribbean Monopoly</strong></a><br>     Buy used from:  $25.59<div class="listmaniaComments">...and Monopoly with a twist.</div></td></tr><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/61Y55HB5TJL._AA75_.jpg" alt="Battleship Command Pirates of the Caribbean"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Battleship-Command-Pirates-of-the-Caribbean/detail/B000EPFEBG/" class="listitem" title="Battleship Command Pirates of the Caribbean"><strong>Battleship Command Pirates of the Caribbean</strong></a><br>     Buy new:  
     $39.98 
     / Used from:  
     $13.99<div class="listmaniaComments">...and Battleship...</div></td></tr><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/31oXmKWn5GL._AA75_.jpg" alt="Pirates of the Caribbean II Jack Keychain"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Pirates-of-the-Caribbean-II-Jack-Keychain/detail/B000JI6G7Y/" class="listitem" title="Pirates of the Caribbean II Jack Keychain"><strong>Pirates of the Caribbean II Jack Keychain</strong></a><br>     Buy new:  $1.79<div class="listmaniaComments">Keychains for the POTC fan.</div></td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/31RSPF9D48L._AA75_.jpg" alt="Pirates of the Caribbean II Elizabeth Close Up Keychain"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Pirates-of-the-Caribbean-II-Elizabeth-Close-Up-Keychain/detail/B000JI9HC0/" class="listitem" title="Pirates of the Caribbean II Elizabeth Close Up Keychain"><strong>Pirates of the Caribbean II Elizabeth Close Up Keychain</strong></a><br>     Buy new:  $1.79<div class="listmaniaComments">Keychains for the POTC fan.</div></td></tr><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/512KyDlTHRL._AA75_.jpg" alt="Master Replicas Pirates of the Caribbean II Prop Replica Elizabeth Swann's Necklace"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Master-Replicas-Pirates-of-the-Caribbean-II-Prop-Replica-Elizabeth-Swann-s-Necklace/detail/B000ICPJ7Y/" class="listitem" title="Master Replicas Pirates of the Caribbean II Prop Replica Elizabeth Swann's Necklace"><strong>Master Replicas Pirates of the Caribbean II Prop Replica Elizabeth Swann's Necklace</strong></a><br>     Buy new:  $10.17<div class="listmaniaComments">Replica necklace... gotta have it.</div></td></tr><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/41sSY62pJ7L._AA75_.jpg" alt="Pirates of the Caribbean Jack Sparrow Ring Replica"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Pirates-of-the-Caribbean-Jack-Sparrow-Ring-Replica/detail/B000FSEESG/" class="listitem" title="Pirates of the Caribbean Jack Sparrow Ring Replica"><strong>Pirates of the Caribbean Jack Sparrow Ring Replica</strong></a><br>     Buy new:  $17.99<div class="listmaniaComments">Captian Jack's ring...</div></td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/51AJBXGVJVL._AA75_.jpg" alt="The Pirates of the Caribbean - Logo All-Over Lounge Pants for women"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/The-Pirates-of-the-Caribbean-Logo-All-Over-Lounge-Pants-for-women/detail/B000KUN8TK/" class="listitem" title="The Pirates of the Caribbean - Logo All-Over Lounge Pants for women"><strong>The Pirates of the Caribbean - Logo All-Over Lounge Pants for women</strong></a><br><div class="listmaniaComments">POTC PJ pants?!? Need I say more?</div></td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/31D7RK2C4WL._AA75_.jpg" alt="Pirates of the Caribbean Dead Man's Chest A Pirates Life For Me Paint Splatter T-Shirt"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Pirates-of-the-Caribbean-Dead-Man-s-Chest-A-Pirates-Life-For-Me-Paint-Splatter-T-Shirt/detail/B000J54ZAW/" class="listitem" title="Pirates of the Caribbean Dead Man's Chest A Pirates Life For Me Paint Splatter T-Shirt"><strong>Pirates of the Caribbean Dead Man's Chest A Pirates Life For Me Paint Splatter T-Shirt</strong></a><br>     Buy new:  $12.99<div class="listmaniaComments">POTC T-shirt... Logo</div></td></tr><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/41fq27X0V9L._AA75_.jpg" alt="Pirates Of The Caribbean - Re-Issue Dead Men Movie T-Shirt"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Pirates-Of-The-Caribbean-Re-Issue-Dead-Men-Movie-T-Shirt/detail/B000E2CSIG/" class="listitem" title="Pirates Of The Caribbean - Re-Issue Dead Men Movie T-Shirt"><strong>Pirates Of The Caribbean - Re-Issue Dead Men Movie T-Shirt</strong></a><br>     Buy new:  $24.95<div class="listmaniaComments">POTC T-shirt... Logo</div></td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/41bS5cRwnvL._AA75_.jpg" alt="Pirates Of The Caribbean - Jack Ladies Fitted T-Shirt"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Pirates-Of-The-Caribbean-Jack-Ladies-Fitted-T-Shirt/detail/B000EN197G/" class="listitem" title="Pirates Of The Caribbean - Jack Ladies Fitted T-Shirt"><strong>Pirates Of The Caribbean - Jack Ladies Fitted T-Shirt</strong></a><br>     Buy new:  $18.95<div class="listmaniaComments">POTC T-shirt... Captain Jack</div></td></tr><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/41NET5SD9KL._AA75_.jpg" alt="Pirates of the Caribbean - Juniors/Girly T-Shirt"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Pirates-of-the-Caribbean-Juniors-Girly-T-Shirt/detail/B000BWKWDC/" class="listitem" title="Pirates of the Caribbean - Juniors/Girly T-Shirt"><strong>Pirates of the Caribbean - Juniors/Girly T-Shirt</strong></a><br>     Buy new:  $10.00<div class="listmaniaComments">POTC T-shirt... Captain Jack</div></td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/41ZCGH2712L._AA75_.jpg" alt="Women's: Pirates of the Caribbean - Side Pose College T-Shirt, S - Black"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Women-s-Pirates-of-the-Caribbean-Side-Pose-College-T-Shirt-S-Black/detail/B000FUVPI6/" class="listitem" title="Women's: Pirates of the Caribbean - Side Pose College T-Shirt, S - Black"><strong>Women's: Pirates of the Caribbean - Side Pose College T-Shirt, S - Black</strong></a><br><div class="listmaniaComments">POTC T-shirt... Captain Jack</div></td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/41DZ3JPFHHL._AA75_.jpg" alt="Pirates of the Caribbean II Skull and Logo Glow Patch"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Pirates-of-the-Caribbean-II-Skull-and-Logo-Glow-Patch/detail/B000JI4UX6/" class="listitem" title="Pirates of the Caribbean II Skull and Logo Glow Patch"><strong>Pirates of the Caribbean II Skull and Logo Glow Patch</strong></a><br><div class="listmaniaComments">Patches can go on anything!</div></td></tr>	  </tbody></table>	</div>]]></content:encoded></item><item><title>Internet Security Suites </title><dc:creator>ThinkWhite</dc:creator><dc:subject>HOME</dc:subject><dc:date>2008-08-02T01:01:50+07:00</dc:date><link>http://www.thinkwhite.com/index_files/Internet_Security_Suites%20.php#unique-entry-id-72</link><guid isPermaLink="true">http://www.thinkwhite.com/index_files/Internet_Security_Suites%20.php#unique-entry-id-72</guid><content:encoded><![CDATA[<div id="listmania">
	  <div id="submasthead">
<span class="title2">Internet Security Suites</span>
<br>
<span class="by">By an Amazon.com customer</span>
</div>
<table id="listmania" cellspacing="0">
		<tbody><tr class="clsOdd">
<td class="tdimage"><a href="http://astore.amazon.com/findsecurity-20/detail/B000T9LUBU/103-9441236-9698238"><img src="http://ecx.images-amazon.com/images/I/41OnZfgRayL._SL75_.jpg" alt="Norton Internet Security 2008 up to 3 Users"></a></td><td class="tddescription"><a href="http://astore.amazon.com/findsecurity-20/detail/B000T9LUBU/103-9441236-9698238">Norton Internet Security 2008 up to 3 Users</a>
<br>
     Buy new:  
     $48.99 
     / Used from:  
     $49.99<div class="listmaniaComments">PC World Best Buy 12-1-07 and PC Magazine Editor's Choice 9-7-07</div>

</td>
</tr>
<tr class="clsEven">
<td class="tdimage"><a href="http://astore.amazon.com/findsecurity-20/detail/B000NA780M/103-9441236-9698238"><img src="http://ecx.images-amazon.com/images/I/51RxESoz%2BtL._SL75_.jpg" alt="Norton 360 All-In-One Security Annual Subscription - 3 PCs"></a></td><td class="tddescription"><a href="http://astore.amazon.com/findsecurity-20/detail/B000NA780M/103-9441236-9698238">Norton 360 All-In-One Security Annual Subscription - 3 PCs</a>
<br>
     Buy new:  
     $59.99 
     / Used from:  
     $45.00<div class="listmaniaComments">PC Magazine Editor's Choice 3-7-07</div>
</td>
</tr>
<tr class="clsOdd">
<td class="tdimage"><a href="http://astore.amazon.com/findsecurity-20/detail/B000U818N0/103-9441236-9698238"><img src="http://ecx.images-amazon.com/images/I/51Ow8rEKu7L._SL75_.jpg" alt="Kaspersky Internet Security 7.0 3-user"></a></td><td class="tddescription"><a href="http://astore.amazon.com/findsecurity-20/detail/B000U818N0/103-9441236-9698238">Kaspersky Internet Security 7.0 3-user</a>
<br>
     Buy new:  
     $55.99 
     / Used from:  
     $38.99</td>

</tr>
<tr class="clsEven">
<td class="tdimage"><a href="http://astore.amazon.com/findsecurity-20/detail/B000Q1N7FS/103-9441236-9698238"><img src="http://ecx.images-amazon.com/images/I/51e3bOyx13L._SL75_.jpg" alt="Zonealarm Internet Security Suite - 3 User"></a></td><td class="tddescription"><a href="http://astore.amazon.com/findsecurity-20/detail/B000Q1N7FS/103-9441236-9698238">Zonealarm Internet Security Suite - 3 User</a>
<br>
     Buy new:  
     $24.99 
     / Used from:  
     $19.95<div class="listmaniaComments">CNet Editor's Choice January 2007. Note: Not the best for Windows Vista as of December 2007; wait for the next update.</div>
</td>
</tr>
<tr class="clsOdd">
<td class="tdimage"><a href="http://astore.amazon.com/findsecurity-20/detail/B000TME1K4/103-9441236-9698238"><img src="http://ecx.images-amazon.com/images/I/510YuwWrP-L._SL75_.jpg" alt="McAfee Total Protection 2008 - 3 User"></a></td><td class="tddescription"><a href="http://astore.amazon.com/findsecurity-20/detail/B000TME1K4/103-9441236-9698238">McAfee Total Protection 2008 - 3 User</a>
<br>
     Buy new:  
     $41.99 
     / Used from:  
     $22.99</td>

</tr>
<tr class="clsEven">
<td class="tdimage"><a href="http://astore.amazon.com/findsecurity-20/detail/B000TMHZX4/103-9441236-9698238"><img src="http://ecx.images-amazon.com/images/I/51E1xmuWJCL._SL75_.jpg" alt="McAfee Internet Security Suite 2008 - 3 User"></a></td><td class="tddescription"><a href="http://astore.amazon.com/findsecurity-20/detail/B000TMHZX4/103-9441236-9698238">McAfee Internet Security Suite 2008 - 3 User</a>
<br>
     Buy new:  
     $30.00 
     / Used from:  
     $12.99</td>
</tr>
<tr class="clsOdd">
<td class="tdimage"><a href="http://astore.amazon.com/findsecurity-20/detail/B000UY3JJK/103-9441236-9698238"><img src="http://ecx.images-amazon.com/images/I/51JfyNDMiQL._SL75_.jpg" alt="BitDefender Internet Security 2008 - 2 Years/3 Pc's"></a></td><td class="tddescription"><a href="http://astore.amazon.com/findsecurity-20/detail/B000UY3JJK/103-9441236-9698238">BitDefender Internet Security 2008 - 2 Years/3 Pc's</a>
<br>
     Buy new:  
     $46.99 
     / Used from:  
     $25.00</td>
</tr>

<tr class="clsEven">
<td class="tdimage"><a href="http://astore.amazon.com/findsecurity-20/detail/B000UXXUSG/103-9441236-9698238"><img src="http://ecx.images-amazon.com/images/I/514S0cJ0uuL._SL75_.jpg" alt="BitDefender Total Security 2008 - 2 Years/3 Pc's"></a></td><td class="tddescription"><a href="http://astore.amazon.com/findsecurity-20/detail/B000UXXUSG/103-9441236-9698238">BitDefender Total Security 2008 - 2 Years/3 Pc's</a>
<br>
     Buy new:  
     $56.99 
     / Used from:  
     $47.50</td>
</tr>
<tr class="clsOdd">
<td class="tdimage"><a href="http://astore.amazon.com/findsecurity-20/detail/B000P9CR02/103-9441236-9698238"><img src="http://ecx.images-amazon.com/images/I/41smhVhl9VL._SL75_.jpg" alt="CA Internet Security Suite-Flash Drive"></a></td><td class="tddescription"><a href="http://astore.amazon.com/findsecurity-20/detail/B000P9CR02/103-9441236-9698238">CA Internet Security Suite-Flash Drive</a>
<br>
     Buy new:  
     $49.97 
     / Used from:  
     $21.73</td>
</tr>
<tr class="clsEven">

<td class="tdimage"><a href="http://astore.amazon.com/findsecurity-20/detail/B000S5X3S8/103-9441236-9698238"><img src="http://ecx.images-amazon.com/images/I/51YL0QRj8gL._SL75_.jpg" alt="Grisoft AVG Internet Security - 2 Year Subscription"></a></td><td class="tddescription"><a href="http://astore.amazon.com/findsecurity-20/detail/B000S5X3S8/103-9441236-9698238">Grisoft AVG Internet Security - 2 Year Subscription</a>
<br>
     Buy new:  
     $59.99 
     / Used from:  
     $33.50</td>
</tr>
<tr class="clsOdd">
<td class="tdimage"><a href="http://astore.amazon.com/findsecurity-20/detail/B000V6YPAY/103-9441236-9698238"><img src="http://ecx.images-amazon.com/images/I/41o1s8wbwiL._SL75_.jpg" alt="Windows Live OneCare 2.0"></a></td><td class="tddescription"><a href="http://astore.amazon.com/findsecurity-20/detail/B000V6YPAY/103-9441236-9698238">Windows Live OneCare 2.0</a>
<br>
     Buy new:  
     $19.99 
     / Used from:  
     $11.99</td>
</tr>
<tr class="clsEven">
<td class="tdimage"><a href="http://astore.amazon.com/findsecurity-20/detail/B000UK9WIQ/103-9441236-9698238"><img src="http://ecx.images-amazon.com/images/I/51BjvqyUvYL._SL75_.jpg" alt="Panda Internet Security 2008"></a></td><td class="tddescription"><a href="http://astore.amazon.com/findsecurity-20/detail/B000UK9WIQ/103-9441236-9698238">Panda Internet Security 2008</a>

<br>
     Buy new:  
     $20.00 
     / Used from:  
     $41.96</td>
</tr>
<tr class="clsEven">
<td class="tdimage"><a href="http://astore.amazon.com/findsecurity-20/detail/B000U7Z5JO/103-9441236-9698238"><img src="http://ecx.images-amazon.com/images/I/51jDUWTukwL._SL75_.jpg" alt="Trend Micro Internet Security Pro 2008 3-User"></a></td><td class="tddescription"><a href="http://astore.amazon.com/findsecurity-20/detail/B000U7Z5JO/103-9441236-9698238">Trend Micro Internet Security Pro 2008 3-User</a>
<br>
     Buy new:  
     $59.99 
     / Used from:  
     $62.04</td>
</tr>
<tr class="clsOdd">
<td class="tdimage"><a href="http://astore.amazon.com/findsecurity-20/detail/B000W9GS9G/103-9441236-9698238"><img src="http://ecx.images-amazon.com/images/I/41mBnZVfCcL._SL75_.jpg" alt="Yoggie Security Systems 101-FG-00003 SOHO Small Office Security Appliance"></a></td><td class="tddescription"><a href="http://astore.amazon.com/findsecurity-20/detail/B000W9GS9G/103-9441236-9698238">Yoggie Security Systems 101-FG-00003 SOHO Small Office Security Appliance</a>
<br>

     Buy new:  $185.28<div class="listmaniaComments">Hardware/software unit protects up to five computers includes SPI Firewall, Anti-Spam, Anti-Phishing, Anti-spyware, Anti-virus, URL Categorization &amp; Filtering, VPN Client, Intrusion Detection System / Intrusion Prevention System, Transparent Email Proxies (POP3; SMTP), Transparent Web Proxies (HTTP; FTP), Adaptive Security Policy, Multi-Layer Security Agent, Layer-8 Security Engine .</div>
</td>
</tr>
<tr class="clsEven">
<td class="tdimage"><a href="http://astore.amazon.com/findsecurity-20/detail/B000EUCMV6/103-9441236-9698238"><img src="http://ecx.images-amazon.com/images/I/4110W5CASML._SL75_.jpg" alt="D-Link DSD-150 SecureSpot Internet Security Adapter"></a></td><td class="tddescription"><a href="http://astore.amazon.com/findsecurity-20/detail/B000EUCMV6/103-9441236-9698238">D-Link DSD-150 SecureSpot Internet Security Adapter</a>
<br>
     Buy new:  
     $74.99 
     / Used from:  
     $79.95<div class="listmaniaComments">This product is a combination of hardware and software.</div>
</td>

</tr>

	  </tbody></table>
	</div>]]></content:encoded></item><item><title>Pugster Turquoise Flower Brooch</title><dc:creator>ThinkWhite</dc:creator><dc:subject>HOME</dc:subject><dc:date>2008-07-13T16:20:32+07:00</dc:date><link>http://www.thinkwhite.com/index_files/Pugster-Turquoise-Brooch.php#unique-entry-id-71</link><guid isPermaLink="true">http://www.thinkwhite.com/index_files/Pugster-Turquoise-Brooch.php#unique-entry-id-71</guid><content:encoded><![CDATA[<div id="content">       <table id="detailheader" cellspacing="0"><tbody><tr><td id="detailImage"><div class="relative"><a href="http://www.thinkwhite.com/store/Pugster-Turquoise-Flower-Brooch/images/B000BD9OR6/" target="ImageView" id="imageViewerLink"><img src="http://ecx.images-amazon.com/images/I/51TZNJ6MFQL._AA210_.jpg" alt="Pugster Turquoise Flower Brooch" id="detailProductImage"></a></div></td><td><div id="titleAndByLine"><h2>Pugster Turquoise Flower Brooch<br><span class="by">From Pugster</span></h2></div><table id="prices"><tbody><tr id="ourprice"><td class="pricelabel"><span>Price: </span></td><td><span class="amount" id="detailOfferPrice">$21.32</span></td></tr></tbody></table><form method="post" action="http://www.thinkwhite.com/store/cart/add/B000BD9OR6/104-1012475-5813512" name="buybox" id="addToCartForm"><input name="offerId" value="jsySdFHe5ZQK48bWhFp%2Fn%2BhFNGAIWhc4GqfqMk837pmPbDZP2sYQzbdiy8v%2FDtbzYaNxBPRddh4iCr96BGes2iN1tl4YXho7PceGRgYrnBhKMbKmgnLipf5ykWvsta4AdseKyqcoMmA%3D" type="hidden"><input src="http://www.thinkwhite.com/store/images/add-to-cart-black._V4678835.png" alt="Add to cart" name="pngImage" id="buybutton" type="image" border="0" height="27" width="159"></form><br><p><b>Availability: </b>Usually ships in 1-2 business days<br>Ships from and sold by Pugster Inc.<br></p></td></tr></tbody></table><div id="productDescription"><h2>Product Description</h2><p>The Pugster Turquoise Flower Brooch. This brooch features a flower with aquamarine and turquoise rhinestones. Crafted and authenticated by Pugster Inc. The Pugster Turquoise Flower Brooch.<img src="http://jewelry.pugster.com/tracking/Amazon/TAB_SJ_033R"></p></div><div id="productDetails">   <hr>   <h2>Product Details</h2>   <ul><li>Amazon Sales Rank: #25011 in Jewelry</li><li>Brand: Pugster</li></ul><h3>Features</h3><ul><li>Metal: STAINLESS STEEL</li><li>Plating: SILVER TONE</li><li>Stones: RHINESTONE</li><li>Pugster Turquoise Flower Brooch</li></ul> </div>    </div>]]></content:encoded></item><item><title>Pugster Pearl Plumeria Flower Brooch</title><dc:creator>ThinkWhite</dc:creator><dc:subject>HOME</dc:subject><dc:date>2008-07-13T16:19:28+07:00</dc:date><link>http://www.thinkwhite.com/index_files/Pugster-Pearl-Plumeria.php#unique-entry-id-70</link><guid isPermaLink="true">http://www.thinkwhite.com/index_files/Pugster-Pearl-Plumeria.php#unique-entry-id-70</guid><content:encoded><![CDATA[<div id="content">       <table id="detailheader" cellspacing="0"><tbody><tr><td id="detailImage"><div class="relative"><a href="http://www.thinkwhite.com/store/Pugster-Pearl-Plumeria-Flower-Br/images/B00078MNXW/" target="ImageView" id="imageViewerLink"><img src="http://ecx.images-amazon.com/images/I/51H2Z6BPJGL._AA210_.jpg" alt="Pugster Pearl Plumeria Flower Brooch" id="detailProductImage"></a></div></td><td><div id="titleAndByLine"><h2>Pugster Pearl Plumeria Flower Brooch<br><span class="by">From Pugster</span></h2></div><table id="prices"><tbody><tr id="ourprice"><td class="pricelabel"><span>Price: </span></td><td><span class="amount" id="detailOfferPrice">$27.99</span></td></tr></tbody></table><form method="post" action="http://www.thinkwhite.com/store/cart/add/B00078MNXW/104-1012475-5813512" name="buybox" id="addToCartForm"><input name="offerId" value="wn4SgzD2rLgIvWg5a7dkMJ2EX9Pxqd7CWQL%2BqRlRIEHHlpkdI2H55x1Pvha6fWCkcyaS26c4GikG31vWXCnnIS8OO0tEbPmVDUw%2FHQ903wc2D%2FST9M%2Bk8p%2FP5QJa1jEC%2Fy%2FmV5EZvFA%3D" type="hidden"><input src="http://www.thinkwhite.com/store/images/add-to-cart-black._V4678835.png" alt="Add to cart" name="pngImage" id="buybutton" type="image" border="0" height="27" width="159"></form><br><p><b>Availability: </b>Usually ships in 1-2 business days<br>Ships from and sold by Pugster Inc.<br></p></td></tr></tbody></table><div id="productDescription"><h2>Product Description</h2><p>The Pugster Pearl Plumeria Flower Brooch. Use a brooch to accessorize your favorite outfit or spice up apparel that just needs some extra kick. The Pugster Pearl Plumeria Flower Brooch is made from silver tone metal in the shape of a plumeria bloom, and it is accented with clear and opalescent Austrian crystal rhinestones and a large acrylic pearl center. This Pugster brooch is perfect to give a fun, artistic flair to whatever it is that you are wearing. Each Pugster brooch is created for people who love high quality handcrafted jewelry with a price that is sure to make you smile. This 25 gram brooch is 2 inches tall by 2 1/8 inches wide, and it fastens securely with a metal pin clasp. Crafted and authenticated by Pugster (TM) Inc. these Pearl Plumeria Flower Brooches are available for both and purchase through our store. The Pugster Pearl Plumeria Flower Brooch.<img src="http://jewelry.pugster.com/tracking/Amazon/TAB_114017_PS"></p></div><div id="productDetails">   <hr>   <h2>Product Details</h2>   <ul><li>Amazon Sales Rank: #32758 in Jewelry</li><li>Brand: Pugster</li></ul><h3>Features</h3><ul><li>Color: White, Clear, Opalescent, Pearl</li><li>Note: Pin Clasp</li><li>Plating: Silver Tone</li><li>Stones: Austrian Crystal, Rhinestone, Crystal, Acrylic Pearl</li><li>Weight (gram): 25</li></ul> </div>    </div>]]></content:encoded></item><item><title>Pugster Triquetas Brooch</title><dc:creator>ThinkWhite</dc:creator><dc:subject>HOME</dc:subject><dc:date>2008-07-13T16:18:25+07:00</dc:date><link>http://www.thinkwhite.com/index_files/Pugster-Triquetas-Brooch.php#unique-entry-id-69</link><guid isPermaLink="true">http://www.thinkwhite.com/index_files/Pugster-Triquetas-Brooch.php#unique-entry-id-69</guid><content:encoded><![CDATA[<div id="content">       <table id="detailheader" cellspacing="0"><tbody><tr><td id="detailImage"><div class="relative"><a href="http://www.thinkwhite.com/store/Pugster-Triquetas-Brooch/images/B00078MNY6/" target="ImageView" id="imageViewerLink"><img src="http://ecx.images-amazon.com/images/I/51Q7Q7BSZHL._AA210_.jpg" alt="Pugster Triquetas Brooch" id="detailProductImage"></a></div></td><td><div id="titleAndByLine"><h2>Pugster Triquetas Brooch<br><span class="by">From Pugster</span></h2></div><table id="prices"><tbody><tr id="ourprice"><td class="pricelabel"><span>Price: </span></td><td><span class="amount" id="detailOfferPrice">$21.32</span></td></tr></tbody></table><form method="post" action="http://www.thinkwhite.com/store/cart/add/B00078MNY6/104-1012475-5813512" name="buybox" id="addToCartForm"><input name="offerId" value="03Tjau5wCX8DGcnTmpYu6yZsOfe%2B2im00elhdA6MQODjIpH8UlHkiM%2FsaEf38Ew%2BeYX9v2vcydxoxU21hGhB0SfXrj%2F2ZLS8E0Y232bRaWxV5b7saNItHoy0imKmXy20RGTsm8Nt5TE%3D" type="hidden"><input src="http://www.thinkwhite.com/store/images/add-to-cart-black._V4678835.png" alt="Add to cart" name="pngImage" id="buybutton" type="image" border="0" height="27" width="159"></form><br><p><b>Availability: </b>Usually ships in 1-2 business days<br>Ships from and sold by Pugster Inc.<br></p></td></tr></tbody></table><div id="productDescription"><h2>Product Description</h2><p>The Pugster Triquetas Brooch. This pretty brooch features a triqueta of leaves adorned with caramel colored and amber opalescent rhinestones, with small triquetas between each leaf. In the center is a triqueta of rose colored faux pearls. This brooch is crafted and authenticated by Pugster Inc. Measures approximately 2 inches in diameter. Attaches securely with a pin clasp. Enlarged to show detail. The Pugster Triquetas Brooch.<img src="http://jewelry.pugster.com/tracking/Amazon/TAB_114018_PS"></p></div><div id="productDetails">   <hr>   <h2>Product Details</h2>   <ul><li>Amazon Sales Rank: #35475 in Jewelry</li><li>Brand: Pugster</li></ul><h3>Features</h3><ul><li>Metal: Stainless Steel</li><li>Note: PIN CLASP</li><li>Plating: Silver Tone</li><li>Stones: Rhinestone</li><li>Pugster Triquetas Brooch</li></ul> </div>    </div>]]></content:encoded></item><item><title>Pugster April Rhinestone</title><dc:creator>ThinkWhite</dc:creator><dc:subject>HOME</dc:subject><dc:date>2008-07-13T16:14:09+07:00</dc:date><link>http://www.thinkwhite.com/index_files/Pugster-April-Rhinestone.php#unique-entry-id-68</link><guid isPermaLink="true">http://www.thinkwhite.com/index_files/Pugster-April-Rhinestone.php#unique-entry-id-68</guid><content:encoded><![CDATA[<div id="content">       <table id="detailheader" cellspacing="0"><tbody><tr><td id="detailImage"><div class="relative"><a href="http://www.thinkwhite.com/store/Pugster-April-Rhinestone-And-Fau/images/B000X27SFA/" target="ImageView" id="imageViewerLink"><img src="http://ecx.images-amazon.com/images/I/41Eq4WzrvWL._AA210_.jpg" alt="Pugster April Rhinestone And Faux Pearl Flower Brooch" id="detailProductImage"></a></div></td><td><div id="titleAndByLine"><h2>Pugster April Rhinestone And Faux Pearl Flower Brooch<br><span class="by">From Pugster</span></h2></div><table id="prices"><tbody><tr id="ourprice"><td class="pricelabel"><span>Price: </span></td><td><span class="amount" id="detailOfferPrice">$19.99</span></td></tr></tbody></table><form method="post" action="http://www.thinkwhite.com/store/cart/add/B000X27SFA/104-1012475-5813512" name="buybox" id="addToCartForm"><input name="offerId" value="EwrCIp7b0ynNTqLJ4EIqm%2FXg82SXf1zyE%2Fv%2BOjSwpOz9zLwJ8shdQl9rXeg3BWZJaZmXLdMR6%2F7VVuBwUh7jPKcgzwwm1AN9JSriXymB5j%2BB9KEsABNpK0PLFYsDK%2Bup%2Bxyr5CigO4Y%3D" type="hidden"><input src="http://www.thinkwhite.com/store/images/add-to-cart-black._V4678835.png" alt="Add to cart" name="pngImage" id="buybutton" type="image" border="0" height="27" width="159"></form><br><p><b>Availability: </b>Usually ships in 1-2 business days<br>Ships from and sold by Pugster Inc.<br></p></td></tr></tbody></table><div id="productDescription"><h2>Product Description</h2><p>The Pugster April Rhinestone And Faux Pearl Flower Brooch. A great looking brooch is always an appreciated fashion accessory. And a Pugster April Rhinestone and Faux Pearl Flower Brooch pin is one of the best looking brooches you will find anywhere. Decorated with rhinestones, this cute fashion brooch pin will add a sparkling flair to your jacket lapel or scarf. Measuring 1.3 inches tall by 1.3 inches wide, each 17.5 gram brooch fastens securely with a metal pin. Each Pugster brooch is created for people who love high quality handcrafted jewelry with a price that is sure to make you smile. Like all gold plated brooches crafted by Pugster (TM) Inc. April Rhinestone and Faux Pearl Flower Brooches are available for both and purchase through our online store. The Pugster April Rhinestone And Faux Pearl Flower Brooch.<img src="http://jewelry.pugster.com/tracking/Amazon/BCH_730_X04"></p></div>

<div id="productDetails">   <hr>   <h2>Product Details</h2>   <ul><li>Amazon Sales Rank: #38800 in Jewelry</li><li>Brand: Pugster</li></ul><h3>Features</h3><ul><li>Color: Gold</li><li>Plating: Gold Plated</li><li>Stones: Austrian Crystals, Rhinestones, Crystals, Faux Pearl</li><li>Weight (gram): 17.5</li><li>Shape: Flower</li></ul> </div>    </div>]]></content:encoded></item><item><title>Pugster Gold Tone Spiral Star</title><dc:creator>ThinkWhite</dc:creator><dc:subject>HOME</dc:subject><dc:date>2008-07-13T16:12:39+07:00</dc:date><link>http://www.thinkwhite.com/index_files/Pugster-Gold-%20Spiral-Star.php#unique-entry-id-67</link><guid isPermaLink="true">http://www.thinkwhite.com/index_files/Pugster-Gold-%20Spiral-Star.php#unique-entry-id-67</guid><content:encoded><![CDATA[<div id="content">       <table id="detailheader" cellspacing="0"><tbody><tr><td id="detailImage"><div class="relative"><a href="http://www.thinkwhite.com/store/Pugster-Gold-Tone-Spiral-Star-Rhinestone-Fa/images/B000X3RW46/" target="ImageView" id="imageViewerLink"><img src="http://ecx.images-amazon.com/images/I/51nrlHTimkL._AA210_.jpg" alt="Pugster Gold Tone Spiral Star Rhinestone Faux Pearl Brooch" id="detailProductImage"></a></div></td><td><div id="titleAndByLine"><h2>Pugster Gold Tone Spiral Star Rhinestone Faux Pearl Brooch<br><span class="by">From Pugster</span></h2></div><table id="prices"><tbody><tr id="ourprice"><td class="pricelabel"><span>Price: </span></td><td><span class="amount" id="detailOfferPrice">$30.65</span></td></tr></tbody></table><form method="post" action="http://www.thinkwhite.com/store/cart/add/B000X3RW46/104-1012475-5813512" name="buybox" id="addToCartForm"><input name="offerId" value="gBFLskVLSQ1bJMUA4ZNmLFBbg%2BZMEBkU34OfwN94PqG9xqHxla1qh9gHaVsyrRE3uGTRQ4q0Ud9Vsu9q5%2FLtbyrt6m%2BEcu5l8KWDizqVrle4FQgdGAPvRso88epDQgROgr6Nf6oUvOs%3D" type="hidden"><input src="http://www.thinkwhite.com/store/images/add-to-cart-black._V4678835.png" alt="Add to cart" name="pngImage" id="buybutton" type="image" border="0" height="27" width="159"></form><br><p><b>Availability: </b>Usually ships in 1-2 business days<br>Ships from and sold by Pugster Inc.<br></p></td></tr></tbody></table><div id="productDescription"><h2>Product Description</h2><p>The Pugster Gold Tone Spiral Star Rhinestone Faux Pearl Brooch. A great looking brooch is always an appreciated fashion accessory. And a Pugster Gold Tone Spiral Star Rhinestone Faux Pearl Brooch pin is one of the best looking brooches you will find anywhere. Decorated with rhinestones, this cute fashion brooch pin will add a sparkling flair to your jacket lapel or scarf. Measuring 1.7 inches tall by 1.7 inches wide, each 10.4 gram brooch fastens securely with a metal pin. Each Pugster brooch is created for people who love high quality handcrafted jewelry with a price that is sure to make you smile. Like all gold and silver tone brooches crafted by Pugster (TM) Pugster Gold Tone Spiral Star Rhinestone Faux Pearl brooches are available for both and purchase through our online store. The Pugster Gold Tone Spiral Star Rhinestone Faux Pearl Brooch.<img src="http://jewelry.pugster.com/tracking/Amazon/BCH_674_XML"></p></div><div id="productDetails">   <hr>   <h2>Product Details</h2>   <ul><li>Amazon Sales Rank: #8051 in Jewelry</li><li>Brand: Pugster</li></ul><h3>Features</h3><ul><li>Color: Gold</li><li>Plating: Gold Plated</li><li>Stones: Austrian Crystals, Rhinestones, Crystals, Faux Pearl</li><li>Weight (gram): 10.4</li><li>Shape: Spiral Star</li></ul> </div>    </div>]]></content:encoded></item><item><title>Soundtracks</title><dc:creator>ThinkWhite</dc:creator><dc:subject>HOME</dc:subject><dc:date>2008-07-13T16:10:59+07:00</dc:date><link>http://www.thinkwhite.com/index_files/Soundtracks.php#unique-entry-id-66</link><guid isPermaLink="true">http://www.thinkwhite.com/index_files/Soundtracks.php#unique-entry-id-66</guid><content:encoded><![CDATA[<div id="listmania">	  <div id="submasthead"><span class="title2">Top 20 Most Inspiring Movie Soundtracks</span><br><span class="by">By an Amazon.com customer</span></div><table id="listmania" cellspacing="0">		<tbody><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/21ZCVE4R3KL._AA75_.jpg" alt="The Last of the Mohicans (1992 Film)"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/The-Last-of-the-Mohicans-1992-Film/detail/B00004YLQU/" class="listitem" title="The Last of the Mohicans (1992 Film)"><strong>The Last of the Mohicans (1992 Film)</strong></a> by <span class="by">Randy Edelman</span><br>     Buy new:  
     $14.98 
     / Used from:  
     $6.50<div class="listmaniaComments">The Last of the Mohicans possesses the ULTIMATE movie theme song, as well as some great violin pieces in 'The Kiss' and 'Promontory'. The entire soundtrack is simply amazing.</div></td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/21Hea5zVNNL._AA75_.jpg" alt="Braveheart: Original Motion Picture Soundtrack"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Braveheart-Original-Motion-Picture-Soundtrack/detail/B000004286/" class="listitem" title="Braveheart: Original Motion Picture Soundtrack"><strong>Braveheart: Original Motion Picture Soundtrack</strong></a><br>     Buy new:  
     $13.99 
     / Used from:  
     $3.39<div class="listmaniaComments">Just listening to this Scottish sounding score creates images of the green Scotland mountains and countryside. The music is epic and filled with emotion. It makes you feel what William Wallace feels.</div></td></tr><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/313IYA6CoqL._AA75_.jpg" alt="Pirates Of The Caribbean: The Curse Of The Black Pearl"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Pirates-Of-The-Caribbean-The-Curse-Of-The-Black-Pearl/detail/B0000A1RJI/" class="listitem" title="Pirates Of The Caribbean: The Curse Of The Black Pearl"><strong>Pirates Of The Caribbean: The Curse Of The Black Pearl</strong></a> by <span class="by">Klaus Badelt</span><br>     Buy new:  
     $10.97 
     / Used from:  
     $7.48<div class="listmaniaComments">A swashbuckling pirate movie needs a swashbuckling score, and Klaus Badelt doesn't disappoint. Great themes throughout.</div></td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/41B4AXP5DXL._AA75_.jpg" alt="Gladiator"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Gladiator/detail/B00004STPT/" class="listitem" title="Gladiator"><strong>Gladiator</strong></a><br>     Buy new:  
     $14.99 
     / Used from:  
     $5.20<div class="listmaniaComments">Hans Zimmer is undoubtetly one of the greatest composers of all time. Gladiator arouses the listener with a grand battle theme and much more.</div></td></tr><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/41T6V70B9TL._AA75_.jpg" alt="The Patriot: Original Motion Picture Score (2000 Film)"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/The-Patriot-Original-Motion-Picture-Score-2000-Film/detail/B00004U03X/" class="listitem" title="The Patriot: Original Motion Picture Score (2000 Film)"><strong>The Patriot: Original Motion Picture Score (2000 Film)</strong></a> by <span class="by">John Williams</span><br>     Buy new:  
     $12.99 
     / Used from:  
     $5.89<div class="listmaniaComments">After watching "The Patriot", one main thing made it my all time favorite movie: the music. John Williams will bring out the colonialism in anyone. The theme is amazing.</div></td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/41HK8136EXL._AA75_.jpg" alt="The Mighty"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/The-Mighty/detail/B00000DGCN/" class="listitem" title="The Mighty"><strong>The Mighty</strong></a><br>     Buy used from:  $5.00<div class="listmaniaComments">Filled with drama and Celtic inspiration, Trevor Jones(composer of #1 Last of the Mohicans) delivers a score worthy of number 6. The Mighty gives the listener a chivilrous feel.</div></td></tr><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/519u91Z2GuL._AA75_.jpg" alt="The Lord of the Rings: The Two Towers"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/The-Lord-of-the-Rings-The-Two-Towers/detail/B00007BH5C/" class="listitem" title="The Lord of the Rings: The Two Towers"><strong>The Lord of the Rings: The Two Towers</strong></a> by <span class="by">Howard Shore</span><br>     Buy new:  
     $19.98 
     / Used from:  
     $4.00<div class="listmaniaComments">The Two Towers is one of the most epic movie scores of all time. The famous violin theme to accompany Edoras and the Riders of Rohan will stick in your head for a while!</div></td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/51rMQjdUCWL._AA75_.jpg" alt="Rocky IV: Original Motion Picture Soundtrack"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Rocky-IV-Original-Motion-Picture-Soundtrack/detail/B00000I01A/" class="listitem" title="Rocky IV: Original Motion Picture Soundtrack"><strong>Rocky IV: Original Motion Picture Soundtrack</strong></a> by <span class="by">Various Artists</span><br>     Buy used from:  $5.17<div class="listmaniaComments">Now, this is an inspirational soundtrack! The songs unleash pur adrenaline. This is what you want to listen to before a sports event or working out. My favorites are "War" and "Hearts on Fire".</div></td></tr><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/21FTF63R05L._AA75_.jpg" alt="The 13th Warrior: Original Motion Picture Soundtrack"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/The-13th-Warrior-Original-Motion-Picture-Soundtrack/detail/B00000JWOZ/" class="listitem" title="The 13th Warrior: Original Motion Picture Soundtrack"><strong>The 13th Warrior: Original Motion Picture Soundtrack</strong></a><br>     Buy new:  
     $14.99 
     / Used from:  
     $9.98<div class="listmaniaComments">Jerry Goldsmith creates an epic victorious feel with this one. The main theme is outstanding. This music goes great with the movie. You'll be hearing it in your head for a while!</div></td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/51Phk46bk8L._AA75_.jpg" alt="Chariots Of Fire"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Chariots-Of-Fire/detail/B000001F28/" class="listitem" title="Chariots Of Fire"><strong>Chariots Of Fire</strong></a><br>     Buy new:  
     $7.97 
     / Used from:  
     $2.10<div class="listmaniaComments">Best known for it's main theme, Vangelis's "Chariots of Fire" is a popular favorite. It is full of emotion and inspiration. The piano and synthesizers go great together! You HAVE to hear this one.</div></td></tr><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/41HZ9YJD7XL._AA75_.jpg" alt="The Lord of the Rings: The Return of the King"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/The-Lord-of-the-Rings-The-Return-of-the-King/detail/B0000DZEA1/" class="listitem" title="The Lord of the Rings: The Return of the King"><strong>The Lord of the Rings: The Return of the King</strong></a> by <span class="by">Howard Shore</span><br>     Buy new:  
     $14.99 
     / Used from:  
     $4.97<div class="listmaniaComments">Howard Shore makes The Return of the King a classic with his score. The main theme is a mixture of chivalry, fantasy, and victory. "Minas Tirith" is especially good.</div></td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/4172V2RT41L._AA75_.jpg" alt="The Edge: Original Motion Picture Soundtrack"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/The-Edge-Original-Motion-Picture-Soundtrack/detail/B000003GBG/" class="listitem" title="The Edge: Original Motion Picture Soundtrack"><strong>The Edge: Original Motion Picture Soundtrack</strong></a><br>     Buy used from:  $59.99<div class="listmaniaComments">When you hear "The Edge" it takes you to a magical land of majestic mountains and crystal rivers. The opening plane sequence is outstanding.</div></td></tr><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/510P553AYFL._AA75_.jpg" alt="The Good, The Bad &amp; The Ugly: Original Motion Picture Soundtrack"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/The-Good-The-Bad-and-The-Ugly-Original-Motion-Picture-Soundtrack/detail/B000002UDT/" class="listitem" title="The Good, The Bad &amp; The Ugly: Original Motion Picture Soundtrack"><strong>The Good, The Bad &amp; The Ugly: Original Motion Picture Soundtrack</strong></a><br>     Buy used from:  $6.40<div class="listmaniaComments">Condsidered my many as one of the greatest film scores ever, Morricone's Good, Bad, Ugly suits the movie well and is a pleasure to listen to. The popular theme and "The Ecstacy of Gold" highlight it.</div></td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/51RV7SY9XDL._AA75_.jpg" alt="Rudy: Original Motion Picture Soundtrack"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Rudy-Original-Motion-Picture-Soundtrack/detail/B0000014TQ/" class="listitem" title="Rudy: Original Motion Picture Soundtrack"><strong>Rudy: Original Motion Picture Soundtrack</strong></a><br>     Buy new:  
     $13.99 
     / Used from:  
     $10.50<div class="listmaniaComments">Rudy is an inspiring sports movie and the music puts you right there. It bursts with emotion and victory, similar to Jerry Goldsmith's 'Hoosiers'.</div></td></tr><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/514TPBSGAJL._AA75_.jpg" alt="Dances with Wolves"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Dances-with-Wolves/detail/B0001CCY7E/" class="listitem" title="Dances with Wolves"><strong>Dances with Wolves</strong></a><br>     Buy new:  
     $10.99 
     / Used from:  
     $6.11<div class="listmaniaComments">The John Dunbar theme is one to remember in Dances with Wolves. You won't have trouble forgetting it. It's is a grand blast of trumpets and strings and puts you on the Dakota countryside.</div></td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/41RBZNMKG9L._AA75_.jpg" alt="1492: Conquest of Paradise - Original Motion Picture Soundtrack"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/1492-Conquest-of-Paradise-Original-Motion-Picture-Soundtrack/detail/B000002IUK/" class="listitem" title="1492: Conquest of Paradise - Original Motion Picture Soundtrack"><strong>1492: Conquest of Paradise - Original Motion Picture Soundtrack</strong></a><br>     Buy new:  
     $12.99 
     / Used from:  
     $4.24<div class="listmaniaComments">Vangelis scores bigtime with this one. 1492 has some great songs like "Conquest of Paradise" and "Pinta, Nina, Santa Maria".</div></td></tr><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/41J6KW5BTNL._AA75_.jpg" alt="The Last Samurai"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/The-Last-Samurai/detail/B0000DZTIW/" class="listitem" title="The Last Samurai"><strong>The Last Samurai</strong></a> by <span class="by">Hans Zimmer</span><br>     Buy new:  
     $14.99 
     / Used from:  
     $6.48<div class="listmaniaComments">John Williams never ceases to amaze. His score for The Last Samurai includes many different themes(all Japanese oriented)and all are amazing. My favorite is "Red Warrior".</div></td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/51S6WRMSVFL._AA75_.jpg" alt="The Natural (1984 Film)"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/The-Natural-1984-Film/detail/B000002L6A/" class="listitem" title="The Natural (1984 Film)"><strong>The Natural (1984 Film)</strong></a><br>     Buy new:  
     $8.98 
     / Used from:  
     $3.89<div class="listmaniaComments">Another sports masterpiece, The Natural's music from Thomas Newman makes The Natural an epic sports film. The theme playing when Roy Hobbs smashes the lights with his monster home run is AMAZING!</div></td></tr><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/419FGQYCB2L._AA75_.jpg" alt="Cutthroat Island"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Cutthroat-Island/detail/B000008123/" class="listitem" title="Cutthroat Island"><strong>Cutthroat Island</strong></a><br>     Buy new:  
     $33.99 
     / Used from:  
     $24.88<div class="listmaniaComments">Similar to Pirates of the Caribbean, Cutthroat Island has a memorable theme.</div></td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/41NMHGZPY2L._AA75_.jpg" alt="The Village"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/The-Village/detail/B0002IQJSC/" class="listitem" title="The Village"><strong>The Village</strong></a><br>     Buy new:  
     $12.99 
     / Used from:  
     $6.50<div class="listmaniaComments">James Newton Howard's "The Village" is an emotional score of mainly violin and piano. It creates a small village-like atmosphere. The soundtrack is pleasing to listen to.</div></td></tr>	  </tbody></table>	</div>]]></content:encoded></item><item><title>John Williams</title><dc:creator>ThinkWhite</dc:creator><dc:subject>HOME</dc:subject><dc:date>2008-07-13T16:10:14+07:00</dc:date><link>http://www.thinkwhite.com/index_files/John-Williams.php#unique-entry-id-65</link><guid isPermaLink="true">http://www.thinkwhite.com/index_files/John-Williams.php#unique-entry-id-65</guid><content:encoded><![CDATA[<div id="listmania">	  <div id="submasthead"><span class="title2">John Williams and Me</span><br><span class="by">By an Amazon.com customer</span></div><table id="listmania" cellspacing="0">		<tbody><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/51PMYM2K1NL._AA75_.jpg" alt="Harry Potter and the Prisoner of Azkaban"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Harry-Potter-and-the-Prisoner-of-Azkaban/detail/B00020HEG6/" class="listitem" title="Harry Potter and the Prisoner of Azkaban"><strong>Harry Potter and the Prisoner of Azkaban</strong></a><br>     Buy new:  
     $14.99 
     / Used from:  
     $4.98</td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/616DGW1DF3L._AA75_.gif" alt="Jurassic Park: Original Motion Picture Soundtrack"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Jurassic-Park-Original-Motion-Picture-Soundtrack/detail/B000002OOY/" class="listitem" title="Jurassic Park: Original Motion Picture Soundtrack"><strong>Jurassic Park: Original Motion Picture Soundtrack</strong></a><br>     Buy new:  
     $14.99 
     / Used from:  
     $1.50</td></tr><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/51G0E3WN3PL._AA75_.jpg" alt="Star Wars Episode III: Revenge of the Sith - Original Motion Picture Soundtrack"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Star-Wars-Episode-III-Revenge-of-the-Sith-Original-Motion-Picture-Soundtrack/detail/B000850IS6/" class="listitem" title="Star Wars Episode III: Revenge of the Sith - Original Motion Picture Soundtrack"><strong>Star Wars Episode III: Revenge of the Sith - Original Motion Picture Soundtrack</strong></a><br>     Buy new:  
     $12.97 
     / Used from:  
     $3.00</td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/511ESNA79GL._AA75_.jpg" alt="Star Wars: A New Hope: The Original Motion Picture Soundtrack (Special Edition)"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Star-Wars-A-New-Hope-The-Original-Motion-Picture-Soundtrack-Special-Edition/detail/B000003G8X/" class="listitem" title="Star Wars: A New Hope: The Original Motion Picture Soundtrack (Special Edition)"><strong>Star Wars: A New Hope: The Original Motion Picture Soundtrack (Special Edition)</strong></a> by <span class="by">John Williams</span><br>     Buy used from:  $6.97</td></tr><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/4101Y8G54NL._AA75_.jpg" alt="Far And Away: Original Motion Picture Soundtrack"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Far-And-Away-Original-Motion-Picture-Soundtrack/detail/B000002OL9/" class="listitem" title="Far And Away: Original Motion Picture Soundtrack"><strong>Far And Away: Original Motion Picture Soundtrack</strong></a> by <span class="by">John Williams</span><br>     Buy new:  
     $10.99 
     / Used from:  
     $3.25</td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/51R04XD813L._AA75_.jpg" alt="Indiana Jones And The Last Crusade: Original Motion Picture Soundtrack"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Indiana-Jones-And-The-Last-Crusade-Original-Motion-Picture-Soundtrack/detail/B000002LHC/" class="listitem" title="Indiana Jones And The Last Crusade: Original Motion Picture Soundtrack"><strong>Indiana Jones And The Last Crusade: Original Motion Picture Soundtrack</strong></a><br>     Buy used from:  $29.90</td></tr><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/41Y2BKVE8CL._AA75_.jpg" alt="Superman - The Movie: Original Motion Picture Soundtrack"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Superman-The-Movie-Original-Motion-Picture-Soundtrack/detail/B000046PVN/" class="listitem" title="Superman - The Movie: Original Motion Picture Soundtrack"><strong>Superman - The Movie: Original Motion Picture Soundtrack</strong></a><br>     Buy used from:  $16.75</td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/61rCHH8UiqL._AA75_.jpg" alt="Star Wars Episode II: Attack of the Clones - Original Motion Picture Soundtrack"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Star-Wars-Episode-II-Attack-of-the-Clones-Original-Motion-Picture-Soundtrack/detail/B000062VVV/" class="listitem" title="Star Wars Episode II: Attack of the Clones - Original Motion Picture Soundtrack"><strong>Star Wars Episode II: Attack of the Clones - Original Motion Picture Soundtrack</strong></a> by <span class="by">John Williams</span><br>     Buy new:  
     $10.97 
     / Used from:  
     $3.00</td></tr><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/61AGX7DMVQL._AA75_.jpg" alt="The Empire Strikes Back: The Original Motion Picture Soundtrack (Special Edition)"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/The-Empire-Strikes-Back-The-Original-Motion-Picture-Soundtrack-Special-Edition/detail/B000003G8Z/" class="listitem" title="The Empire Strikes Back: The Original Motion Picture Soundtrack (Special Edition)"><strong>The Empire Strikes Back: The Original Motion Picture Soundtrack (Special Edition)</strong></a> by <span class="by">John Williams</span><br>     Buy used from:  $10.49</td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/21E1TR4CA4L._AA75_.jpg" alt="Schindler's List: Original Motion Picture Soundtrack"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Schindler-s-List-Original-Motion-Picture-Soundtrack/detail/B000002OXV/" class="listitem" title="Schindler's List: Original Motion Picture Soundtrack"><strong>Schindler's List: Original Motion Picture Soundtrack</strong></a><br>     Buy used from:  $29.95</td></tr><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/41EX5W4BEQL._AA75_.jpg" alt="E.T. The Extra-Terrestrial: The 20th Anniversary Edition"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/E-T-The-Extra-Terrestrial-The-20th-Anniversary-Edition/detail/B0000639AI/" class="listitem" title="E.T. The Extra-Terrestrial: The 20th Anniversary Edition"><strong>E.T. The Extra-Terrestrial: The 20th Anniversary Edition</strong></a><br>     Buy new:  
     $9.97 
     / Used from:  
     $1.99</td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/41PjgA5f3IL._AA75_.jpg" alt="Saving Private Ryan: Music From The Original Motion Picture Soundtrack"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Saving-Private-Ryan-Music-From-The-Original-Motion-Picture-Soundtrack/detail/B000009DUY/" class="listitem" title="Saving Private Ryan: Music From The Original Motion Picture Soundtrack"><strong>Saving Private Ryan: Music From The Original Motion Picture Soundtrack</strong></a><br>     Buy new:  
     $7.97 
     / Used from:  
     $2.97</td></tr><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/51SQXGRXDWL._AA75_.jpg" alt="Star Wars: Episode VI - Return of the Jedi"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Star-Wars-Episode-VI-Return-of-the-Jedi/detail/B0002YCVK6/" class="listitem" title="Star Wars: Episode VI - Return of the Jedi"><strong>Star Wars: Episode VI - Return of the Jedi</strong></a><br>     Buy new:  
     $16.97 
     / Used from:  
     $10.00</td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/5130KX5CZPL._AA75_.jpg" alt="Star Wars Episode I: The Phantom Menace (The Ultimate Star Wars Recording)(1999 Film)"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Star-Wars-Episode-I-The-Phantom-Menace-The-Ultimate-Star-Wars-Recording-1999-Film/detail/B000051VYS/" class="listitem" title="Star Wars Episode I: The Phantom Menace (The Ultimate Star Wars Recording)(1999 Film)"><strong>Star Wars Episode I: The Phantom Menace (The Ultimate Star Wars Recording)(1999 Film)</strong></a> by <span class="by">John Williams</span><br>     Buy new:  
     $23.97 
     / Used from:  
     $7.45</td></tr><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/41K959N1RQL._AA75_.jpg" alt="The Terminal (Score)"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/The-Terminal-Score/detail/B00029RSSQ/" class="listitem" title="The Terminal (Score)"><strong>The Terminal (Score)</strong></a><br>     Buy new:  
     $18.98 
     / Used from:  
     $5.43</td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/41XB5AQ98KL._AA75_.jpg" alt="The Lost World: Jurassic Park - Original Motion Picture Soundtrack"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/The-Lost-World-Jurassic-Park-Original-Motion-Picture-Soundtrack/detail/B000002P6K/" class="listitem" title="The Lost World: Jurassic Park - Original Motion Picture Soundtrack"><strong>The Lost World: Jurassic Park - Original Motion Picture Soundtrack</strong></a><br>     Buy used from:  $39.00</td></tr><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/41QZ5EHGV1L._AA75_.jpg" alt="Harry Potter and the Sorcerer's Stone - Original Motion Picture Soundtrack"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Harry-Potter-and-the-Sorcerer-s-Stone-Original-Motion-Picture-Soundtrack/detail/B00005OWIU/" class="listitem" title="Harry Potter and the Sorcerer's Stone - Original Motion Picture Soundtrack"><strong>Harry Potter and the Sorcerer's Stone - Original Motion Picture Soundtrack</strong></a> by <span class="by">John Williams</span><br>     Buy new:  
     $14.99 
     / Used from:  
     $2.00</td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/41QQQ8QCNQL._AA75_.jpg" alt="Harry Potter and the Chamber of Secrets"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Harry-Potter-and-the-Chamber-of-Secrets/detail/B00006IR5S/" class="listitem" title="Harry Potter and the Chamber of Secrets"><strong>Harry Potter and the Chamber of Secrets</strong></a> by <span class="by">John Williams</span><br>     Buy new:  
     $14.99 
     / Used from:  
     $3.58</td></tr><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/41T6V70B9TL._AA75_.jpg" alt="The Patriot: Original Motion Picture Score (2000 Film)"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/The-Patriot-Original-Motion-Picture-Score-2000-Film/detail/B00004U03X/" class="listitem" title="The Patriot: Original Motion Picture Score (2000 Film)"><strong>The Patriot: Original Motion Picture Score (2000 Film)</strong></a> by <span class="by">John Williams</span><br>     Buy new:  
     $12.99 
     / Used from:  
     $5.89</td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/41JBJAF6YDL._AA75_.jpg" alt="Indiana Jones And The Temple Of Doom: The Original Motion Picture Soundtrack"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Indiana-Jones-And-The-Temple-Of-Doom-The-Original-Motion-Picture-Soundtrack/detail/B000007QSE/" class="listitem" title="Indiana Jones And The Temple Of Doom: The Original Motion Picture Soundtrack"><strong>Indiana Jones And The Temple Of Doom: The Original Motion Picture Soundtrack</strong></a><br>     Buy used from:  $72.77</td></tr>	  </tbody></table>	</div>]]></content:encoded></item><item><title>Kate McMullan</title><dc:creator>ThinkWhite</dc:creator><dc:subject>HOME</dc:subject><dc:date>2008-07-13T16:08:55+07:00</dc:date><link>http://www.thinkwhite.com/index_files/Kate-McMullan.php#unique-entry-id-64</link><guid isPermaLink="true">http://www.thinkwhite.com/index_files/Kate-McMullan.php#unique-entry-id-64</guid><content:encoded><![CDATA[<div id="listmania">	  <div id="submasthead"><span class="title2">Kate McMullan`s Dragon Slayers' Academy</span><br><span class="by">By an Amazon.com customer</span></div><table id="listmania" cellspacing="0">		<tbody><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/51S19MP0R8L._AA75_.jpg" alt="The New Kid at School (Dragon Slayers' Academy, No. 1)"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/The-New-Kid-at-School-Dragon-Slayers-Academy-No-1/detail/0448431084/" class="listitem" title="The New Kid at School (Dragon Slayers' Academy, No. 1)"><strong>The New Kid at School (Dragon Slayers' Academy, No. 1)</strong></a> by <span class="by">Kate McMullan</span><br>     Buy new:  
     $4.99 
     / Used from:  
     $0.01<div class="listmaniaComments">The first book.</div></td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/51TK1BNFQSL._AA75_.jpg" alt="Revenge of the Dragon Lady (Dragon Slayers' Academy 2)"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Revenge-of-the-Dragon-Lady-Dragon-Slayers-Academy-2/detail/0448431092/" class="listitem" title="Revenge of the Dragon Lady (Dragon Slayers' Academy 2)"><strong>Revenge of the Dragon Lady (Dragon Slayers' Academy 2)</strong></a> by <span class="by">Kate McMullan</span><br>     Buy new:  
     $4.99 
     / Used from:  
     $0.01<div class="listmaniaComments">You mean avenge.</div></td></tr><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/51XWMEZMBBL._AA75_.jpg" alt="Class Trip to the Cave of Doom #3 (Dragon Slayers' Academy)"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Class-Trip-to-the-Cave-of-Doom-3-Dragon-Slayers-Academy/detail/0448431106/" class="listitem" title="Class Trip to the Cave of Doom #3 (Dragon Slayers' Academy)"><strong>Class Trip to the Cave of Doom #3 (Dragon Slayers' Academy)</strong></a> by <span class="by">Kate McMullan</span><br>     Buy new:  
     $4.99 
     / Used from:  
     $0.68<div class="listmaniaComments">Gone hunting for gold.</div></td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/516TXC68QAL._AA75_.jpg" alt="A Wedding for Wiglaf? #4 (Dragon Slayers' Academy)"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/A-Wedding-for-Wiglaf-4-Dragon-Slayers-Academy/detail/0448431114/" class="listitem" title="A Wedding for Wiglaf? #4 (Dragon Slayers' Academy)"><strong>A Wedding for Wiglaf? #4 (Dragon Slayers' Academy)</strong></a> by <span class="by">Kate McMullan</span><br>     Buy new:  
     $4.99 
     / Used from:  
     $0.27<div class="listmaniaComments">Wiglaf's 4th adventure is a wedding?</div></td></tr><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/51DTPTMCTDL._AA75_.jpg" alt="Knight for a Day #5 (Dragon Slayers' Academy)"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Knight-for-a-Day-5-Dragon-Slayers-Academy/detail/0448432773/" class="listitem" title="Knight for a Day #5 (Dragon Slayers' Academy)"><strong>Knight for a Day #5 (Dragon Slayers' Academy)</strong></a> by <span class="by">Kate McMullan</span><br>     Buy new:  
     $4.99 
     / Used from:  
     $0.74<div class="listmaniaComments">Who's the lucky knight?</div></td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/51313EA7HFL._AA75_.jpg" alt="Sir Lancelot, Where Are You? #6 (Dragon Slayers' Academy)"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Sir-Lancelot-Where-Are-You-6-Dragon-Slayers-Academy/detail/0448432781/" class="listitem" title="Sir Lancelot, Where Are You? #6 (Dragon Slayers' Academy)"><strong>Sir Lancelot, Where Are You? #6 (Dragon Slayers' Academy)</strong></a> by <span class="by">Kate McMullan</span><br>     Buy new:  
     $4.99 
     / Used from:  
     $1.22<div class="listmaniaComments">Well, where are you? .... Answer me darnit!</div></td></tr><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/51BH0HT5CBL._AA75_.jpg" alt="Wheel of Misfortune (Dragon Slayers' Academy, 7)"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Wheel-of-Misfortune-Dragon-Slayers-Academy-7/detail/0448435071/" class="listitem" title="Wheel of Misfortune (Dragon Slayers' Academy, 7)"><strong>Wheel of Misfortune (Dragon Slayers' Academy, 7)</strong></a> by <span class="by">Kate McMullan</span><br>     Buy new:  
     $4.99 
     / Used from:  
     $1.78<div class="listmaniaComments">You'd have to be pretty fortunate to spin something that isn't misfortunate!</div></td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/51HVK0YDS8L._AA75_.jpg" alt="Dragon Slayers' Academy 8: Countdown to the Year 1000 (Dragon Slayer's Academy) (Dragon Slayers' Academy)"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Dragon-Slayers-Academy-8-Countdown-to-the-Year-1000-Dragon-Slayer-s-Academy-Dragon-Slayers-Academy/detail/044843508X/" class="listitem" title="Dragon Slayers' Academy 8: Countdown to the Year 1000 (Dragon Slayer's Academy) (Dragon Slayers' Academy)"><strong>Dragon Slayers' Academy 8: Countdown to the Year 1000 (Dragon Slayer's Academy) (Dragon Slayers' Academy)</strong></a> by <span class="by">Kate McMullan</span><br>     Buy new:  
     $4.99 
     / Used from:  
     $0.98<div class="listmaniaComments">With special guest!</div></td></tr><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/51ZPF0HAESL._AA75_.jpg" alt="97 Ways to Train a Dragon #9 (Dragon Slayers' Academy)"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/97-Ways-to-Train-a-Dragon-9-Dragon-Slayers-Academy/detail/0448431777/" class="listitem" title="97 Ways to Train a Dragon #9 (Dragon Slayers' Academy)"><strong>97 Ways to Train a Dragon #9 (Dragon Slayers' Academy)</strong></a> by <span class="by">Kate McMullan</span><br>     Buy new:  
     $4.99 
     / Used from:  
     $0.12<div class="listmaniaComments">For dragon trainers!</div></td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/51B7D5WF0EL._AA75_.jpg" alt="Help! It's Parents Day at DSA #10 (Dragon Slayers' Academy)"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Help-It-s-Parents-Day-at-DSA-10-Dragon-Slayers-Academy/detail/044843220X/" class="listitem" title="Help! It's Parents Day at DSA #10 (Dragon Slayers' Academy)"><strong>Help! It's Parents Day at DSA #10 (Dragon Slayers' Academy)</strong></a> by <span class="by">Kate McMullan</span><br>     Buy new:  
     $4.99 
     / Used from:  
     $0.16<div class="listmaniaComments">Someone help! Parents are coming.</div></td></tr><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/51HSY5QXSTL._AA75_.jpg" alt="Danger! Wizard at Work! #11 (Dragon Slayer's Academy)"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Danger-Wizard-at-Work-11-Dragon-Slayer-s-Academy/detail/0448435292/" class="listitem" title="Danger! Wizard at Work! #11 (Dragon Slayer's Academy)"><strong>Danger! Wizard at Work! #11 (Dragon Slayer's Academy)</strong></a> by <span class="by">Kate McMullan</span><br>     Buy new:  
     $4.99 
     / Used from:  
     $0.95<div class="listmaniaComments">Wiglaf's a Dragon?</div></td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/51G023V0JCL._AA75_.jpg" alt="The Ghost of Sir Herbert Dungeonstone #12 (Dragon Slayers' Academy)"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/The-Ghost-of-Sir-Herbert-Dungeonstone-12-Dragon-Slayers-Academy/detail/0448435306/" class="listitem" title="The Ghost of Sir Herbert Dungeonstone #12 (Dragon Slayers' Academy)"><strong>The Ghost of Sir Herbert Dungeonstone #12 (Dragon Slayers' Academy)</strong></a> by <span class="by">Kate McMullan</span><br>     Buy new:  
     $4.99 
     / Used from:  
     $1.62<div class="listmaniaComments">The castle's haunted. RUN!</div></td></tr><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/51YXE6RQJEL._AA75_.jpg" alt="Beware! It's Friday the 13th #13 (Dragon Slayers' Academy)"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Beware-It-s-Friday-the-13th-13-Dragon-Slayers-Academy/detail/0448435314/" class="listitem" title="Beware! It's Friday the 13th #13 (Dragon Slayers' Academy)"><strong>Beware! It's Friday the 13th #13 (Dragon Slayers' Academy)</strong></a> by <span class="by">Kate McMullan</span><br>     Buy new:  
     $4.99 
     / Used from:  
     $0.20<div class="listmaniaComments">Is this one unlucky or not?</div></td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/51SRHESJXCL._AA75_.jpg" alt="Pig Latin--Not Just for Pigs! #14 (Dragon Slayer's Academy)"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Pig-Latin-Not-Just-for-Pigs-14-Dragon-Slayer-s-Academy/detail/0448438208/" class="listitem" title="Pig Latin--Not Just for Pigs! #14 (Dragon Slayer's Academy)"><strong>Pig Latin--Not Just for Pigs! #14 (Dragon Slayer's Academy)</strong></a> by <span class="by">Kate McMullan</span><br>     Buy new:  
     $4.99 
     / Used from:  
     $0.70<div class="listmaniaComments">Oink-ay oink-ay!</div></td></tr><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/51PQKXMNWQL._AA75_.jpg" alt="Double Dragon Trouble #15 (Dragon Slayers' Academy)"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Double-Dragon-Trouble-15-Dragon-Slayers-Academy/detail/0448438216/" class="listitem" title="Double Dragon Trouble #15 (Dragon Slayers' Academy)"><strong>Double Dragon Trouble #15 (Dragon Slayers' Academy)</strong></a> by <span class="by">Kate McMullan</span><br>     Buy new:  
     $4.99 
     / Used from:  
     $0.78<div class="listmaniaComments">This doesn't look to good for Wiglaf.</div></td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/51F826DXC4L._AA75_.jpg" alt="World's Oldest Living Dragon #16 (Dragon Slayers' Academy)"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/World-s-Oldest-Living-Dragon-16-Dragon-Slayers-Academy/detail/0448441128/" class="listitem" title="World's Oldest Living Dragon #16 (Dragon Slayers' Academy)"><strong>World's Oldest Living Dragon #16 (Dragon Slayers' Academy)</strong></a> by <span class="by">Kate McMullan</span><br>     Buy new:  
     $4.99 
     / Used from:  
     $0.71<div class="listmaniaComments">Ugh, must be wrinkly.</div></td></tr>	  </tbody></table>	</div>]]></content:encoded></item><item><title>Kids Favorites</title><dc:creator>ThinkWhite</dc:creator><dc:subject>HOME</dc:subject><dc:date>2008-07-13T16:07:58+07:00</dc:date><link>http://www.thinkwhite.com/index_files/Kids-Favorites.php#unique-entry-id-63</link><guid isPermaLink="true">http://www.thinkwhite.com/index_files/Kids-Favorites.php#unique-entry-id-63</guid><content:encoded><![CDATA[<div id="listmania">	  <div id="submasthead"><span class="title2">Kids Favorites</span><br><span class="by">By an Amazon.com customer</span></div><table id="listmania" cellspacing="0">		<tbody><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/51CD1005B8L._AA75_.jpg" alt="Dumbo (60th Anniversary Edition)"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Dumbo-60th-Anniversary-Edition/detail/B00005KARK/" class="listitem" title="Dumbo (60th Anniversary Edition)"><strong>Dumbo (60th Anniversary Edition)</strong></a><br>     Buy used from:  $7.33</td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/51-difUGanL._AA75_.jpg" alt="Finding Nemo (Two-Disc Collector's Edition)"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Finding-Nemo-Two-Disc-Collector-s-Edition/detail/B00005JM02/" class="listitem" title="Finding Nemo (Two-Disc Collector's Edition)"><strong>Finding Nemo (Two-Disc Collector's Edition)</strong></a><br>     Buy new:  
     $14.99 
     / Used from:  
     $5.32</td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/61H845VK4RL._AA75_.jpg" alt="Thistle and the Shell of Laughter (The Fairy Chronicles, Book 3)"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Thistle-and-the-Shell-of-Laughter-The-Fairy-Chronicles-Book-3/detail/0977488101/" class="listitem" title="Thistle and the Shell of Laughter (The Fairy Chronicles, Book 3)"><strong>Thistle and the Shell of Laughter (The Fairy Chronicles, Book 3)</strong></a> by <span class="by">J. H. Sweet</span><br>     Buy used from:  $24.91</td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/61EWV6DVKCL._AA75_.jpg" alt="Show Way (Newbery Honor Book)"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Show-Way-Newbery-Honor-Book/detail/0399237496/" class="listitem" title="Show Way (Newbery Honor Book)"><strong>Show Way (Newbery Honor Book)</strong></a> by <span class="by">Jacqueline Woodson</span><br>     Buy new:  
     $11.55 
     / Used from:  
     $3.43</td></tr><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/510aifsWrzL._AA75_.jpg" alt="Zen Shorts (Caldecott Honor Book)"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Zen-Shorts-Caldecott-Honor-Book/detail/0439339111/" class="listitem" title="Zen Shorts (Caldecott Honor Book)"><strong>Zen Shorts (Caldecott Honor Book)</strong></a><br>     Buy new:  
     $12.23 
     / Used from:  
     $7.62</td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/41Z9SZK04YL._AA75_.jpg" alt="Snoopy &amp; Family Musical Mobile"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Snoopy-and-Family-Musical-Mobile/detail/B0007Y3KW4/" class="listitem" title="Snoopy &amp; Family Musical Mobile"><strong>Snoopy &amp; Family Musical Mobile</strong></a><br>     Buy new:  $34.99</td></tr><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/516EC46E0CL._AA75_.jpg" alt="Madeline"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Madeline/detail/0767819659/" class="listitem" title="Madeline"><strong>Madeline</strong></a><br>     Buy new:  
     $10.49 
     / Used from:  
     $2.50</td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/6147A1KKQBL._AA75_.jpg" alt="Hitler Youth: Growing Up in Hitler's Shadow"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Hitler-Youth-Growing-Up-in-Hitler-s-Shadow/detail/0439353793/" class="listitem" title="Hitler Youth: Growing Up in Hitler's Shadow"><strong>Hitler Youth: Growing Up in Hitler's Shadow</strong></a> by <span class="by">Susan Campbell Bartoletti</span><br>     Buy new:  
     $13.57 
     / Used from:  
     $5.98</td></tr><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/51Q2DGTB55L._AA75_.jpg" alt="Whittington"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Whittington/detail/0375828648/" class="listitem" title="Whittington"><strong>Whittington</strong></a> by <span class="by">Alan Armstrong</span><br>     Buy new:  
     $10.17 
     / Used from:  
     $1.18</td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/51HA650W7KL._AA75_.jpg" alt="LeapFrog LeapPad Learning System"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/LeapFrog-LeapPad-Learning-System/detail/B00003GPTI/" class="listitem" title="LeapFrog LeapPad Learning System"><strong>LeapFrog LeapPad Learning System</strong></a><br>     Buy new:  $79.95</td></tr><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/51YP5G9RATL._AA75_.jpg" alt="Winx Club: Pass Book (Winx Club)"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Winx-Club-Pass-Book-Winx-Club/detail/0439787823/" class="listitem" title="Winx Club: Pass Book (Winx Club)"><strong>Winx Club: Pass Book (Winx Club)</strong></a> by <span class="by">Robin Wasserman</span><br>     Buy new:  
     $7.99 
     / Used from:  
     $1.92</td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/51BH0HT5CBL._AA75_.jpg" alt="Wheel of Misfortune (Dragon Slayers' Academy, 7)"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Wheel-of-Misfortune-Dragon-Slayers-Academy-7/detail/0448435071/" class="listitem" title="Wheel of Misfortune (Dragon Slayers' Academy, 7)"><strong>Wheel of Misfortune (Dragon Slayers' Academy, 7)</strong></a> by <span class="by">Kate McMullan</span><br>     Buy new:  
     $4.99 
     / Used from:  
     $1.78</td></tr><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/61YQEYWJ83L._AA75_.jpg" alt="Here Comes Peter Cottontail"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Here-Comes-Peter-Cottontail/detail/B0006IIOIQ/" class="listitem" title="Here Comes Peter Cottontail"><strong>Here Comes Peter Cottontail</strong></a><br>     Buy new:  
     $9.95 
     / Used from:  
     $1.73</td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/51J1Y6C0WJL._AA75_.jpg" alt="The Easter Bunny Is Comin' to Town"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/The-Easter-Bunny-Is-Comin-to-Town/detail/B000BVM1T6/" class="listitem" title="The Easter Bunny Is Comin' to Town"><strong>The Easter Bunny Is Comin' to Town</strong></a><br>     Buy new:  
     $8.99 
     / Used from:  
     $1.97</td></tr><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/51JVTBQE1YL._AA75_.jpg" alt="VeggieTales - An Easter Carol"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/VeggieTales-An-Easter-Carol/detail/B00013WWNY/" class="listitem" title="VeggieTales - An Easter Carol"><strong>VeggieTales - An Easter Carol</strong></a><br>     Buy new:  
     $9.95 
     / Used from:  
     $0.98</td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/51iecdYlMHL._AA75_.jpg" alt="Radica 20Q Artificial Intelligence Game"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Radica-20Q-Artificial-Intelligence-Game/detail/B0001NE2AK/" class="listitem" title="Radica 20Q Artificial Intelligence Game"><strong>Radica 20Q Artificial Intelligence Game</strong></a><br>     Buy new:  
     $9.88 
     / Used from:  
     $3.77</td></tr><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/51FPV0RS1QL._AA75_.jpg" alt="Chicken Sunday"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Chicken-Sunday/detail/0698116151/" class="listitem" title="Chicken Sunday"><strong>Chicken Sunday</strong></a> by <span class="by">Patricia Polacco</span><br>     Buy new:  
     $7.99 
     / Used from:  
     $2.98</td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/61BYRTNA6VL._AA75_.jpg" alt="The Night Before Easter"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/The-Night-Before-Easter/detail/0448418738/" class="listitem" title="The Night Before Easter"><strong>The Night Before Easter</strong></a> by <span class="by">Natasha Wing</span><br>     Buy new:  
     $3.99 
     / Used from:  
     $0.01</td></tr><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/51SA5JSSPRL._AA75_.jpg" alt="The Country Bunny and the Little Gold Shoes (Sandpiper Books)"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/The-Country-Bunny-and-the-Little-Gold-Shoes-Sandpiper-Books/detail/0395159903/" class="listitem" title="The Country Bunny and the Little Gold Shoes (Sandpiper Books)"><strong>The Country Bunny and the Little Gold Shoes (Sandpiper Books)</strong></a> by <span class="by">Dubose Heyward</span><br>     Buy new:  
     $11.76 
     / Used from:  
     $0.11</td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/41jDwrKk8YL._AA75_.jpg" alt="Jakks - Star Wars 5-in-1 Plug N Play TV Game"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Jakks-Star-Wars-5-in-1-Plug-N-Play-TV-Game/detail/B00074FYBY/" class="listitem" title="Jakks - Star Wars 5-in-1 Plug N Play TV Game"><strong>Jakks - Star Wars 5-in-1 Plug N Play TV Game</strong></a><br>     Buy new:  
     $21.99 
     / Used from:  
     $32.00</td></tr><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/611D6489EKL._AA75_.jpg" alt="Song of the Water Boatman and Other Pond Poems (Caldecott Honor Book, BCCB Blue Ribbon Nonfiction Book Award)"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Song-of-the-Water-Boatman-and-Other-Pond-Poems-Caldecott-Honor-Book-BCCB-Blue-Ribbon-Nonfiction-Book-Award/detail/0618135472/" class="listitem" title="Song of the Water Boatman and Other Pond Poems (Caldecott Honor Book, BCCB Blue Ribbon Nonfiction Book Award)"><strong>Song of the Water Boatman and Other Pond Poems (Caldecott Honor Book, BCCB Blue Ribbon Nonfiction Book Award)</strong></a> by <span class="by">Joyce Sidman</span><br>     Buy new:  
     $10.88 
     / Used from:  
     $4.69</td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/51Q9NP7WSQL._AA75_.jpg" alt="Hot Air: The (Mostly) True Story of the First Hot-Air Balloon Ride (Caldecott Honor Book)"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Hot-Air-The-Mostly-True-Story-of-the-First-Hot-Air-Balloon-Ride-Caldecott-Honor-Book/detail/0689826427/" class="listitem" title="Hot Air: The (Mostly) True Story of the First Hot-Air Balloon Ride (Caldecott Honor Book)"><strong>Hot Air: The (Mostly) True Story of the First Hot-Air Balloon Ride (Caldecott Honor Book)</strong></a><br>     Buy new:  
     $12.71 
     / Used from:  
     $1.00</td></tr><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/51FA3QiTnEL._AA75_.jpg" alt="Get Started Beading (Best of Bead &amp; Button Magazine)"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Get-Started-Beading-Best-of-Bead-and-Button-Magazine/detail/0871162199/" class="listitem" title="Get Started Beading (Best of Bead &amp; Button Magazine)"><strong>Get Started Beading (Best of Bead &amp; Button Magazine)</strong></a> by <span class="by">The Editors of Bead&amp;Button Magazine</span><br>     Buy new:  
     $13.57 
     / Used from:  
     $9.49</td></tr>	  </tbody></table>	</div>]]></content:encoded></item><item><title>Top Picks</title><dc:creator>ThinkWhite</dc:creator><dc:subject>HOME</dc:subject><dc:date>2008-07-13T16:05:44+07:00</dc:date><link>http://www.thinkwhite.com/index_files/Top-Picks.php#unique-entry-id-62</link><guid isPermaLink="true">http://www.thinkwhite.com/index_files/Top-Picks.php#unique-entry-id-62</guid><content:encoded><![CDATA[<div id="listmania">	  <div id="submasthead"><span class="title2">All Your Gifts.com - Top Picks</span><br><span class="by">By an Amazon.com customer</span></div><table id="listmania" cellspacing="0">		<tbody><tr class="clsOdd"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/41FiQ16%2BAgL._AA75_.jpg" alt="Philips 6.5-Inch Digital Picture Frame with 4 Interchangeable Frames"></td><td class="tddescription"><a href="http://www.thinkwhite.com/store/Philips-6-5-Inch-Digital-Picture-Frame-with-4-Interchangeable-Frames/detail/B000N8OFIW/" class="listitem" title="Philips 6.5-Inch Digital Picture Frame with 4 Interchangeable Frames"><strong>Philips 6.5-Inch Digital Picture Frame with 4 Interchangeable Frames</strong></a><br>     Buy used from:  $109.99</td></tr><tr class="clsEven"><td class="tdimage"><img src="http://ecx.images-amazon.com/images/I/513XH2MTKTL._AA75_.jpg" alt="Pride and Prejudice (10th Anniversary Collector's