<!DOCTYPE html
			PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"/>
<!-- Source by Murray n. Wennerlund United States of America. Merchandising, Marketing, SEO, SEM, Retail Store Management Systems and Shopping Malls. Send Questions and Comments via contact page www.etownshopping.com -->
<script src="http://www.etownshopping.com/header.js" type="text/javascript"></script>
<script type="text/javascript">quickcart("prod=_login_");</script>
<script type="text/javascript">
<!--
function BookmarkMe(){if (window.external != null)
		window.external.AddFavorite(document.URL, document.title);}
//-->
</script>
<script type="text/javascript">function openWindow(sPage, sTitle, sOption){window.open(sPage,sTitle,sOption);}</script>
<script type="text/javascript">
<!--// Auction Timer
var sTAuction = "";
function countdown_clock(year, month, day, hour, minute, second, format)
         {
         html_code = '<div id="countdown"></div>';
         document.write(html_code);
         Today = new Date();
         Todays_Year = Today.getFullYear() - 2000;
         Todays_Month = Today.getMonth();
         Server_Date = (new Date(9, 7, 4,
                                 14, 57, 53)).getTime();
         Todays_Date = (new Date(Todays_Year, Todays_Month, Today.getDate(),
                                 Today.getHours()-1, Today.getMinutes(), Today.getSeconds())).getTime();
         countdown(year, month, day, hour, minute, second, (Todays_Date - Server_Date), format);
         }
function countdown(year, month, day, hour, minute, second, time_difference, format)
         {
         Today = new Date();
         Todays_Year = Today.getFullYear() - 2000;
         Todays_Month = Today.getMonth();
         Todays_Date = (new Date(Todays_Year, Todays_Month, Today.getDate(),
                                 Today.getHours(), Today.getMinutes(), Today.getSeconds())).getTime();
         Target_Date = (new Date(year, month, day, hour, minute, second)).getTime();
         Time_Left = Math.round((Target_Date - Todays_Date + time_difference) / 1000);
         if(Time_Left < 0)
            Time_Left = 0;
         switch(format)
               {
               case 0:
                    document.all.countdown.innerHTML = Time_Left + ' seconds';
                    break;
               case 1:
                    days = Math.floor(Time_Left / (60 * 60 * 24));
                    Time_Left %= (60 * 60 * 24);
                    hours = Math.floor(Time_Left / (60 * 60));
                    Time_Left %= (60 * 60);
                    minutes = Math.floor(Time_Left / 60);
                    Time_Left %= 60;
                    seconds = Time_Left;
                    dps = 's'; hps = 's'; mps = 's'; sps = 's';
                    if(days == 1) dps ='';
                    if(hours == 1) hps ='';
                    if(minutes == 1) mps ='';
                    if(seconds == 1) sps ='';
                    document.all.countdown.innerHTML = days + ' day' + dps + ' ';
                    document.all.countdown.innerHTML += hours + ' hour' + hps + ' ';
                    document.all.countdown.innerHTML += minutes + ' minute' + mps + ' and ';
                    document.all.countdown.innerHTML += seconds + ' second' + sps;
                    break;
               default:
                    document.all.countdown.innerHTML = Time_Left + ' seconds';
               }
         setTimeout('countdown(' + year + ',' + month + ',' + day + ',' + hour + ',' + minute + ',' + second + ',' +
                     time_difference + ', ' + format + ');', 1000);
         }
//-->
</script>
<script type=" text/javascript">
<!--
var sQuery = "", i;
var curPage = "" + window.location, curPageL = curPage.toLowerCase();
	if (curPage.indexOf('?') > 0 && curPageL.indexOf('?rnd=') < 0)
	{
		sQuery = curPage.substring(curPage.indexOf('?'), curPage.length);
		sQuery = sQuery.toLowerCase();
		i = sQuery.indexOf('days=');
		if (i > 0)
		{
			sQuery = sQuery.substring(i+5, sQuery.length);
			i = sQuery.indexOf('&');
			if (i < 0) i = sQuery.indexOf('#');
			if (i >= 0) sQuery = sQuery.substring(0, i);
		}
		else
			sQuery = "";
	}
	if (sQuery.length == 0) sQuery = "-1"
	sQuery = "file=Auction" + sQuery;
	if (window.sitename) document.write('<' + 'script type="text/javascript"' + '>if (window.insertpage) insertpage("custom17.asp?"+sQuery);' + '</' + 'script' + '>');
//-->
</script>
<script type="text/javascript">
function VerifySearchData() {
var valid = 1
if (!CheckSearch(document.mallsearch.src.value)) {
		valid = 0
		alert("Please enter a keyword to search for products.")
	}

	if (!valid) {alert("Please enter a search word.\n\n");return false;}
	else
	{return true;}
	}
function CheckSearch(TheSearch) {
var valid = 1
var GoodChars = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_,.!?-' \n\r\t\'\"\f  "
var i = 0
if (document.mallsearch.src.value == "") {
// Return false if it is empty
valid = 0
	}
	// removed open tag before equals 
for (i =0; i = TheSearch.length -1; i++) {
if (GoodChars.indexOf(TheSearch.charAt(i)) == -1) {
// Note: Remove the comments from the following line to see this
// for loop in action.
 alert(TheSearch.charAt(i) + " is not a valid character for searching.\n Please delete this characater.")
valid = 0
} // End if statement
	} // End for loop
return valid
}
//  End -->
</script>
<script type="text/javascript">
<!-- Hide from older browsers...
function CheckForm () { 
	if (document.MallSearch.search.value == "") {
		msg = "__\n\n";
		msg += "\n";
		msg += "\n";
		msg += "_\n\n";
		msg += "\n\tSEARCH."
		alert(msg + "\n\n");
		return false;
	}
	return true;
}
function validate(search) {
var valid = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_-: "
var ok = "yes";
var temp;
for (var i=0; i<field.value.length; i++) {
temp = "" + field.value.substring(i, i+1);
if (valid.indexOf(temp) == "-1") ok = "no";
}
if (ok == "no") {
alert("Invalid entry! Only characters and numbers are accepted. Underscores, Dashes and Semicolons are OK.");
field.focus();
field.select();
   }
}
//  End -->
</script>
<script type="text/javascript">
function GoBack(){history.go(-1);}
var sessionid = "";
var goback = "";
</script>
<script type="text/javascript">
function remotesite(url, param)
{
	if(param)
	{
	window.open(url, param);
	}
	else
	{
	window.location.href = url;
	}
}
</script>
<script type="text/javascript">
<!-- Hide from old Browsers
if (top != self) top.location.href = location.href;
// Stop hiding from old browsers -->
</script>
<script type="text/javascript">
function CreatePopup(url) {popupWin = window.open(url,'_blank','width=450,height=450,scrollbars=yes')}
</script>
<link rel="alternate" type="application/rss+xml" title="News and Blogs RSS Feed for eTown Shopping" href="http://www.etownshopping.com/sitemap_news.asp" />
<link rel="alternate" type="application/rss+xml" title="Shopping RSS Feed for eTown Shopping" href="http://www.etownshopping.com/sitemap_shopping.asp" />
<meta name="distribution" content="global" />
<meta name="robots" content="noodp, index,follow" />
<meta name="rating" content="general" />
<meta name="revisit-after" content="14 days" />
<meta name="author" content="eTown Shopping" />
<meta name="copyright" content="2008" />
<meta name="abstract" content="eTown Shopping Best Offer Deals from Merchants. Not just your typically Best Offer program. Make any offer and the reseller will close out the sale at anytime they feel the offer is good enough to except." />
<meta name="classification" content="Auction, Best Offer, Shopping, eCommerce" />
<meta name="description" content="eTown Shopping, Auctions, Best Offers, Barter, Trade, Discounts and Closeouts. Find closeouts, discounted items and even discontinued products. Shopping the auctions and best offers requires a free shoppers membership so sign up today!" />
<meta name="keywords" content=" eTown Shopping, Auctions, Best Offers, Barter, Trade, Discounts and Closeouts. Find closeouts, discounted items and even discontinued products. Shopping the auctions and best offers " />
<title>eTown Shopping, Auctions, Best Offers, Barter, Trade, Discounts and Closeouts</title>
<!-- media type all , screen, print, -->
<style type="text/css" media="all">
@import "http://www.etownshopping.com/assets/mall/style1/css/style1.asp";
#content{
	clear: right;
	float: right;
	width: auto;
	max-width: 220px;
	height: auto;
	min-height: 200px;
	font: normal 95% Verdana, Tahoma, sans-serif;
	background: inherit;	
	border-left: dashed 1px #baa299;
	border-top: dashed 0px #baa299;
  border-bottom: dashed 1px #baa299;
	margin: 2px 5px 4px 0px;
	padding:0px 4px 4px 4px;
}
img.cont{
	float: right; 
	clear: right;
	margin: 4px;
	padding: 2px;
}
.contcap{ color:#444; font: normal 90% Verdana, Tahoma, sans-serif; line-height:10px; }
#content1{
	clear: left;
	float: left;
	width: auto;
	max-width: 220px;
	height: auto;
	min-height: 200px;
	font: normal 95% Verdana, Tahoma, sans-serif;
	background: inherit;	
	border-right: dashed 1px #baa299;
	border-top: dashed 0px #baa299;
	border-bottom: dashed 1px #baa299;
	margin: 2px 5px 4px 2px;
	padding:4px 4px 4px 0px;
}
img.cont1{
	float: left; 
	clear: left;
	margin: 4px;
	padding: 2px;
}
.contcap1{ color:#444; font: normal 90% Verdana, Tahoma, sans-serif; line-height:10px; }
#content2{
	clear: right;
	float: right;
	width: auto;
	max-width: 220px;
	height: auto;
	min-height: 200px;
	font: normal 95% Verdana, Tahoma, sans-serif;
	background: inherit;	
	border-left: dashed 1px #baa299;
	border-top: dashed 0px #baa299;
  border-bottom: dashed 1px #baa299;
	margin: 2px 5px 4px 0px;
	padding:0px 4px 4px 4px;
}
img.cont2{
	float: right; 
	clear: right;
	margin: 4px;
	padding: 2px;
}
.contcap2{ color:#444; font: normal 90% Verdana, Tahoma, sans-serif; line-height:10px; }
</style>
<base href="http://www.etownshopping.com/" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
</head>
<body class="body">
<div id="wrap">
<div id="header">
<div id="centerheader-image">
<a href="http://www.etownshopping.com/detail/silver_pu_skirt_purse_gigi_chantaltrade_silver_ruched_large_purse_features_buckle_d.asp">SILVER PU SKIRT PURSE Gigi Chantal&trade; Silver Ruched Large Purse Features buckle design, zippered closure, roomy interior with... <i>[Read More]</i></a>
</div>
<div id="centerheader-links">
<strong><a href="accounts_M0.asp">Buy</a></strong>
<strong>&nbsp;|&nbsp;</strong>
<strong><a href="accounts.asp">Sell</a></strong>
</div>
<div id="header-links">
<strong><a href="javascript:remotesite('https://www.etownshopping.com/shopping_cart/view_cart.asp?sitename=eTown Shopping', '')">View Shopping Cart</a></strong>
<br />
<a class="sidemenu" href="javascript:remotesite('https://www.etownshopping.com/membership/account.asp', '')"><strong>My eTownShopping</strong></a>
<br />
<a class="sidemenu" title="Verify eTown Shopping" href="https://www.etownshopping.com/authsite.asp?Site=eTown#eTown" rel="nofollow"><strong>Verify&nbsp;Active&nbsp;&nbsp;Mall</strong></a>
<br />
<a title="Setup your Store at eTown Shopping" href="http://www.etownshopping.com/accounts.asp"><img src="http://www.etownshopping.com/assets/mall/style1/images/style1_signup.jpg" height="23" width="120" alt="Start selling in the eTownShopping.Com Mall" /></a>
</div>
</div>
<div id="menu">
			<ul>
				<li><a href="http://www.etownshopping.com/default.asp"><span>Home</span></a></li>
				<li><a href="http://www.etownshopping.com/shop.asp"><span>Shop</span></a></li>
				<li id="current"><a href="http://www.etownshopping.com/auction.asp"><span>Best Offers</span></a></li>
				<li><a href="http://www.etownshopping.com/specials.asp"><span>Specials</span></a></li>
				<li><a href="http://www.etownshopping.com/community.asp"><span>Community</span></a></li>
				<li><a href="http://www.etownshopping.com/service.asp"><span>Services</span></a></li>
				<li><a href="http://www.etownshopping.com/contact.asp"><span>Contact Us</span></a></li>
				<li><a href="http://www.etownshopping.com/help_info.asp#auction"><span>FAQ</span></a></li>
				<li><a title="Return to eTown Shopping" href="http://www.etownshopping.com/accounts.asp">Retail Store Information</a>
</li></ul>
</div>
<div id="content-wrap">
<div id="sidebar">
<div id="sidebarmenu">
<h1><img src="http://www.etownshopping.com/assets/mall/style1/images/e_logo_16x16.png" width="16" height="16" alt="eTown Shopping&nbsp;Quality shopping from the finest merchant stores" /><br />&nbsp;eTown Shopping<br />Directory</h1>
<ul class="browsemenu">
<li class="browsemenu">&nbsp;<a class="browsemenu" href="http://www.etownshopping.com/browse/antiques_and_collectibles.asp">Antiques and Collectibles</a></li>
<li class="browsemenu">&nbsp;<a class="browsemenu" href="http://www.etownshopping.com/browse/autos_trucks_and_rvs.asp">Autos Trucks and RVs</a></li>
<li class="browsemenu">&nbsp;<a class="browsemenu" href="http://www.etownshopping.com/browse/books_and_magazines.asp">Books and Magazines</a></li>
<li class="browsemenu">&nbsp;<a class="browsemenu" href="http://www.etownshopping.com/browse/clothing_and_accessories.asp">Clothing and Accessories</a></li>
<li class="browsemenu">&nbsp;<a class="browsemenu" href="http://www.etownshopping.com/browse/electronics_home_auto.asp">Electronics Home Auto</a></li>
<li class="browsemenu">&nbsp;<a class="browsemenu" href="http://www.etownshopping.com/browse/entertainment_home_auto.asp">Entertainment Home Auto</a></li>
<li class="browsemenu">&nbsp;<a class="browsemenu" href="http://www.etownshopping.com/browse/furniture_home_and_office.asp">Furniture Home and Office</a></li>
<li class="browsemenu">&nbsp;<a class="browsemenu" href="http://www.etownshopping.com/browse/garage_and_yard_sales.asp">Garage and Yard Sales</a></li>
<li class="browsemenu">&nbsp;<a class="browsemenu" href="http://www.etownshopping.com/browse/gifts_and_novelties.asp">Gifts and Novelties</a></li>
<li class="browsemenu">&nbsp;<a class="browsemenu" href="http://www.etownshopping.com/browse/home_and_garden.asp">Home and Garden</a></li>
<li class="browsemenu">&nbsp;<a class="browsemenu" href="http://www.etownshopping.com/browse/homes_and_property.asp">Homes and Property</a></li>
<li class="browsemenu">&nbsp;<a class="browsemenu" href="http://www.etownshopping.com/browse/jewelry_and_watches.asp">Jewelry and Watches</a></li>
<li class="browsemenu">&nbsp;<a class="browsemenu" href="http://www.etownshopping.com/browse/office_products.asp">Office Products</a></li>
<li class="browsemenu">&nbsp;<a class="browsemenu" href="http://www.etownshopping.com/browse/professional_services.asp">Professional Services</a></li>
<li class="browsemenu">&nbsp;<a class="browsemenu" href="http://www.etownshopping.com/browse/shop_location_and_region.asp">Shop Location and Region</a></li>
<li class="browsemenu">&nbsp;<a class="browsemenu" href="http://www.etownshopping.com/browse/sports_and_recreation.asp">Sports and Recreation</a></li>
<li class="browsemenu">&nbsp;<a class="browsemenu" href="http://www.etownshopping.com/browse/tools_and_hardware.asp">Tools and Hardware</a></li>
<li class="browsemenu">&nbsp;<a class="browsemenu" href="http://www.etownshopping.com/browse/etown_service_listings.asp">eTown Service Listings</a></li>
</ul>
<h6>&nbsp;&nbsp;&nbsp;</h6>
</div>
<div id="sidebarsearch">
<h1>Find It here!</h1>
<form method="get" id="mallsearch" action="http://www.etownshopping.com/search.asp" onsubmit="return VerifySearchData()">
<ul class="browsemenu">
<li>
<input class="input" type="text" name="src" maxlength="50" size="20" />
<input class="button" type="submit" value="Search" name="submit" />
</li>
</ul>
</form>
<h1>Email Subscription</h1>
<form method="post" id="subscribe" action="http://www.etownshopping.com/linktous.asp">
<ul class="browsemenu">
<li>
<input type="hidden" name="Action" value="1" />
<input class="input" type="text" name="email" maxlength="50" size="20" />
<input class="button" type="submit" value="Subscribe" name="subscribe" />
</li>
<li style="font-size: 8pt; color: fuchsia; face: bold">
New Listing Alerts!
<br />Discounts and Coupons!
<br />Retailer News!
<br />Product Reviews!
<br />Editorials and More!
</li>
</ul>
</form>
<h6>&nbsp;&nbsp;&nbsp;</h6>
</div>
<div id="sidebarmenu0">
<h1>eTown Site Menu</h1>
<ul class="browsemenu">
<li class="browsemenu">&nbsp;<a href="http://www.etownshopping.com/specials.asp">Specials and Discounts</a></li>
<li class="browsemenu">&nbsp;<a href="http://www.etownshopping.com/auction.asp">Make an Offer</a></li>
<li class="browsemenu">&nbsp;<a href="http://www.etownshopping.com/news.asp">What's New at eTown</a></li>
<li class="browsemenu">&nbsp;<a href="http://www.etownshopping.com/shop.asp">Shopping Mall</a></li>
<li class="browsemenu">&nbsp;<a href="http://www.etownshopping.com/article.asp">Articles and Editorials</a></li>
<li class="browsemenu">&nbsp;<a href="http://www.etownshopping.com/linktous.asp">Link to Us!</a></li>
<li class="browsemenu">&nbsp;<a href="http://www.etownshopping.com/blog.asp">eTown Shopping Blog</a></li>
<li class="browsemenu">&nbsp;<a href="http://www.etownshopping.com/browse.asp">How To Browse eTown</a></li>
<li class="browsemenu">&nbsp;<a href="http://www.etownshopping.com/browse.asp">Surfing the Mall</a></li>
<li class="browsemenu">&nbsp;<a href="http://www.etownshopping.com/contact.asp">Contact Us</a></li>
</ul>
<h6>&nbsp;&nbsp;&nbsp;</h6>
</div>
<div id="sidebarmenu1">
<h1>eTown Mall Links</h1>
<ul class="browsemenu">
<li class="browsemenu">&nbsp;<a href="http://www.etownshopping.com/about.asp">About eTown Shopping</a></li>
<li class="browsemenu">&nbsp;<a href="http://www.etownshopping.com/article.asp">eTown Shopping Articles</a></li>
<li class="browsemenu">&nbsp;<a href="http://www.etownshopping.com/navigation.asp">Navigating eTown Stores</a></li>
<li class="browsemenu">&nbsp;<a href="http://www.etownshopping.com/blog.asp">eTown Shopping Blog</a></li>
<li class="browsemenu">&nbsp;<a href="http://www.etownshopping.com/stores.asp">eTown Store Reviews</a></li>
<li class="browsemenu">&nbsp;<a href="http://www.etownshopping.com/mall_security.asp">eTown Mall Security</a></li>
<li class="browsemenu">&nbsp;<a href="http://www.etownshopping.com/policy.asp">Policy and Terms</a></li>
</ul>
<h6>&nbsp;&nbsp;&nbsp;</h6>
</div>
<div id="sidebarmenu2">
<h1>eTown Store Links</h1>
<ul class="browsemenu">
<li class="browsemenu">&nbsp;<a href="http://www.etownshopping.com/stores.asp">eTown Stores Online</a></li>
<li class="browsemenu">&nbsp;<a href="http://www.etownshopping.com/tellafriend.asp">Tell a Local Merchant</a></li>
<li class="browsemenu">&nbsp;<a href="http://www.etownshopping.com/manager.asp">eTown Manager</a></li>
</ul>
<h6>&nbsp;&nbsp;&nbsp;</h6>
</div>
<div id="sidebarmenu3">
<h1>&nbsp;eTown Shopping<br />Retail Shops</h1>
<ul class="browsemenu">
<li class="browsemenu">&nbsp;<a class="browsemenu" href="http://shops.etownshopping.com/">eTown Shopping Mall Shops</a></li>
<li class="browsemenu">&nbsp;<a class="browsemenu" href="http://shops.etownshopping.com/m2144/">Mall Book Stores</a></li>
<li class="browsemenu">&nbsp;<a class="browsemenu" href="http://shops.etownshopping.com/M2392/">Borrowed Treasures</a></li>
<li class="browsemenu">&nbsp;<a class="browsemenu" href="http://shops.etownshopping.com/m4254/">eTown Shopping Vehicles</a></li>
<li class="browsemenu">&nbsp;<a class="browsemenu" href="http://shops.etownshopping.com/m4330/">Mall Electronic Stores</a></li>
<li class="browsemenu">&nbsp;<a class="browsemenu" href="http://shops.etownshopping.com/m4332/">Radio Communications</a></li>
<li class="browsemenu">&nbsp;<a class="browsemenu" href="http://shops.etownshopping.com/m4372/">XC Tech</a></li>
<li class="browsemenu">&nbsp;<a class="browsemenu" href="http://shops.etownshopping.com/M6208/">XC Tech</a></li>
</ul>
<h6>&nbsp;&nbsp;&nbsp;</h6>
</div>
<div id="sidebarmenu4">
<h1>&nbsp;eTown Shopping<br />Retail Storefronts</h1>
<ul class="browsemenu">
<li class="browsemenu">&nbsp;<a class="browsemenu" href="http://www.bayoushopping.com/">Bayou Shopping</a></li>
<li class="browsemenu">&nbsp;<a class="browsemenu" href="http://www.chicagotolaroute66.com/">Chicago to LA Route 66</a></li>
<li class="browsemenu">&nbsp;<a class="browsemenu" href="http://www.mallgaragesales.com/">Mall Garage Sales</a></li>
</ul>
<h6>&nbsp;&nbsp;&nbsp;</h6>
</div>
<div id="sidebarfeeds">
<h1>eTown Shopping</h1>
<ul class="browsemenu">
<li class="browsemenu">
<strong><a href="http://www.etownshopping.com/accounts.asp">Join eTown Shopping</a></strong><br />
</li>
</ul>
<p><i> <strong>"</strong> eTown Shopping Best Offer Deals from Merchants. Not just your typically Best Offer program. Make any offer and the reseller will close out the sale at anytime they feel the offer is good enough to except. <strong>"</strong> </i></p>
<br />
<h6>&nbsp;&nbsp;&nbsp;</h6>
</div>
<div id="sidebargeneral">
<h1>Merchant Listing</h1>
<p class="spot">
<a href="http://www.etownshopping.com/detail/silver_purse_with_croc_trim_gigi_chantaltrade_silver_shoulder_bag_features_padded_h.asp"><img src="http://www.etownshopping.com/images/M-2-154/tb_M-2-154/DPRSSA6_100.jpg" height="103" width="96" alt="SILVER PURSE WITH CROC TRIM Gigi Chantal&trade; Silver Shoulder Bag Features padded handles, detachable shoulder strap, back zippered pocket, zippered closure, 2 inside compartments divided by a zippered pocket, zippered privacy pocket and cell phone pouc" /></a>
<a href="http://www.etownshopping.com/detail/silver_purse_with_croc_trim_gigi_chantaltrade_silver_shoulder_bag_features_padded_h.asp">SILVER PURSE WITH CROC TRIM Gigi Chantal&trade; Silver Shoulder Bag Features padded handles, detachable shoulder strap, back zippered pocket, zippered closure, 2 inside compartments divided by a zippered pocket, zippered privacy pocket and cell phone pouc</a>
<br />
<a href="http://www.etownshopping.com/detail/silver_purse_with_croc_trim_gigi_chantaltrade_silver_shoulder_bag_features_padded_h.asp"><strong>View Item Details</strong> | <strong>Buy Now!</strong></a><br />
<br />
Price $63.22<br />
<a href=""></a>
Category:&nbsp;<a href="http://www.etownshopping.com/browse/default.asp?ProductIndex=7"> Clothing and Accessories </a>
</p>
<h6>&nbsp;&nbsp;&nbsp;</h6>
</div>
<br />
</div>
<div id="main"><div id="results">
<h1>eTown Shopping Best Offer and Auction Board</h1><small>(0 listings)</small><hr />
<h1>Refine product browse results</h1>
<table style="width: 370px;">
<tr>
<td style="width: 185px; text-align: top;"><strong>Price Range:</strong><br />
<span style="width: 185px; text-align: left; font: normal 1em Verdana, sans-serif;">
<a href="http://www.etownshopping.com/Auction.asp?price1=0.00&amp;price2=20.00">Under $20</a>
</span>
<br /><span style="width: 185px; text-align: left; font: normal 1em Verdana, sans-serif;">
<a href="http://www.etownshopping.com/Auction.asp?price1=20.00&amp;price2=50.00">$20 - $50</a>
</span>
<br /><span style="width: 185px; text-align: left; font: normal 1em Verdana, sans-serif;">
<a href="http://www.etownshopping.com/Auction.asp?price1=50.00&amp;price2=100.00">$50 - $100</a>
</span>
<br /><span style="width: 185px; text-align: left; font: normal 1em Verdana, sans-serif;">
<a href="http://www.etownshopping.com/Auction.asp?price1=100.00&amp;price2=250.00">$100 - $250</a>
</span>
<br /><span style="width: 185px; text-align: left; font: normal 1em Verdana, sans-serif;">
<a href="http://www.etownshopping.com/Auction.asp?price1=250.00&amp;price2=500.00">$250 - $500</a>
</span>
<br /><span style="width: 185px; text-align: left; font: normal 1em Verdana, sans-serif;">
<a href="http://www.etownshopping.com/Auction.asp?price1=500.00&amp;price2=500.01">$500 and Up</a>
</span>
<br /></td>
<td style="text-align: top; font: normal 1em Verdana, sans-serif;"><strong>Directory</strong><br />

</td>
</tr>
</table>
<table style="width: 370px;">
<tr>
<td style="text-align: top; font: normal 1em Verdana, sans-serif;"><strong>Members:</strong><br />

</td>
<td style="text-align: top; font: normal 1em Verdana, sans-serif;"><strong>Stores:</strong><br />

</td>
</tr>
</table>
<p>
<a href="http://www.etownshopping.com/Auction.asp?pp=1&amp;so=plh">Sort by Price: Low to High</a>
<br />
<a href="http://www.etownshopping.com/Auction.asp?pp=1&amp;so=phl">Sort by Price: High to Low</a>
</p>
<hr />
</div><br />
 <h1>eTown  Shopping  Best  Offers,  Closeouts  and  Auctions!  </h1> <div id="content1">
<a href="http://www.etownshopping.com/detail/small_silver_purse_with_ring_gigi_chantaltrade_small_silver_purse_with_ring_flap_fe.asp"><img class="cont1" src="http://www.etownshopping.com/images/M-2-154/tb_M-2-154/DPRSSA7_100.jpg" height="103" width="96" alt="SMALL SILVER PURSE WITH RING Gigi Chantal&trade; Small Silver Purse with Ring Flap Features back zippered pocket, zippered closure with snap flap, inside zippered privacy pocket, and cell phone pouch. Measures 13-3/4&quot; x 6-1/4&quot; x 1-3/8&quot;." /></a>
<p class="contcap1">
<a class="contcap1" href="http://www.etownshopping.com/detail/small_silver_purse_with_ring_gigi_chantaltrade_small_silver_purse_with_ring_flap_fe.asp">SMALL SILVER PURSE WITH RING Gigi Chantal&trade; Small Silver Purse with Ring Flap Features back zippered pocket, zippered closure with snap flap, inside zippered privacy pocket, and cell phone pouch. Measures 13-3/4&quot; x 6-1/4&quot; x 1-3/8&quot;.</a>
<br />
Price $41.38<br />
<a class="contcap1" href="http://www.etownshopping.com/detail/small_silver_purse_with_ring_gigi_chantaltrade_small_silver_purse_with_ring_flap_fe.asp"><strong>View Item Details</strong> | <strong>Buy Now!</strong></a><br />
<a href=""></a>
</p>
</div>
 
<p>Our  Best  Offers  feature  is  controlled  by  the  seller  completely.  </p>
<p>You  will  need  to  create  a  buyers  account  to  place  your  offer.  </p>
<p>Sellers  can  close  out  the  best  offer  sale  anytime  and  when  an  offer  is  made  that  the  seller  likes  that  deal  will  be  done  and  the  price  updated.  </p>
<p>No  Stress  Sales,&nbsp;Make  an  Offer  and  if  it's  the  Best  Offer  you  can  process  your  order.</p> <br />
<div id="con2">
<h1>Shop  with Route 66 in Winslow, AZ</h1>
<a href="http://www.etownshopping.com/detail/large_taupe_purse_gigi_chantaltrade_large_tan_shoulder_bag_features_snap_closure_r.asp"><img class="con2" src="http://www.etownshopping.com/images/M-2-154/tb_M-2-154/DPRSTA1_100.jpg" height="103" width="96" alt="LARGE TAUPE PURSE Gigi Chantal&trade; Large Tan Shoulder Bag Features snap closure, roomy interior with 2 compartments divided by a zippered pocket, zippered privacy pocket, and cell phone pouch. Measures 11-1/4&quot; x 12&quot; x 4-1/2&quot;." /></a>
<p class="con2">
<a href="http://www.etownshopping.com/detail/large_taupe_purse_gigi_chantaltrade_large_tan_shoulder_bag_features_snap_closure_r.asp">LARGE TAUPE PURSE Gigi Chantal&trade; Large Tan Shoulder Bag Features snap closure, roomy interior with 2 compartments divided by a zippered pocket, zippered privacy pocket, and cell phone pouch. Measures 11-1/4&quot; x 12&quot; x 4-1/2&quot;.</a>
<br />
<a href="http://www.etownshopping.com/detail/large_taupe_purse_gigi_chantaltrade_large_tan_shoulder_bag_features_snap_closure_r.asp"><strong>View Item Details</strong> | <strong>Buy Now!</strong></a><br />
<a href=""></a>
Price $59.73 Part #: 24409382215 
<br />
From:  Winslow, AZ, 86047 
<br />
Category:&nbsp;<a href="http://www.etownshopping.com/browse/default.asp?ProductIndex=7"> Clothing and Accessories </a>
</p>
</div>
<br />
</div>
</div>
<div id="footer">
&copy;&nbsp;2009&nbsp;|&nbsp;eTown Shopping&nbsp;|&nbsp;Quality shopping from the finest merchant stores&nbsp;|&nbsp;Region:&nbsp;US | CA&nbsp;
<br />Online Store Hosted by:&nbsp;<a class="foot" href="http://www.etownshopping.com/accounts.asp"><strong>eTown Shopping Mall</strong></a>&nbsp;<sup>SM</sup>&nbsp;Marketing your Business v0.50 
 38 3 7.9% <br /><a class="foot" href="http://www.etownshopping.com/accounts.asp">Setup your <strong>eTown Shopping Storefront Today!</strong></a>&nbsp;|&nbsp;<a class="foot" title="Valid XHTML 1.0 Strict! page for eTown Shopping" href="javascript:remotesite('http://validator.w3.org/check?uri=http://www.etownshopping.com/auction.asp', '_blank')">Valid XHTML 1.0 Strict!</a>  
&nbsp;0.33&nbsp;Listings: 1129
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-4443014-2");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</div>
</body>
</html>
