
<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<title>Silhouettes® Buyers Club</title><meta name="robots" content="noindex, nofollow, noarchive"> 
		<meta name="Keywords" content=" 	 		  		 			Become a Silhouettes Buyers Club member and for $29.95 a year enjoy the benefits. During your 12month membership you will receive 10% off every item in our catalog and on our website. If within 30 days of receipt of your membership kit you decide to cancel the membership, we will refund your money in full. If you have used your membership and have decided to keep discounted purchases prior to cancellation, Silhouettes will refund the balance of your membership fee after the deduction of any discounts you have enjoyed.   			  			Satisfaction Guarantee. 			Your satisfaction is very important.  If within 60 days you are not completely satisfied with your selection, return it for a prompt, courteous exchange or refund.  Our promise is backed by over 10 years of pleasing discerning shoppers.  			24 Hour Customer Service. 			Just call us anytime, toll-free, if you have any questions about your shopping club membership: 1-800-704-3322.  			Shop Around the Clock. 			Shop at your convenience - 24 hours a day, 7 days a week!  			  		  		 	 " />
		<meta name="Description" content=" 	 		  		 			Become a Silhouettes Buyers Club member and for $29.95 a year enjoy the benefits. During your 12month membership you will receive 10% off every item in our catalog and on our website. If within 30 days of receipt of your membership kit you decide to cancel the membership, we will refund your money in full. If you have used your membership and have decided to keep discounted purchases prior to cancellation, Silhouettes will refund the balance of your membership fee after the deduction of any discounts you have enjoyed.   			  			Satisfaction Guarantee. 			Your satisfaction is very important.  If within 60 days you are not completely satisfied with your selection, return it for a prompt, courteous exchange or refund.  Our promise is backed by over 10 years of pleasing discerning shoppers.  			24 Hour Customer Service. 			Just call us anytime, toll-free, if you have any questions about your shopping club membership: 1-800-704-3322.  			Shop Around the Clock. 			Shop at your convenience - 24 hours a day, 7 days a week!  			  		  		 	 " />
		<meta http-equiv="Content-Type" content="text/html" />
		<meta http-equiv="PRAGMA" content="no-cache" />
		<base href="http://www.silhouettes.com/" />
		
<link rel="stylesheet" href="/Silhouettes/style.css" type="text/css" />
<link rel="stylesheet" href="/Silhouettes/silo.css" type="text/css" />
<link rel="stylesheet" href="/Silhouettes/HanoverZoom.css" type="text/css" media="screen" />
 
<script language="javascript" src="/HanoverCommon/UtilityFunctions.js" type="text/javascript"></script>
<script language="javascript" src="/Silhouettes/scripts/prototype.js" type="text/javascript"></script>
<script language="javascript" src="/Silhouettes/scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<script language="javascript" src="/Silhouettes/MM_functions.js" type="text/javascript"></script>
<script language="javascript" src="/Silhouettes/mz-packed.js" type="text/javascript"></script>
<script language="javascript" src="/Silhouettes/pop.js" type="text/javascript"></script>
<script language="javascript" src="/Silhouettes/getrefer.js" type="text/javascript"></script>
<script language="javascript" src="/Silhouettes/saXMLUtils.js" type="text/javascript"></script>
<script language="javascript" src="/Silhouettes/quickview.js" type="text/javascript"></script>
<script language="javascript" src="/Silhouettes/netmining.js" type="text/javascript"></script>


	<script type="text/javascript" language="javascript">
	<!--
	document.domain = "silhouettes.com";
	//-->
	</script>
	<script type="text/javascript" language="javascript">
	<!--
	function ratingsDisplayed(totalReviewsCount, avgRating, ratingsOnlyReviewCount, recommendPercentage, productID) {
		if (totalReviewsCount == 0) {
			var bvRevCntr = document.getElementById("BVReviewsContainer");
			var bvSVPLink = document.getElementById("BVSVPLinkContainer");
	        
			if (bvRevCntr) { bvRevCntr.style.display = "none"; }
			if (bvSVPLink) { bvSVPLink.style.display = "none"; }
		}
	}
	//-->
	</script>
	<link type="text/css" rel="stylesheet" href="http://reviews.silhouettes.com//static/0527/bazaarvoice.css"></link>
	<script language="javascript" src="http://reviews.silhouettes.com//static/0527/bazaarvoice.js" type="text/javascript"></script>
	<script>

// Set the horizontal and vertical position for the popup

PositionX = 100;
PositionY = 100;

// Set these value approximately 20 pixels greater than the
// size of the largest image to be used (needed for Netscape)

defaultWidth  = 500;
defaultHeight = 500;

// Set autoclose true to have the window close automatically
// Set autoclose false to allow multiple popup windows

var AutoClose = true;

// Do not edit below this line...
// ================================
if (parseInt(navigator.appVersion.charAt(0))>=4){
var isNN=(navigator.appName=="Netscape")?1:0;
var isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0;}
var optNN='resizable=yes,scrolling=auto,scrollbars=1,width='+defaultWidth+',height='+defaultHeight+',left='+PositionX+',top='+PositionY;
var optIE='resizable=yes,scrolling=auto,scrollbars=1,width=150,height=100,left='+PositionX+',top='+PositionY;
function popImage(imageURL,imageTitle,imageName,strImageNotAvail){
if (isNN){imgWin=window.open('','',optNN);}
if (isIE){imgWin=window.open('','',optIE);}
with (imgWin.document){
writeln('<html><head><title>Loading...</title><style>body{margin:0px;}</style>');writeln('<sc'+'ript>');
writeln('var isNN,isIE;');writeln('if (parseInt(navigator.appVersion.charAt(0))>=4){');
writeln('isNN=(navigator.appName=="Netscape")?1:0;');writeln('isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0;}');
writeln('function reSizeToImage(){');writeln('if (isIE){');writeln('window.resizeTo(100,100);');
writeln('width=100-(document.body.clientWidth-document.images[0].width);');
writeln('height=100-(document.body.clientHeight-document.images[0].height);');
//writeln('alert("height" + height + "width" + width);');
writeln('if (width<=520){window.resizeTo(width,height);}else{window.resizeTo(500,500);}}');writeln('if (isNN){');       
writeln('window.innerWidth=document.images.width;');writeln('window.innerHeight=document.images.height;}}');
writeln('function doTitle(){document.title="Silhouettes - '+imageTitle+'";}');writeln('</sc'+'ript>');


if (!AutoClose) writeln('</head><body bgcolor=FFFFFF scroll="no" onload="reSizeToImage();doTitle();self.focus()">')
else writeln('</head><body bgcolor=FFFFFF scroll="auto" onload="reSizeToImage();doTitle();self.focus()" onblur="self.close()">');
	var img_obj = new Image();
	img_obj.src = (imageURL);
	//var currentX
	//var currentY
	var currentXY;
	//currentX = img_obj.width;
	//currentY = img_obj.width;
	currentXY = img_obj.width + img_obj.width;
	//currentXY = currentX + currentY;
	//alert("currentX = " + currentX);
	//alert("currentXY = " + currentXY);
	//alert("strImageNotAvail = " + strImageNotAvail);

	//if (currentXY == 0)
	//{
	//writeln('<a href="javascript:window.close();"><img src='+strImageNotAvail+' style="display:block" border="0" align="center" ALT="'+imageName+' not available"></a></body></html>');
	//close();
	//}
	//else
	{
	writeln('<a href="javascript:window.close();"><img src='+imageURL+' style="display:block" border="0" align="center" ALT="Click to close '+imageName+'"></a></body></html>');
	close();		
	}
}}
function opens7(url){  
window.open(url,"scene7win","width=500,height=600,left=100,top=100");  }  
</script>


		<link rel="stylesheet" href="Product.css" type="text/css" media="screen" />
		<script language="javascript" src="Product.js" type="text/javascript"></script>
		<script language="javascript" src="https://cts-secure.channelintelligence.com/6077654_landing.js"></script>
	</head>
	<body link="#333333" vlink="#666666" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload="MM_preloadImages('/HanoverAssets/Silhouettes/homebanners/T1_AsSeenIn_ON.gif','/HanoverAssets/Silhouettes/homebanners/T2_CelebLook_ON.gif','/HanoverAssets/Silhouettes/homebanners/T3_FitGuide_ON.gif','/HanoverAssets/Silhouettes/homebanners/T4_DenimShop_ON.gif','/HanoverAssets/Silhouettes/homebanners/Arrow.gif','/HanoverAssets/Silhouettes/images_email/ON/P1Banner_EmailSignup_ON.gif','/HanoverAssets/Silhouettes/submit_prod_ON.gif')"> <!-- MASTER ENCLOSING TABLE -->
	<div align="center">
		<table width="761" height="100%" cellpadding="0" cellspacing="0" border="0" bgcolor="#FFFFFF" id="TableM1">
			<tr>
				<td colspan="2" width="761" valign="top">
					<script type="text/javascript" src="/Silhouettes/highslide/highslide-full.js"></script>
<script type="text/javascript" src="/HanoverCommon/UtilityFunctions.js"></script>
<script type="text/javascript" src="/Silhouettes/EmailSignupForm.js"></script>
<script type="text/javascript">
    hs.graphicsDir = '/Silhouettes/highslide/graphics/';
    hs.outlineType = 'rounded-white';
    hs.outlineWhileAnimating = true;
    hs.preserveContent = false;
</script>

<script type="text/javascript">
	function OpenPrivacyPolicy(sURLStr) {
		newwindow = window.open(sURLStr, "PrivacyPolicay", "location=yes,scrollbars=yes,width=785,height=500,left=200,top=150");
		if (window.focus) {
			newwindow.focus();
		}
	}
</script>

<link rel="stylesheet" href="/Silhouettes/highslide/style-HighSlide.css" type="text/css" />	

<script language="javascript">
function ShowHideLayers()
			{
				var i,p,v,obj,args=ShowHideLayers.arguments;
				for (i=0; i<(args.length-2); i+=3)
				{
					if ((obj=MM_findObj(args[i]))!=null)
					{
						v=args[i+2];
						if (obj.style)
						{
							obj=obj.style;
							v=(v=='show')?'visible':(v='hide')?'hidden':v;
						}
						obj.visibility=v;
					}
				}
			}
				
</script>

	<script type="text/javascript">
    //<![CDATA[
    	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" src="/GA.js"></script>
    <script type="text/javascript">
    //<![CDATA[
        checkFirst();
    	var pageTracker = _gat._getTracker("UA-8630234-2");
        pageTracker._initData();
        pageTracker._trackPageview();
        grabReferrer();
    //]]>
	</script>
	

<div id="headerDiv">
<table width="761" border="0" cellspacing="0" cellpadding="0" ID="TableH1">
	<tr><td>&nbsp;</td></tr>
	<tr>
		<td><!-- TOP HEADER Contains Logo, Preheader, Shopping Bag, Email Signup, Customer Service, Catalog Quick Offer, Order Status -->
		<table width="761" border="0" bordercolor="blue" cellpadding="0" cellspacing="0" id="TableH2"> 
			<tr><td width="221" valign="bottom"><a title="Home Page" alt="Silhouettes.com" href="http://www.silhouettes.com/" >
					<img src="/HanoverAssets/Silhouettes/Homebanners/SIL_logo.png" border="0" width="221" height="64" alt="Silhouettes.com"></a>
				</td>
			
				<td align="right" valign="bottom">
				<table border="0" cellpadding="0" cellspacing="0" ID="TableH3">
					<tr><td align="right">
												
						<table border="0" cellspacing="0" cellpadding="0" ID="TableH4">
							<tr>
								<!--td align="right"><img src="/HanoverAssets/Silhouettes/Homebanners/Arrow.gif" alt="arrow" width="10" height="7"/></td-->
								<td colspan="2" align="right" class="TopMenuMessage"><div style="text-align:left; width:100%; position:relative; left:-125px;"><a href="/Dept/Fine+Jewelry+Rings/D-11170&cm_sp=hp-_-Topnav-_-FineJewelry&code=macs=SKH1">Introducing Fine Jewelry<br />>>Shop Now</a></div></td>
								<td align="right" class="TopMenuMessage">&nbsp;</td>
								<td align="right">
								<table border="0" cellpadding="0" cellspacing="1" bgcolor="#999999" ID="TableH5">
									<tr><td bgcolor="#FFFFFF">
										<div id="wiCartAll" style="position:relative;">
											<table border="0" cellpadding="0" cellspacing="3" class="TopMenuCaps" ID="TableH6">
												<tr>
													<td>&nbsp;</td>
													<td><span id="basketItemCount" class="TopMenuService">0</span></td>
													<td><a class="TopMenuService" href="http://www.silhouettes.com/basket.asp" onmouseover="ShowHideLayers('wiCart','','show');" onmouseout="ShowHideLayers('wiCart','','hide');" >Items in my Shopping Bag&nbsp;</a></td>
													<td><img src="/HanoverAssets/Silhouettes/Homebanners/shoppingBag.gif" alt="icon_ShoppingBag" width="17" height="20"/></td>
														
													<td>&nbsp;</td>
												</tr>
											</table>
											<div id="wiCart" style="position:absolute;VISIBILITY:hidden; float:left; width:150px;">
												<table cellpadding="1" cellspacing="0" border="0" id="Table9">
													<tr>
														<td bgcolor="#BE9158"><table cellpadding="1" cellspacing="0" border="0" id="Table10">
																<tr>
																	<td id="basketItemNames" bgcolor="#FFFFFF" class="TopMenuService">No Items<!--</a>--></td>
																</tr>
															</table>
														</td>
													</tr>
												</table>
											</div>
										</div>
									</td>
									</tr>
								</table>								
								</td>
							</tr>
						</table>
						</td>
					</tr>
					<tr>
						<td align="right">
							<table border="0" cellpadding="0" cellspacing="3" ID="TableH7">
								<tr>
									<td nowrap><div id="EmailContainer">
										<a href="/Silhouettes/i_emailsignupform.asp?emailAction=emailShowFields" name="EmailSignupFrmA" id="EmailSignupFrmA" class="TopMenuServiceRed" onclick="return hs.htmlExpand(this, { objectType: 'iframe', wrapperClassName: 'highslide-wrapper drag-header', width: 360, targetX: 'EmailContainer', targetY: 'EmailContainer' } )" >
										<img src="/HanoverAssets/Silhouettes/Homebanners/icon_email.gif" alt="icon_email" width="16" height="8" border="0"/><font color="#990000">Email Signup</font></a></div>
									</td>
								<td>:</td>
								<td><a href="http://www.silhouettes.com/customers.asp" class="TopMenuService">Customer Service</a></td>
								<td>:</td>
								<td><a href="http://www.silhouettes.com/Product/Order+Now/Plus+Size+Women+s+Catalog+Silhouettes+Quick+Order/D-19999/P-manualformproductzz" class="TopMenuService">Catalog Quick Order</a></td>
								<td>:</td>
								<td><a href="http://www.silhouettes.com/ordertracking.asp" class="TopMenuService">Order Status</a></td>
								</tr>
							</table>
							
							<table cellpadding="0" cellspacing="0" border="0" id="Table3">
							<tr>
								<td><strong><font color=#000080>1-888-651-8337</font></strong></td>
								<td>&nbsp;</td>
								<td>&nbsp;</td>
								
								 <!-- IF NOT LOGGED IN and NOT HelloCustomer -->
									<td nowrap class="TopMenuService">
										<a rel="nofollow" title="Account Signin" alt="Account Signin" href="http://www.silhouettes.com/login.asp"  class="TopMenuAccount">My Account</a>
										&nbsp;
										<a rel="nofollow" title="Account Signin" alt="Account Signin" href="http://www.silhouettes.com/login.asp"  class="TopMenuAccount">Sign In</a>
									</td>
								
 
							</tr>
						</table>
						</td>
					</tr>
					<tr> <td align="right"><img src="/HanoverAssets/Silhouettes/em/trans_images/spacer.gif" width="10" height="22"/></td>
					</tr>
				</table></td>
			
			</tr>
		</table>
		<!-- END TOP HEADER -->
		</td>
	</tr>
	
	<!-- TOP SUB HEADER: Search Box, As Seen In, Get the Celebrity Look, FIT Guide, Denim Shop -->
	<tr>
	<td align="center" width="761">
		<table width="761" border="0" bordercolor="red" align="center" cellpadding="0" cellspacing="0" id="TableSH1">
			<form action="http://www.silhouettes.com/endecasearch/controller.asp" name="mainForm" id="mainForm" onSubmit="return checkEmpty()" >
			<tr><td colspan="2"><img src="/HanoverAssets/Silhouettes/Homebanners/rule_761.gif" alt="rule" width="761" height="1"/></td></tr>
			<tr>
				<td align="left" valign="middle"><script language="javascript">
function checkEmpty() {

	if (document.mainForm.Ntt.value == "") {
		alert ("Please specify a search criteria");
		return false;
	}
	else {
		var i = document.mainForm.Ntt.value;
		var j = !isNaN(i.charAt(1));
		var k = !isNaN(i.charAt(6));
		var TrimI = i;
		if (j==true && k==true && i.length == 7) {
			TrimI = TrimI.replace(/[A-Z]|[0-9]/i,"");
		}
		document.mainForm.Ntt.value = TrimI;
		document.mainForm.D.value = TrimI;
		return true;
	}
}
</script>
<table border="0" cellspacing="0" cellpadding="3">
	<tr>
		<td valign="middle">
			<input type="hidden" name="N" value="102" id="Hidden1">
			<input type="hidden" name="Ne" value="10000" id="Hidden2">
			<input type="hidden" name="Ntk" value="all_fields_SIL" id="Hidden5"> 
			<!--input type="text"   name="Ntt" value="" size="20" id="Text1"-->
			<input type="text"   name="Ntt" size="20" value="Enter Keywords or Sku#s" class="form_Search" id="Ntt" onclick="if (document.mainForm.Ntt.value=='Enter Keywords or Sku#s'){document.mainForm.Ntt.value='';document.mainForm.Ntt.focus();}">
			<input type="hidden" name="Ntx" value="mode+matchallpartial" id="Hidden4">
			<input type="hidden" name="Nu" value="RollupKey" id="Hidden3">
			<input type="hidden" name="D" value="" id="hidden8">
			<input type="hidden" name="Dn" value="102" id="Hidden7">
			<input type="hidden" name="Dx" value="mode+matchallpartial" id="Hidden6">
		</td>
		<td><input type="image" name="Search_Submit" id="Search_Submit" src="/HanoverAssets/Silhouettes/Homebanners/button_Search.gif"/></td>
	</tr></form>
</table>

</td>
				<td align="right" valign="middle">

				<!-- Start topHeader hotspot -->
				<table border="0" cellspacing="4" cellpadding="0" ID="TableH9"><tr>	<td>&nbsp;</td>	<td>&nbsp;</td>	<td>&nbsp;</td>	<td><a title="As Seen In Home Page" href="/AsSeenIn.asp" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('T1_AsSeenIn21', '', '/HanoverAssets/Silhouettes/Homebanners/T1_AsSeenIn_ON.gif',1)">		<img src="/HanoverAssets/Silhouettes/Homebanners/T1_AsSeenIn.gif" alt="As Seen In" name="T1_AsSeenIn21" width="59" height="13" border="0" id="T1_AsSeenIn21"/></a>	</td>	<td>&nbsp;</td>	<td><a title="Silhouettes' Blog" href="http://blog.silhouettes.com/" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('T2_CelebLook21', '', '/HanoverAssets/Silhouettes/Homebanners/T2_CelebLook_ON.gif',1)">		<img src="/HanoverAssets/Silhouettes/Homebanners/T2_CelebLook.gif" alt="Silhouettes' Blog" name="T2_CelebLook21" width="130" height="13" border="0" id="T2_CelebLook21"/></a>	</td>	<td>&nbsp;</td>	<td><a title="Fit Guide" href="/sizechart.asp" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('T3_FitGuide21', '', '/HanoverAssets/Silhouettes/Homebanners/T3_FitGuide_ON.gif',1)">		<img src="/HanoverAssets/Silhouettes/Homebanners/T3_FitGuide.gif" alt="Fit Guide" name="T3_FitGuide21" width="54" height="13" border="0" id="T3_FitGuide21"/></a>	</td>	<td>&nbsp;</td>	<td><a title="Denim Shop" href="/DenimShop.asp" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('T4_DenimShop21', '', '/HanoverAssets/Silhouettes/Homebanners/T4_DenimShop_ON.gif',1)">		<img src="/HanoverAssets/Silhouettes/Homebanners/T4_DenimShop.gif" alt="Denim Shop" name="T4_DenimShop21" width="69" height="13" border="0" id="T4_DenimShop21"/></a>	</td>	<td>&nbsp;</td>	<td><a title="Gillian Grey" href="/GillianGrey.asp" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('T5_GillianGrey21', '', '/HanoverAssets/Silhouettes/Homebanners/T5_GillianGrey_ON.gif',1)">		<img src="/HanoverAssets/Silhouettes/Homebanners/T5_GillianGrey.gif" alt="Gillian Grey" name="T5_GillianGrey21" width="125" height="13" border="0" id="T5_GillianGrey21"/></a>	</td>	<td><img src="apply/spacer.gif" width="2" height="8"/></td></tr></table>
				<!-- End topHeader hotspot -->
				
				</td>
				
			</tr>
			<tr>
				<td colspan="2"><img src="/HanoverAssets/Silhouettes/Homebanners/rule_761.gif" alt="rule" width="761" height="1"/></td>
			</tr>
		</table>
	</td>
	</tr>
</table>
</div>
  <!-- END TOP SUB HEADER -->





				</td>
			</tr>
			<tr>
				<td colspan="2">
					<img src="/HanoverAssets/Silhouettes/spacer.gif" alt="spacer" height="8"/>
				</td>
			</tr>
			<tr>
				<td width="170" valign="top">
					<!--	Parameters are expected to be passed to this page are
		dept_id, my_parent_name -->

<script language="javascript" src="/HanoverCommon/Ajax-Routines.js"></script>
<script type="text/javascript">

//Empty the email field value when someone clicks in
function emptyIt(clearMe) {
	var mtMe = document.getElementById(clearMe);
	if (mtMe.value == "enter your email") {
	mtMe.value = ""; }
}
//Display a thank you message
function thanksEasterBunny(divToHide, divToShow) {
	var myEmailFormDisplay = document.getElementById(divToHide);
	var myThankyouMessageDisplay = document.getElementById(divToShow);
	myEmailFormDisplay.style.display = 'none';
	myThankyouMessageDisplay.style.display = 'block';
	return;
}

function handleNewEmailFormSubmit(options) {
	try {
		var emailValue = encodeURI(document.getElementById(options.email_dom_id).value);
		var ipValue = encodeURI(document.getElementById(options.ipaddress_dom_id).value);
		var sourceValue = encodeURI(document.getElementById(options.source_dom_id).value);
		var divValue = encodeURI(document.getElementById(options.division_dom_id).value);
		var postUrl = document.getElementById(options.posturl_dom_id).value;
		var postData = 'EMAIL_ADDRESS=' + emailValue + '&' +
					   'SOURCE=' + sourceValue + '&' +
					   'IP_ADDRESS=' + ipValue + '&' +
					   'DIVISION=' + divValue;
		
		if ((emailValue.length < 6) || (emailValue.indexOf('@') < 1) || (emailValue.indexOf('.') < 1)) {
			alert('Invalid email address.');
			return false;
		}
		
		var myfunc = function() {
			var myajax = hdiAjax.ajaxObject;
			var myfiletype = hdiAjax.filetype;
	
			if (myajax.readyState == 4) {
				if (myajax.status == 200) {
					options.success_callback();
				}
				else {	
					options.failed_callback();
				}
			}			
		}
		
		hdiAjax.postAjaxRequest(postUrl, postData, myfunc, 'txt');
	}
	catch(ex) {
		alert(ex.message);
		debugger;
	}
	return false;
}
	
</script> 

<div id="leftnav">
<table width="170" border="0" bordercolor="blue" cellspacing="0" cellpadding="0" ID="Table3">
	<tr><td>
		<!-- BEGIN NEW EMAIL -->
		
			<div id="JKsignupformdiv"
				style="width:160px; height: 136px; background-color:#f5f5f5; border: 1px solid #bfbfbf; display:block;">

				<img src="/HanoverAssets/Silhouettes/hotspot/email_shortform/take20top.gif"
					width="160"
					height="83"
					alt="Take 20% Off Your First Order When You Sign Up For Silhouettes Emails"
					border="0"
					style="margin:0px; padding:0px;" />

				<form id="JKsignupform"
					action=""
					method="post"
					style="margin:0px; padding:0px; text-align:center;"
					onsubmit="return handleNewEmailFormSubmit({email_dom_id:'jkemailSignUp', source_dom_id:'EmailSignupSource', ipaddress_dom_id: 'LocalIPAddress', division_dom_id: 'EmailDivisionCode', posturl_dom_id: 'EmailPostUrl', success_callback: function() { thanksEasterBunny('JKsignupformdiv', 'JKthankyoudiv'); }, failed_callback: function() { alert('failed'); } });">

					<input id="jkemailSignUp"
						name="jkemailSignUp"
						type="text"
						size="19"
						value="enter your email"
						style="margin:0px; padding:0px;"
						onfocus="return emptyIt('jkemailSignUp');"
						onblur='if (this.value == "") {this.value="enter your email";}' />

					<input type="image" 
							id="SubmitImage" 
							name="SubmitImage"
							src="/HanoverAssets/Silhouettes/hotspot/email_shortform/btn_signup.gif"
							alt="Sign Up!" width="69" height="17" border="0" style="margin-top:5px;" />
				</form>
			</div>

			<div id="JKthankyoudiv"
				style="width:160px; height:97px; background-color:#f5f5f5; border: 1px solid #bfbfbf; display:none; overflow: hidden;">

				<img src="/HanoverAssets/Silhouettes/hotspot/email_shortform/thankyoumsgtop.gif"
					width="160"
					height="97"
					alt="Thank you for joining. You’ll receive your first e-mail soon!"
					border="0" />

			</div>
		
		<!-- END NEW EMAIL -->
		</td>
		<td width="8"><img src="apply/spacer.gif" alt="leftspacer" name="leftspacer" width="8" height="20" id="Img02"/></div></td>
	</tr>
	<tr><td>
		<table width="162" border="0" bordercolor="red" cellspacing="0" cellpadding="0" ID="TableLN">
		<tr><td colspan="2" align="right" class="menu">
				<img src="apply/spacer.gif" alt="Arrow_Menu" name="MenuArrow" width="10" height="10" id="ImgM"/>
			</td>
		</tr>
		 

				<tr>
					<td width="10" align="right" background="apply/spacer.gif" class="menu">
						<img src="apply/spacer.gif" alt="Arrow_Menu" border=0 name="MenuArrow0" width="10" height="7" id="Img04"/></td>  
							<td align="left"><a href="http://www.silhouettes.com/Dept/New+Arrivals/D-12500" class="menu" onMouseOver="MM_swapImage('MenuArrow0','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">New Arrivals</a></td> 
				</tr> 
				<tr>
					<td width="10" align="right" background="apply/spacer.gif" class="menu">
						<img src="apply/spacer.gif" alt="Arrow_Menu" border=0 name="MenuArrow1" width="10" height="7" id="Img04"/></td>  
							<td align="left"><a href="http://www.silhouettes.com/Dept/Customer+Favorites/D-3800" class="menu" onMouseOver="MM_swapImage('MenuArrow1','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Customer Favorites</a></td> 
				</tr> 
				<tr>
					<td width="10" align="right" background="apply/spacer.gif" class="menu">
						<img src="apply/spacer.gif" alt="Arrow_Menu" border=0 name="MenuArrow2" width="10" height="7" id="Img04"/></td>  
							<td align="left"><a href="http://www.silhouettes.com/Dept/Gillian+Grey+Collection+trade+/D-510" class="menu" onMouseOver="MM_swapImage('MenuArrow2','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Gillian Grey Collection&trade;</a></td> 
				</tr> 
				<tr>
					<td width="10" align="right" background="apply/spacer.gif" class="menu">
						<img src="apply/spacer.gif" alt="Arrow_Menu" border=0 name="MenuArrow8" width="10" height="7" id="Img04"/></td>  
							<td align="left"><a href="http://www.silhouettes.com/Dept/Simply+Me+/D-520" class="menu" onMouseOver="MM_swapImage('MenuArrow8','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Simply Me™</a></td> 
				</tr> 
				<tr>
					<td width="10" align="right" background="apply/spacer.gif" class="menu">
						<img src="apply/spacer.gif" alt="Arrow_Menu" border=0 name="MenuArrow9" width="10" height="7" id="Img04"/></td>  
							<td align="left"><a href="http://www.silhouettes.com/Dept/Trends+Flirty+Ruffle/D-610" class="menu" onMouseOver="MM_swapImage('MenuArrow9','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Trend Watch</a></td> 
				</tr> 
				<tr>
					<td width="10" align="right" background="apply/spacer.gif" class="menu">
						<img src="apply/spacer.gif" alt="Arrow_Menu" border=0 name="MenuArrow18" width="10" height="7" id="Img04"/></td>  
							<td align="left"><a href="http://www.silhouettes.com/Dept/APPAREL/D-750" class="menu" onMouseOver="MM_swapImage('MenuArrow18','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">APPAREL</a></td> 
				</tr> 
					<tr>
						<td width="15" align="right"><img src="apply/spacer.gif" alt="Arrow_Menu" name="SubMenuSpace" width="10" height="7" /></td>
						<td align="right" class="subMenu">
						<table border="0" align="left" cellpadding="0" cellspacing="0" ID="Table29">
						<tr>
							<td width="15" align="right" class="subMenu"> 
							<img src="apply/spacer.gif" alt="Arrow_Menu" name="SubMenuArrow19" width="10" height="7" id="Img05"/></td>
							<td align="left"><a href="http://www.silhouettes.com/Dept/APPAREL/D-750" class="subMenu" onMouseOver="MM_swapImage('SubMenuArrow19','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">View All</a></td> 
						</tr> 
					<tr>
						<td width="15" align="right" class="subMenu"> 
						<img src="apply/spacer.gif" alt="Arrow_Menu" name="SubMenuArrow20" width="10" height="7" id="Img06"/></td>
						<td align="left"><a href="http://www.silhouettes.com/Dept/APPAREL+Knit+Tops+and+Tees/D-1100" class="subMenu" onMouseOver="MM_swapImage('SubMenuArrow20','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Knit Tops and Tees</a></td> 
					</tr> 
					<tr>
						<td width="15" align="right" class="subMenu"> 
						<img src="apply/spacer.gif" alt="Arrow_Menu" name="SubMenuArrow24" width="10" height="7" id="Img06"/></td>
						<td align="left"><a href="http://www.silhouettes.com/Dept/APPAREL+Shirts+and+Blouses/D-1200" class="subMenu" onMouseOver="MM_swapImage('SubMenuArrow24','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Shirts and Blouses</a></td> 
					</tr> 
					<tr>
						<td width="15" align="right" class="subMenu"> 
						<img src="apply/spacer.gif" alt="Arrow_Menu" name="SubMenuArrow28" width="10" height="7" id="Img06"/></td>
						<td align="left"><a href="http://www.silhouettes.com/Dept/APPAREL+Jackets+Blazers/D-1300" class="subMenu" onMouseOver="MM_swapImage('SubMenuArrow28','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Jackets & Blazers</a></td> 
					</tr> 
					<tr>
						<td width="15" align="right" class="subMenu"> 
						<img src="apply/spacer.gif" alt="Arrow_Menu" name="SubMenuArrow29" width="10" height="7" id="Img06"/></td>
						<td align="left"><a href="http://www.silhouettes.com/Dept/APPAREL+Sweaters+Cardigans/D-1400" class="subMenu" onMouseOver="MM_swapImage('SubMenuArrow29','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Sweaters & Cardigans</a></td> 
					</tr> 
					<tr>
						<td width="15" align="right" class="subMenu"> 
						<img src="apply/spacer.gif" alt="Arrow_Menu" name="SubMenuArrow30" width="10" height="7" id="Img06"/></td>
						<td align="left"><a href="http://www.silhouettes.com/Dept/APPAREL+Pants+and+Skirts/D-2000" class="subMenu" onMouseOver="MM_swapImage('SubMenuArrow30','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Pants and Skirts</a></td> 
					</tr> 
					<tr>
						<td width="15" align="right" class="subMenu"> 
						<img src="apply/spacer.gif" alt="Arrow_Menu" name="SubMenuArrow37" width="10" height="7" id="Img06"/></td>
						<td align="left"><a href="http://www.silhouettes.com/Dept/APPAREL+Dresses+Sets/D-3000" class="subMenu" onMouseOver="MM_swapImage('SubMenuArrow37','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Dresses & Sets</a></td> 
					</tr> 
					<tr>
						<td width="15" align="right" class="subMenu"> 
						<img src="apply/spacer.gif" alt="Arrow_Menu" name="SubMenuArrow38" width="10" height="7" id="Img06"/></td>
						<td align="left"><a href="http://www.silhouettes.com/Dept/APPAREL+Outerwear/D-5000" class="subMenu" onMouseOver="MM_swapImage('SubMenuArrow38','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Outerwear</a></td> 
					</tr> 
					<tr>
						<td width="15" align="right" class="subMenu"> 
						<img src="apply/spacer.gif" alt="Arrow_Menu" name="SubMenuArrow39" width="10" height="7" id="Img06"/></td>
						<td align="left"><a href="http://www.silhouettes.com/Dept/APPAREL+Denim/D-12700" class="subMenu" onMouseOver="MM_swapImage('SubMenuArrow39','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Denim</a></td> 
					</tr> 
						</table></td></tr>	
				<tr>
					<td width="10" align="right" background="apply/spacer.gif" class="menu">
						<img src="apply/spacer.gif" alt="Arrow_Menu" border=0 name="MenuArrow42" width="10" height="7" id="Img04"/></td>  
							<td align="left"><a href="http://www.silhouettes.com/Dept/Intimates+Sleepwear/D-6000" class="menu" onMouseOver="MM_swapImage('MenuArrow42','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Intimates & Sleepwear</a></td> 
				</tr> 
				<tr>
					<td width="10" align="right" background="apply/spacer.gif" class="menu">
						<img src="apply/spacer.gif" alt="Arrow_Menu" border=0 name="MenuArrow49" width="10" height="7" id="Img04"/></td>  
							<td align="left"><a href="http://www.silhouettes.com/Dept/Swim+Travel/D-9450" class="menu" onMouseOver="MM_swapImage('MenuArrow49','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Swim & Travel</a></td> 
				</tr> 
				<tr>
					<td width="10" align="right" background="apply/spacer.gif" class="menu">
						<img src="apply/spacer.gif" alt="Arrow_Menu" border=0 name="MenuArrow54" width="10" height="7" id="Img04"/></td>  
							<td align="left"><a href="http://www.silhouettes.com/Dept/Shoes+Boots/D-10000" class="menu" onMouseOver="MM_swapImage('MenuArrow54','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Shoes & Boots</a></td> 
				</tr> 
				<tr>
					<td width="10" align="right" background="apply/spacer.gif" class="menu">
						<img src="apply/spacer.gif" alt="Arrow_Menu" border=0 name="MenuArrow64" width="10" height="7" id="Img04"/></td>  
							<td align="left"><a href="http://www.silhouettes.com/Dept/Accessories/D-11000" class="menu" onMouseOver="MM_swapImage('MenuArrow64','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Accessories</a></td> 
				</tr> 
				<tr>
					<td width="10" align="right" background="apply/spacer.gif" class="menu">
						<img src="apply/spacer.gif" alt="Arrow_Menu" border=0 name="MenuArrow68" width="10" height="7" id="Img04"/></td> 
							<td align="left"><a href="http://www.silhouettes.com/jewelry/" class="menuRed" onmouseover="MM_swapImage('MenuArrow68','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onmouseout="MM_swapImgRestore()">Jewelry</a></td> 
				</tr> 
				<tr>
					<td width="10" align="right" background="apply/spacer.gif" class="menu">
						<img src="apply/spacer.gif" alt="Arrow_Menu" border=0 name="MenuArrow78" width="10" height="7" id="Img04"/></td>  
							<td align="left"><a href="http://www.silhouettes.com/Dept/Weekly+Bargains/D-11500" class="menu" onMouseOver="MM_swapImage('MenuArrow78','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Weekly Bargains</a></td> 
				</tr> 
				<tr>
					<td width="10" align="right" background="apply/spacer.gif" class="menu">
						<img src="apply/spacer.gif" alt="Arrow_Menu" border=0 name="MenuArrow79" width="10" height="7" id="Img04"/></td>  
							<td align="left"><a href="http://www.silhouettes.com/Dept/On+Sale/D-13000" class="menuRed" onMouseOver="MM_swapImage('MenuArrow79','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">SALE</a></td> 
				</tr> 
				<tr>
					<td width="10" align="right" background="apply/spacer.gif" class="menu">
						<img src="apply/spacer.gif" alt="Arrow_Menu" border=0 name="MenuArrow90" width="10" height="7" id="Img04"/></td> 
							<td align="left"><a href="http://www.silhouettes.com/outlet/" class="menuRed" onmouseover="MM_swapImage('MenuArrow90','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onmouseout="MM_swapImgRestore()">OUTLET</a></td> 
				</tr> 
				<tr>
					<td width="10" align="right" background="apply/spacer.gif" class="menu">
						<img src="apply/spacer.gif" alt="Arrow_Menu" border=0 name="MenuArrow107" width="10" height="7" id="Img04"/></td>  
							<td align="left"><a href="http://www.silhouettes.com/Dept/Extended+Sizes/D-18878" class="menu" onMouseOver="MM_swapImage('MenuArrow107','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Extended Sizes</a></td> 
				</tr> 
	
			</table>
		</td>
		<td width="8"><img src="apply/spacer.gif" alt="leftspacer" name="leftspacer" width="8" height="20" id="Img07"/></td>
	</tr>
	<tr><td colspan="2"><img src="apply/spacer.gif" alt="spacer" width="162" height="12" /></td></tr>
	<tr><td width="162">
			<table ALIGN="left" BORDER="0" width="" CELLSPACING="0" CELLPADDING="0" ID="TableF3">
				<tr>
					<td class="subMenu">
					<div id="EmailFooterDiv"></div>
					<!-- BEGIN NEW EMAIL -->
						
					<div id="JKsignupformdiv2"
						style="width:160px; height: 136px; background-color:#f5f5f5; border: 1px solid #bfbfbf; display:block; border-bottom:none;">

						<img src="/HanoverAssets/Silhouettes/hotspot/email_shortform/take20top.gif"
							width="160"
							height="83"
							alt="Take 20% Off Your First Order When You Sign Up For Silhouettes Emails"
							border="0"
							style="margin:0px; padding:0px;" />

						<form id="JKsignupform2"
							action=""
							method=""
							style="margin:0px; padding:0px; text-align:center;"
							onsubmit="return handleNewEmailFormSubmit({email_dom_id:'jkemailSignUp2', source_dom_id:'EmailSignupSource', ipaddress_dom_id: 'LocalIPAddress', division_dom_id: 'EmailDivisionCode', posturl_dom_id: 'EmailPostUrl', success_callback: function() { thanksEasterBunny('JKsignupformdiv2', 'JKthankyoudiv2'); }, failed_callback: function() { alert('failed'); } });">

							<input id="jkemailSignUp2"
								class=""
								name="jkemailSignUp2"
								type="text"
								size="19"
								value="enter your email"
								style="margin:0px; padding:0px;"
								onfocus="emptyIt('jkemailSignUp2')"
								onblur='if (this.value == "") {this.value="enter your email";}' />

							

							<input type="image" 
								   id="SubmitImage2" 
								   name="SubmitImage2"
								   src="/HanoverAssets/Silhouettes/hotspot/email_shortform/btn_signup.gif"
								   alt="Sign Up!" width="69" height="17" border="0" style="margin-top:5px;" />

						</form>
					</div>

					<div id="JKthankyoudiv2"
						style="width:160px; height:97px; background-color:#f5f5f5; border: 1px solid #bfbfbf; display:none; border-bottom:none;">

						<img src="/HanoverAssets/Silhouettes/hotspot/email_shortform/thankyoumsgtop.gif"
     						width="160"
     						height="97"
     						alt="Thank you for joining. You’ll receive your first e-mail soon!"
     						border="0" />
					</div>
					<div id="socialicons"
						style="width:160px; background-color:#f5f5f5; border: 1px solid #bfbfbf; border-top:none; text-align:center;">

						<p style="margin:0px; padding:0px 0px 6px 0px;">
							
							<!--
							<a href="/Silhouettes/i_emailsignupform.asp?emailAction=" onclick="return hs.htmlExpand(this, { objectType: 'iframe', wrapperClassName: 'highslide-wrapper drag-header', width: 360, targetX: 'EmailContainer', targetY: 'EmailContainer' } )">
							-->
							<a href="javascript:void(0);" onclick="window.open('http://www.silhouettes.com/i_emailSample.asp','Sample','resizable=no,toolbar=no,scrollbars=yes,location=no,directories=no,status=no,menubar=no,width=400,height=575')"
							style="font-size:11px; font-weight:normal;">
								sample email
							</a> 

							&nbsp;&nbsp;

							<a href="javascript:OpenPrivacyPolicy('http://www.silhouettes.com/privacypage.asp#privacy')"
							style="font-size:11px; font-weight:normal;">
								privacy
							</a>
						</p>

						<a href="http://blog.silhouettes.com/">

							<img src="/HanoverAssets/Silhouettes/hotspot/email_shortform/blog_x15.png"
								width="17"
								height="15"
								alt=""
								border="0" />
						</a>
						<a href="http://www.facebook.com/Silhouettes">

							<img src="/HanoverAssets/Silhouettes/hotspot/email_shortform/facebook_x15.png"
								width="15"
								height="15"
								alt=""
								border="0"
								style="margin-left:7px;" />
						</a>
						<a href="http://twitter.com/SiloStyle">

							<img src="/HanoverAssets/Silhouettes/hotspot/email_shortform/twitter_x15.png"
								width="15"
								height="15"
								alt=""
								border="0" />
						</a>
						<a href="http://www.youtube.com/SilhouettesStyle">
							<img src="/HanoverAssets/Silhouettes/hotspot/email_shortform/youtube_x15.png"
								width="40"
								height="15"
								alt=""
								border="0" />
						</a>
					</div>
						
					<!-- END NEW EMAIL -->
					</td>
				</tr>
			</table>
			<input type="hidden" id="EmailSignupSource" name="EmailSignupSource" value="EmailSignup" />
			<input type="hidden" id="LocalIPAddress" name="LocalIPAddress" value="172.17.1.130" />
			<input type="hidden" id="EmailDivisionCode" name="EmailDivisionCode" value="54" />
			<input type="hidden" id="EmailPostUrl" name="EmailPostUrl" value="http://www.silhouettes.com/EmailSignupPost.asp" />
		</td>
		<td width="8"><img src="apply/spacer.gif" alt="leftspacer" name="leftspacer" width="8" height="20" id="Img08"/></td>
	</tr>
	<tr><td height="16"><img src="apply/spacer.gif" id="Img09"/></td></tr>
</table>
</div>


				</td>
				<td width="591" valign="top">
					<table border="0" width="591" id="tableM2">
						<tr>
							<td valign="top">
								
	<table border="0" cellpadding="0" cellspacing="0" id="HeroAnd3Pods">
		<tr>
			<td><table border="0" align="left" cellpadding="5" cellspacing="0">
					<tr><td align="left" valign="top">
							<img width="550px" src="/HanoverAssets/Silhouettes/headers/h_buyersclub.gif" border="0" alt="Buyers Club" />
						</td>
					</tr>
					<tr><td align="left" valign="top">
						<form id="ProductPageForm" name="ProductPageForm"
							method="post" action="http://www.silhouettes.com/xt_orderform_additem.asp">
							<table height="42" border="0" cellpadding="0" cellspacing="0">
								<tr><td class="productInfo">&nbsp;&nbsp;504874zz<br>&nbsp;&nbsp;$29.95</td></tr>
								<tr><td class="productInfo"><br>
									<p><strong>Receive 10% off every order - including sale items!</strong>
									<p>Become a Silhouettes Buyers Club member and for $29.95 a year enjoy the
									benefits. During your 12-month membership you will receive 10% off every item
									in our catalog and on our website. If within 30 days of receipt of your
									membership kit you decide to cancel the membership, we will refund your money
									in full. If you have used your membership and have decided to keep discounted
									purchases prior to cancellation, Silhouettes will refund the balance of your
									membership fee after the deduction of any discounts you have enjoyed.
									<p><strong>Satisfaction Guarantee.</strong>
									<p>Your satisfaction is very important. If within 60 days you are not completely
									satisfied with your selection, return it for a prompt, courteous exchange or
									refund. Our promise is backed by over 10 years of pleasing discerning shoppers.
									<p>24 Hour Customer Service.
									<p>Just call us anytime, toll-free, if you have any questions about your shopping
									club membership: 1-800-704-3322.
									<p>Shop Around the Clock. Shop at your convenience - 24 hours a day, 7 days a week!
									</td>
								</tr>
								<tr><td><img src="/HanoverAssets/Silhouettes/spacer.gif" alt="spacer" width="20" height="20" /></td></tr>
								<tr><td align="center">
									<a onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('ProductSubmit','','/HanoverAssets/Silhouettes/submit_prod_ON.gif',1)">
										<input type="image" id="ProductSubmit" name="ProductSubmit" src="/HanoverAssets/Silhouettes/submit_prod_OFF.gif" alt="Submit" width="115" height="27" border="0" />
									</a>
									</td>
								</tr>
								<tr><td><img src="/HanoverAssets/Silhouettes/spacer.gif" alt="spacer" width="20" height="20" /></td></tr>
							</table>

							<input id="shop_id" name="shop_id" type="hidden" value="AB8059C2-697A-45B3-B723-94BC12834FC2" />
							<input id="type" name="type" type="hidden" value="product" />
							<input id="dept_id" name="dept_id" type="hidden" value="19160" />
							<input id="catname" name="catname" type="hidden" value="Buyers Club" />
							<input id="product" name="product" type="hidden" value="504874zz" />
							<input type="hidden" id="attrcount" name="attrcount" value="1" />
							<input type="hidden" id="nattr" name="nattr" value="1" />
							<input type="hidden" id="addcount" name="addcount" value="1" />

						</form>
						</td>
					</tr>
					<tr><td colspan="2" valign="top">&nbsp;</td></tr>
				</table>
			</td>
		</tr>
	</table>
	
							</td> 
						</tr>
						<tr>
							<td valign="top">
								<br />
								<!-- BazaarVoice -->
								<div id="BVReviewsContainer"></div><noscript><iframe src="http://reviews.silhouettes.com//0527/504874zz/reviews.htm?format=noscript" width="100%"></iframe><br/></noscript><div id="BVSVPLinkContainer"><a href="http://reviews.silhouettes.com//0527/504874zz/reviews.htm">Printable Reviews</a></div>
	<!-- Reviews -->
	<script type="text/javascript" language="javascript">
	<!--
	var BVisLoaded = false;
	function BVcheckLoadState() {
    	if(!BVisLoaded) {
    		var page = document.getElementById('BVFrame').src;
			document.getElementById('BVFrame').src='http://reviews.silhouettes.com//logging?page=' + escape(page);
    		document.getElementById('BVReviewsContainer').innerHTML = '<!-- Review retrieval timed out -->';
		}
	}
	//-->
	</script>
	<div id="BVSubmissionParameters" style="display: none;"></div>
	<div id="BVContainerPageURL" style="display: none;">http://www.silhouettes.com/product-review.asp</div>
	<iframe id="BVFrame" name="BVFrame" src="" style="visibility: hidden; width: 1px; height: 1px; position: absolute; left: -999px; top: -999px;"></iframe>
	<script type="text/javascript" language="javascript">
	<!--
	function bvLoadRR() {
		var bvPage = 'http://reviews.silhouettes.com//0527/504874zz/reviews.htm?format=embedded';
		var bvReviewIDName = 'featurereview';
	    
		var bvReviewIDRegex = new RegExp('[?&]' + bvReviewIDName + '=([^&#]+)');
		var bvReviewIDMatch = bvReviewIDRegex.exec(window.location.search);
		var bvReviewID = bvReviewIDMatch ? decodeURIComponent(bvReviewIDMatch[1]) : null;
	    
		document.getElementById('BVFrame').src = /^[0-9]+$/.test(bvReviewID) ? bvPage + '&reviewid=' + bvReviewID : bvPage;
	    
		//Timeout for review load.  Consider reviews unavailable if not loaded within 15 seconds
		setTimeout("BVcheckLoadState()", 15000);
	}
	bvLoadRR();
	//-->
	</script>
	<!-- End Reviews -->	
	
								<!-- BazaarVoice -->
								<br />
							</td> 
						</tr>
						<tr>
							<td valign="top">
								
	<a name="MoreRecommendations" id="MoreRecommendations"></a>
	<table border="0" cellspacing="0" cellpadding="0">
		<tr>
			<td align="left"><img src="/HanoverAssets/Silhouettes/subHead_WeAlsoRecmd.gif" alt="We Also Recommend" width="153" height="19" /><br />
			</td>
		</tr>
		<tr>
			<td align="center" bgcolor="#CCCCCC"><img src="/HanoverAssets/Silhouettes/spacer.gif" alt="rule591" width="100" height="1" /></td>
		</tr>
		<tr>
			<td align="center">&nbsp;</td>
		</tr>
		<tr>
			<td>
				
	<table border="0" cellspacing="5" cellpadding="0">
	<tr>
		
	</tr>
	</table>
	<br />
	
			</td>
		</tr>
	</table>
	<div id="footerDiv">

<table width="591" align="left" border="0" bordercolor="blue" cellpadding="0" cellspacing="0" id="TableFooter">
	<tr><td valign="top" align="center"><a href="/apply/?"><img src="HanoverAssets/Silhouettes/Homebanners/Banner_CircleRewards.jpg" border=0 width=591 height=65></a></td></tr>
	<tr><td>&nbsp;</td></tr>
	<tr><td align="center"><img src="/HanoverAssets/Silhouettes/Homebanners/rule_761.gif" alt="rule" width="561" height="1"/></td></tr>
	<tr><td>&nbsp;</td></tr>
	<tr>
		<!-- BOTTOM NAV TEXT LINKS -->
		<td align="center">
		<table width="100%" border="0" cellpadding="0" cellspacing="0" id="TableBNav1">
			<tr>
			<td align="center">
				<table border="0" cellpadding="2" cellspacing="0" ID="TableBNav2">
					<tr>
						<td><a title="Catalog Quick Order" alt="Catalog Quick Order" href="http://www.silhouettes.com/Product/Order+Now/Plus+Size+Women+s+Catalog+Silhouettes+Quick+Order/D-19999/P-manualformproductzz" class="footerMenu">Catalog Quick Order</a></td>
						<td><span class="footerMenu">:</span></td>
						<td><a title="Catalog Request" alt="Catalog Request" href="http://www.silhouettes.com/CatalogRequest.asp" class="footerMenu">Catalog Request</a></td>
						<td><span class="footerMenu">:</span></td>
						<td><a title="Customer Service" alt="Customer Service" href="http://www.silhouettes.com/customers.asp" class="footerMenu">Customer Service</a></td>
						<td><span class="footerMenu">:</span></td>
						<td><a title="Gift Cards" alt="Gift Cards" href="http://www.silhouettes.com/GiftCard.asp" class="footerMenu">Gift Cards</a></td>
						<td><span class="footerMenu">:</span></td>
						<td><a title="Silhouettes Credit Card" alt="Silhouettes Credit Card" href="http://www.silhouettes.com/apply/" class="footerMenu">Silhouettes&#174; Credit Card</a></td>
					</tr>
				</table>
				<table border="0" cellpadding="2" cellspacing="0" ID="TableBNav3">
					<tr>
						<td><a title="Buyers Club" alt="Buyers Club" href="http://www.silhouettes.com/Product/Buyers+Club/Silhouettes+Buyers+Club/D-19160/P-504874zz" class="footerMenu">Buyers Club</a></td>
						<td><span class="footerMenu">:</span></td>
						<td><a title="Size and Fit Guide" alt="Size and Fit Guide" href="http://www.silhouettes.com/sizechart.asp" class="footerMenu">Size &amp; Fit</a></td>
						<td><span class="footerMenu">:</span></td>
						<td><a title="Fashion Glossary" alt="Fashion Glossary" href="http://www.silhouettes.com/fashionglossary.asp" class="footerMenu">Fashion Glossary</a></td>
						<td><span class="footerMenu">:</span></td>
						<td><a title="Privacy" alt="Privacy" href="http://www.silhouettes.com/privacypage.asp#Privacy" class="footerMenu">Privacy</a></td>
						<td><span class="footerMenu">:</span></td>
						<td><a title="Terms of Use" alt="Terms of Use" href="http://www.silhouettes.com/privacypage.asp" class="footerMenu">Terms of Use</a></td>
						<td><span class="footerMenu">:</span></td>
						<td><a title="Site Map" alt="Site Map" href="http://www.silhouettes.com/sitemap.asp" class="footerMenu">Site Map</a></td>
						<td><span class="footerMenu">:</span></td>
						<td><a title="Affiliates" alt="Affiliates" href="http://www.silhouettes.com/affiliate.asp" class="footerMenu">Affiliates</a></td>
					</tr>
				</table>
				<br />
				<table border="0" cellpadding="2" cellspacing="0" ID="TableBNav4">
					<tr>
					<td align="left" class="footerMenu">&#169; 2010, Silhouettes, LLC. All Rights Reserved.</td>
					<td>&nbsp;&nbsp;&nbsp;</td>
					<td class="footerMenu">1-888-651-8337</td></tr>
				</table>
			</td>
			</tr>
		</table>
		</td>
		<!-- END BOTTOM FOOTER TEXT LINKS -->
	</tr>
</table>
</div>

							</td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
		<!--CM_INCLUDE:product.asp-->
<script language="Javascript">var cmJv="1.1";</script>
<script language="Javascript" src="coremetrics/v40/eluminate.js"></script>
<script language="Javascript" src="coremetrics/v40/cm_datatagutils.js"></script>

<!--<script language="javascript">
	history.go(-1);
</script>-->
<!--PAGES_TAGS:product.asp--><!--342:DEPT ID=19160--><!--343:DEPT NAME=Buyers Club-->
						<!--LINE 396 -->
						<script language="javascript">
						try {cmCreateProductviewTag("504874zz", "Silhouettes", "Buyers Club (19160)", "Y");}
						catch(er) {window.alert(er.message);}
						</script>	
					
					<script language="javascript">
					//***to throw a site promotion tag when you click the zoom image - noemi castro 5/8/07***
					function sitePromoTag()
						{
							//try	{cmCreateManualLinkClickTag('""?cm_sp=Zoom-_--_-');} 
							//catch(er) {window.alert(er.message);}
						}
						//***end of site promotion tag***
					</script>	
<script language="javascript">
	//***to throw a site promotion tag when you click the zoom image - noemi castro 5/4/07***
	function sitePromoTag()
		{
			//try	{cmCreateManualLinkClickTag('"http://www.silhouettes.com/product.asp"?cm_sp=Zoom-_-Buyers Club-_-Silhouettes(504874zz)');} 
			//catch(er) {window.alert(er.message);}
		}
	//***end of site promotion tag***
</script>

	</div>
	</body>
</html>
