
function sas15switchtabs(tabid) {

for (i=0;i<sas15mytabs.length;i++)
{
	if (sas15mytabs[i] == tabid) {
		document.getElementById('sas15tab'+sas15mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas15tabcell'+sas15mytabs[i]).style.backgroundColor = '#D41075';
		document.getElementById('sas15tabcell'+sas15mytabs[i]).className = 'sas15tabheaderon';
		document.getElementById('sas15tabbottom'+sas15mytabs[i]).style.backgroundColor = '#D41075';
		document.getElementById('sas15tabtop'+sas15mytabs[i]).style.backgroundColor = '#fdccea';
		document.getElementById('sas15tablink'+sas15mytabs[i]).className = 'sas15tablinkon';
	}
	else {
		document.getElementById('sas15tab'+sas15mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas15tabcell'+sas15mytabs[i]).style.backgroundColor = '#FF6699';
		document.getElementById('sas15tabbottom'+sas15mytabs[i]).style.backgroundColor = '#fdccea';
		document.getElementById('sas15tabtop'+sas15mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas15tablink'+sas15mytabs[i]).className = 'sas15tablink';
		document.getElementById('sas15tabcell'+sas15mytabs[i]).className = 'sas15tabheaderoff';

	}
}

}

if (typeof(sas15tabafftrackvalue) == 'undefined'){
sas15tabafftrackvalue = '';
}

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas15tablink:link');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas15tablink:visited');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas15tablink:active');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas15tablink:hover');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('	text-decoration: underline;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas15tablinkon:link');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas15tablinkon:visited');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas15tablinkon:active');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas15tablinkon:hover');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('	text-decoration: underline;');
document.write('	font-weight: bold;');
document.write('}');
document.write('');
document.write('.sas15tabheaderon');
document.write('{');
document.write('	background-color: #FF6699;');
document.write('	border-left: 2px solid #fdccea;');
document.write('	border-right: 2px solid #fdccea;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas15tabheaderoff');
document.write('{');
document.write('	background-color: #FF6699;');
document.write('	border-left: 2px solid #909090;');
document.write('	border-right: 2px solid #909090;');
document.write('	border-top: 2px solid #909090;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas15tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas15tabbottom');
document.write('{');
document.write('	background-color: #fdccea;');
document.write('	border-right: 2px solid #fdccea;');
document.write('	border-left: 2px solid #fdccea;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas15tabbottomspacer');
document.write('{');
document.write('	background-color: #fdccea;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas15tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas15tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas15contentbox');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	border-left: 2px solid #fdccea;');
document.write('	border-bottom: 2px solid #fdccea;');
document.write('	border-right: 2px solid #fdccea;');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('');
document.write('}');
document.write('');
document.write('.sas15contentboxfont');
document.write('{');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('');
document.write('}');
document.write('A.sas15tabcontentlink:link');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas15tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas15tabcontentlink:active');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas15tabcontentlink:visited');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('');
document.write('');
document.write('</style>');
document.write('');
document.write('<table cellpadding=0 cellspacing=0 width="550" height="175">');
document.write('<tr><td>');
document.write('<table cellspacing=0 cellpadding=0 width="100%" height="100%">');
document.write('<tr><td id="sas15tabtop1" class="sas15tabtop"></td><td class="sas15tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas15tabtop2" class="sas15tabtop"></td><td class="sas15tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas15tabtop3" class="sas15tabtop"></td><td class="sas15tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas15tabtop4" class="sas15tabtop"></td><td class="sas15tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas15tabtop5" class="sas15tabtop"></td></tr><tr><td id="sas15tabcell1" class="sas15tabheaderon"><a href="#" onClick="sas15switchtabs(1); return false;" class="sas15tablink" id="sas15tablink1">Emitations.com Coupons</a></td><td class="sas15tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas15tabcell2" class="sas15tabheaderoff"><a href="#" onClick="sas15switchtabs(2); return false;" class="sas15tablink" id="sas15tablink2">Best Sellers</a></td><td class="sas15tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas15tabcell3" class="sas15tabheaderoff"><a href="#" onClick="sas15switchtabs(3); return false;" class="sas15tablink" id="sas15tablink3">Cocktail Rings</a></td><td class="sas15tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas15tabcell4" class="sas15tabheaderoff"><a href="#" onClick="sas15switchtabs(4); return false;" class="sas15tablink" id="sas15tablink4">Men\'s Jewelry</a></td><td class="sas15tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas15tabcell5" class="sas15tabheaderoff"><a href="#" onClick="sas15switchtabs(5); return false;" class="sas15tablink" id="sas15tablink5">James Bond Inspired Jewelry</a></td></tr><tr><td id="sas15tabbottom1" class="sas15tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas15tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas15tabbottom2" class="sas15tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas15tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas15tabbottom3" class="sas15tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas15tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas15tabbottom4" class="sas15tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas15tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas15tabbottom5" class="sas15tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td></tr></table>');
document.write('</td></tr>');
document.write('<tr><td class="sas15contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas15tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas15contentboxfont"><ul><li><a class="sas15tabcontentlink" target="_blank" href="http://www.shareasale.com/u.cfm?m=7990&u=' + sas15tabidvalue + '&d=654&afftrack=' + sas15tabafftrackvalue + '&w=15">Free Domestic Shipping over $75</a> - Start Date: 08/01/2005 - End Date: 12/31/2050 - Coupon Code: Not required<br><br><li><a class="sas15tabcontentlink" target="_blank" href="http://www.shareasale.com/u.cfm?m=7990&u=' + sas15tabidvalue + '&d=20361&afftrack=' + sas15tabafftrackvalue + '&w=15">Free International Shipping on Orders over $125USD</a> - Start Date: 07/01/2009 - End Date: 12/10/2009 - Coupon Code: <br><br><li><a class="sas15tabcontentlink" target="_blank" href="http://www.shareasale.com/u.cfm?m=7990&u=' + sas15tabidvalue + '&d=21951&afftrack=' + sas15tabafftrackvalue + '&w=15">$8 OFF $70 minimum purchase</a> - Start Date: 10/01/2009 - End Date: 10/31/2009 - Coupon Code: AFF870<br><br><li><a class="sas15tabcontentlink" target="_blank" href="http://www.shareasale.com/u.cfm?m=7990&u=' + sas15tabidvalue + '&d=21952&afftrack=' + sas15tabafftrackvalue + '&w=15">6% OFF $80 minimum purchase Plus Free Shipping!</a> - Start Date: 10/01/2009 - End Date: 10/31/2009 - Coupon Code: AF688<br><br><li><a class="sas15tabcontentlink" target="_blank" href="http://www.shareasale.com/u.cfm?m=7990&u=' + sas15tabidvalue + '&d=22008&afftrack=' + sas15tabafftrackvalue + '&w=15">Emitations.com Buy One Get One Free!!</a> - Start Date: 10/01/2009 - End Date: 10/31/2009 - Coupon Code: AFBOGO<br><br></ul></td></tr></table></div><div id="sas15tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas15contentboxfont"><a class="sas15tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7990&userID=' + sas15tabidvalue + '&productID=459100018&afftrack=' + sas15tabafftrackvalue + '&w=15"><img src="http://feeds2.yourstorewizards.com/1303/images/100x500/trpi25capepr.jpg" border="0"></a></td><td class="sas15contentboxfont"><a class="sas15tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7990&userID=' + sas15tabidvalue + '&productID=459100018&afftrack=' + sas15tabafftrackvalue + '&w=15">Trista\'s Promise Ring - Pink Princess Cut CZ</a><br>Trista\'s Promise Ring - Pink Princess Cut CZ is one of our best-selling rings!  This popular cubic zirconia and sterling silver promise ring is rhodium electroplated for the sophisticated look of platinum. Trista\'s promise ring features a 2.5 carat princess cut, pink cubic zirconia center stone, and a band of inlaid, prong set round cut CZs. The entire CZ promise ring weighs 5.9 grams.Catalog ID C148<br><br>Price: $19.99</td></tr><tr><td class="sas15contentboxfont"><a class="sas15tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7990&userID=' + sas15tabidvalue + '&productID=459100268&afftrack=' + sas15tabafftrackvalue + '&w=15"><img src="http://feeds2.yourstorewizards.com/1303/images/100x500/eldishwhczpr.jpg" border="0"></a></td><td class="sas15contentboxfont"><a class="sas15tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7990&userID=' + sas15tabidvalue + '&productID=459100268&afftrack=' + sas15tabafftrackvalue + '&w=15">Elisa\'s Promise Ring - Clear Princess Cut CZ</a><br>Elisa\'s Promise Ring - Clear Princess Cut CZ symbolizes the meaning of a promise!  This sweet promise ring features a 0.6 carat diamond-shaped, princess cut, clear cubic zirconia center stone complimented by a band of CZs. This promise ring is made of sterling silver and rhodium electroplated for the elegant look of platinum.   This sterling silver ring is even available in sizes 3 and 4.BACK-ORDER NOTICE: Your ring size may be backordered. Please call Customer Service to check on the availability of this item.<br><br>Price: $24.99</td></tr><tr><td class="sas15contentboxfont"><a class="sas15tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7990&userID=' + sas15tabidvalue + '&productID=459100498&afftrack=' + sas15tabafftrackvalue + '&w=15"><img src="http://feeds2.yourstorewizards.com/1303/images/100x500/noname150.jpg" border="0"></a></td><td class="sas15contentboxfont"><a class="sas15tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7990&userID=' + sas15tabidvalue + '&productID=459100498&afftrack=' + sas15tabafftrackvalue + '&w=15">Champagne Taste CZ Eternity Band Ring - Round Cut</a><br>There are ways of getting around having champagne taste on a beer budget. Just fake it!  If you like a lot of large stones then this is the eternity ring for you. Sterling silver and dipped in rhodium electroplating for the sophisticated look of platinum, this eternity band features brilliant, prong set round cut cubic zirconia stones measuring approximately .5 carats each. The round cut CZ eternity band measures 7.5 grams. Catalog ID C163<br><br>Price: $48.00</td></tr><tr><td class="sas15contentboxfont"><a class="sas15tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7990&userID=' + sas15tabidvalue + '&productID=461742462&afftrack=' + sas15tabafftrackvalue + '&w=15"><img src="http://feeds2.yourstorewizards.com/1303/images/100x500/jes1carprons.jpg" border="0"></a></td><td class="sas15contentboxfont"><a class="sas15tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7990&userID=' + sas15tabidvalue + '&productID=461742462&afftrack=' + sas15tabafftrackvalue + '&w=15">1.5 TCW Jessica\'s Prong Stud Earrings</a><br>Round cut CZ stud earrings are a classic must-have. Our sterling silver, round cut cubic zirconia studs really shine in a classic prong setting and measure approximately .75 carats each. Each stud earring has been dipped in rhodium electroplating for the elegant look of platinum. Capture Angelina Jolie\'s understated yet elegant signature style with your own pair of imitation diamond stud earrings.<br><br>Price: $18.99</td></tr><tr><td class="sas15contentboxfont"><a class="sas15tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7990&userID=' + sas15tabidvalue + '&productID=459100666&afftrack=' + sas15tabafftrackvalue + '&w=15"><img src="http://feeds2.yourstorewizards.com/1303/images/100x500/oppedrcaczea.jpg" border="0"></a></td><td class="sas15contentboxfont"><a class="sas15tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7990&userID=' + sas15tabidvalue + '&productID=459100666&afftrack=' + sas15tabafftrackvalue + '&w=15">Alexia\'s Pear Drop CZ Canary Earrings</a><br>Emitations.com is proud to offer a canary version of our ever-popular Alexia\'s earrings! Our pear drop earrings are a glamorous 3.75 carats each and feature a prong set, round cut top stone and a larger, pear cut dangle drop canary CZ stone. Crafted in sterling silver dipped in rhodium electroplating for that elegant platinum look.  Earrings measure approximately 23mm long with a total carat weight of approximately 7.5 carats.<br><br>Price: $29.99</td></tr></table></div><div id="sas15tab3content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas15contentboxfont"><a class="sas15tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7990&userID=' + sas15tabidvalue + '&productID=459099769&afftrack=' + sas15tabafftrackvalue + '&w=15"><img src="http://feeds2.yourstorewizards.com/1303/images/100x500/manny.jpg" border="0"></a></td><td class="sas15contentboxfont"><a class="sas15tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7990&userID=' + sas15tabidvalue + '&productID=459099769&afftrack=' + sas15tabafftrackvalue + '&w=15">Manny\'s Animal Cocktail Ring - Citrine CZ</a><br>Manny\'s Animal Cocktail Ring - Citrine CZ will have you jonesing for a jungle safari! Indulge with a wild style, instead, like Manny\'s Safari & Citrine Hued CZ Cocktail Ring! The thick silver-toned band is accented by an enamel layer in a glam giraffe print. A border of prong set, round cut faux diamonds surrounds an extravagant 5 carat CZ, in a citrine shade that reminds us of the sun shining on the Serengeti.<br><br>Price: $35.00</td></tr><tr><td class="sas15contentboxfont"><a class="sas15tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7990&userID=' + sas15tabidvalue + '&productID=460778662&afftrack=' + sas15tabafftrackvalue + '&w=15"><img src="http://feeds2.yourstorewizards.com/1303/images/100x500/fern.jpg" border="0"></a></td><td class="sas15contentboxfont"><a class="sas15tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7990&userID=' + sas15tabidvalue + '&productID=460778662&afftrack=' + sas15tabafftrackvalue + '&w=15">Fern\'s Flying Pig Cocktail Ring</a><br>Fern\'s Flying Pig Cocktail Ring may have you eating your words - have you ever promised to do something "when pigs fly"? Well watch out, because Fern\'s Flying Pig CZ Cocktail Ring might force you to make good on your word! This adorable, chubby pig is dotted with pave set, baby pink hued CZs. Her wings are adorned with pale canary CZs, and she wears a bright green and pale champagne "vest". It reminds us of a little circus costume! With gleaming silver hooves and a pert snout, this pig is just sure to fly away with your heart...BACK-ORDER NOTICE: Your ring size may be backordered. Please call Customer Service to check on the availability of this item.RE-STOCKING FEE: Please note that this item will require a 15% re-stocking fee if it is returned<br><br>Price: $450.00</td></tr><tr><td class="sas15contentboxfont"><a class="sas15tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7990&userID=' + sas15tabidvalue + '&productID=466711276&afftrack=' + sas15tabafftrackvalue + '&w=15"><img src="http://feeds2.yourstorewizards.com/1303/images/100x500/kirancocktailringgold.jpg" border="0"></a></td><td class="sas15contentboxfont"><a class="sas15tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7990&userID=' + sas15tabidvalue + '&productID=466711276&afftrack=' + sas15tabafftrackvalue + '&w=15">Kiran\'s Animal Cocktail Ring - Gold</a><br>Kiran\'s Animal Cocktail Ring (Gold) is a fun and fiesty animal print ring with a black and white enamel surface and a champagne CZ center tone.   Champagne CZ is bezel set within a border of inlaid round cut faux diamonds for even more sparkle.   Black and white animal print reminds us of either dalmatian or snow leopard fur!   Available in two varieties: gold tone with a princess cut center stone, or silver tone with a cabochon cut center stone.   Shop our entire collection of animal cocktail rings today!<br><br>Price: $34.00</td></tr><tr><td class="sas15contentboxfont"><a class="sas15tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7990&userID=' + sas15tabidvalue + '&productID=466711277&afftrack=' + sas15tabafftrackvalue + '&w=15"><img src="http://feeds2.yourstorewizards.com/1303/images/100x500/kirancocktailringsilver.jpg" border="0"></a></td><td class="sas15contentboxfont"><a class="sas15tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7990&userID=' + sas15tabidvalue + '&productID=466711277&afftrack=' + sas15tabafftrackvalue + '&w=15">Kiran\'s Animal Cocktail Ring - Silver</a><br>Kiran\'s Animal Cocktail Ring (Silver) is a fun and fiesty animal print ring with a black and white enamel surface and a champagne CZ center tone.   Champagne CZ is bezel set within a border of inlaid round cut faux diamonds for even more sparkle.   Black and white animal print reminds us of either dalmatian or snow leopard fur!   Available in two varieties: gold tone with a princess cut center stone, or silver tone with a cabochon cut center stone.   Shop our entire collection of animal cocktail rings today!<br><br>Price: $34.99</td></tr><tr><td class="sas15contentboxfont"><a class="sas15tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7990&userID=' + sas15tabidvalue + '&productID=465220502&afftrack=' + sas15tabafftrackvalue + '&w=15"><img src="http://feeds2.yourstorewizards.com/1303/images/100x500/cruzkoifishring.jpg" border="0"></a></td><td class="sas15contentboxfont"><a class="sas15tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7990&userID=' + sas15tabidvalue + '&productID=465220502&afftrack=' + sas15tabafftrackvalue + '&w=15">Cruz\'s Koi Fish Cocktail Ring</a><br>Brilliant koi fish cocktail ring features pave set clear and mandarin garnet hued CZs!   Curved fish appears to be swimming atop your finger - wear him facing you, or facing outwards.   Combination of light and dark mandarin garnet hued CZs give the fish depth and definition.    Koi fish are said to represent love and friendship, so this ring can also be a thoughtful gift!   Shop our entire collection of animal cocktail rings today!   BACK-ORDER NOTICE: Your ring size may be backordered. Please call Customer Service to check on the availability of this item.RE-STOCKING FEE: Please note that this item will require a 15% re-stocking fee if it is returned.<br><br>Price: $205.00</td></tr></table></div><div id="sas15tab4content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas15contentboxfont"><a class="sas15tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7990&userID=' + sas15tabidvalue + '&productID=459099957&afftrack=' + sas15tabafftrackvalue + '&w=15"><img src="http://feeds2.yourstorewizards.com/1303/images/100x500/andrew.jpg" border="0"></a></td><td class="sas15contentboxfont"><a class="sas15tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7990&userID=' + sas15tabidvalue + '&productID=459099957&afftrack=' + sas15tabafftrackvalue + '&w=15">Andrew\'s Greek Design Stainless Steel Men\'s Ring</a><br>Greek key patterns have been found in art and accessories throughout the ages, so we had to offer you a Greek key patterned ring! The design is said to symbolize waves, snakes, and labyrinths - the interpretation is up to you. No matter what meaning you choose, the stainless steel ring epitomizes classic style.<br><br>Price: $35.00</td></tr><tr><td class="sas15contentboxfont"><a class="sas15tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7990&userID=' + sas15tabidvalue + '&productID=459099961&afftrack=' + sas15tabafftrackvalue + '&w=15"><img src="http://feeds2.yourstorewizards.com/1303/images/100x500/jamie.jpg" border="0"></a></td><td class="sas15contentboxfont"><a class="sas15tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7990&userID=' + sas15tabidvalue + '&productID=459099961&afftrack=' + sas15tabafftrackvalue + '&w=15">Jamie\'s Stainless Steel Roman Numeral Men\'s Ring</a><br>If you want the ultimate in classic men\'s style, check out this designer inspired stainless steel ring! The brushed metal finish is accented by borders of gleaming steel, and a series of Roman Numerals  from one (I) to twelve (XII). Each number is slightly raised, which adds dimension to the band. If you love designer styles, but not designer prices, Jamie\'s Stainless Steel Roman Numeral Men\'s Ring has your number!<br><br>Price: $33.00</td></tr><tr><td class="sas15contentboxfont"><a class="sas15tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7990&userID=' + sas15tabidvalue + '&productID=463862669&afftrack=' + sas15tabafftrackvalue + '&w=15"><img src="http://feeds2.yourstorewizards.com/1303/images/100x500/mamiczdogtag.jpg" border="0"></a></td><td class="sas15contentboxfont"><a class="sas15tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7990&userID=' + sas15tabidvalue + '&productID=463862669&afftrack=' + sas15tabafftrackvalue + '&w=15">Marley\'s Mini CZ Dog Tag Necklace</a><br>Fall in for bling boot camp! Marley\'s Mini CZ Dog Tag Necklace downsizes the military trend, so you can enjoy a lightweight version of this new fashion must have. At only 4 grams, this 18 mm (.7in) by 13 mm (.5in) sterling silver dog tag pendant is edged with CZs like our larger styles, and hangs from a matching bale. You\'re sure to earn a high fashion rank with our affordable mini dog tag necklace!<br><br>Price: $49.95</td></tr><tr><td class="sas15contentboxfont"><a class="sas15tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7990&userID=' + sas15tabidvalue + '&productID=459099959&afftrack=' + sas15tabafftrackvalue + '&w=15"><img src="http://feeds2.yourstorewizards.com/1303/images/100x500/jupiter.jpg" border="0"></a></td><td class="sas15contentboxfont"><a class="sas15tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7990&userID=' + sas15tabidvalue + '&productID=459099959&afftrack=' + sas15tabafftrackvalue + '&w=15">Jupiter\'s Men\'s Stainless Steel Ring</a><br>Talk about a timeless fashion - there are few symbols more enduring than Roman numerals. This designer inspired piece has a new twist, though...it\'s a rotating ring! It\'s perfect as a mengagement ring or men\'s promise ring! The inner band is made from thick stainless steel, and the outer band has a brushed metal finish amid the Roman numeral pattern. The rotating feature is sure to attract attention, and the cool metal begs to be touched. It\'s a great everyday piece and an instant conversation starter.<br><br>Price: $31.95</td></tr></table></div><div id="sas15tab5content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas15contentboxfont"><a class="sas15tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7990&userID=' + sas15tabidvalue + '&productID=462322720&afftrack=' + sas15tabafftrackvalue + '&w=15"><img src="http://feeds2.yourstorewizards.com/1303/images/100x500/bondgirlearrings.jpg" border="0"></a></td><td class="sas15contentboxfont"><a class="sas15tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7990&userID=' + sas15tabidvalue + '&productID=462322720&afftrack=' + sas15tabafftrackvalue + '&w=15">Casino Royale Inspired Bond Girl Earrings</a><br>  Inspired by the earrings that Bond Girl Vesper Lynd (played by Eva Green) wore in Casino Royale!  Perfect to pair with any of our love knot necklaces or love knot earrings!  Two tone design with hues of gold and silver will match almost any other jewelry.  Unique style features popular leaf and heart shapes, plus a tiny green briolette charm.  Multiple textures add dimension and tactile appeal.  Don\'t forget to shop our entire collection of 007 Casino Royale inspired jewelry!  NOTE: The \'Casino Royale Inspired Bond Girl Earrings\' are not manufactured, distributed or authorized by Sophie Harley Designs, and emitations.com is not affiliated in any way with Sophie Harley or Sophie Harley Designs.<br><br>Price: $60.00</td></tr><tr><td class="sas15contentboxfont"><a class="sas15tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7990&userID=' + sas15tabidvalue + '&productID=459100653&afftrack=' + sas15tabafftrackvalue + '&w=15"><img src="http://feeds2.yourstorewizards.com/1303/images/100x500/veallokn.jpg" border="0"></a></td><td class="sas15contentboxfont"><a class="sas15tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7990&userID=' + sas15tabidvalue + '&productID=459100653&afftrack=' + sas15tabafftrackvalue + '&w=15">Bond Girl Algerian Love Knot Necklace</a><br>The Algerian love knot necklace worn by Vesper Lynd (actress Eva Green) in Casino Royale** has been a hit with James Bond fans. Known as an algerian love knot necklace, this unique sterling silver love knot necklace symbolizes joy, wealth and health.    Emitations\' Algerian Love Knot Necklace is inspired by the jewelry worn by Vesper Lynd, and is crafted of .925 sterling silver. Look every bit the exotic Bond girl with Emitations\' Algerian love knot necklace! Bond girl style is always in fashion!   If you like the necklace you\'ll love the matching Bond Girl Earrings and the Petite Algerian Love Knot Necklace.  **The \'Bond Girl Algerian Love Knot Necklace\' is not manufactured, distributed or authorized by Sophie Harley Designs, and emitations.com is not affiliated in any way with Sophie Harley or Sophie Harley Designs.<br><br>Price: $134.99</td></tr><tr><td class="sas15contentboxfont"><a class="sas15tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7990&userID=' + sas15tabidvalue + '&productID=459099674&afftrack=' + sas15tabafftrackvalue + '&w=15"><img src="http://feeds2.yourstorewizards.com/1303/images/100x500/bondsmall.jpg" border="0"></a></td><td class="sas15contentboxfont"><a class="sas15tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7990&userID=' + sas15tabidvalue + '&productID=459099674&afftrack=' + sas15tabafftrackvalue + '&w=15">Algerian Love Knot Necklace - PETITE</a><br>James Bond fans everywhere have gone wild for the Algerian love knot necklace worn by Vesper Lynd (actress Eva Green) in Casino Royale**. Now Emitations\' offers a mini version of our famous Love Knot Necklace, perfect for pairing with your favorite looks. Half the size of our original Love Knot necklace, this petite love knot pendant hangs from a unique 457mm (18in) multilayered chain.   Check out our "Photos" Tab for a comparison picture of the smaller version of the love knot necklace next to the original size love knot necklace. Look every bit the exotic Bond girl with Emitations\' petite love knot necklace!   Love the necklace? Then you\'ll love the matching Bond Girl Earrings or our original Algerian Love Knot Necklace.   **The \'Petite Bond Girl Algerian Love Knot Necklace\' is not manufactured, distributed or authorized by Sophie Harley Designs, and emitations.com is not affiliated in any way with Sophie Harley or Sophie Harley Designs.<br><br>Price: $59.99</td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

var sas15mytabs = new Array()
sas15mytabs[0] = "1"
sas15mytabs[1] = "2"
sas15mytabs[2] = "3"
sas15mytabs[3] = "4"
sas15mytabs[4] = "5"

sas15switchtabs(1);

