
function sas419switchtabs(tabid) {

for (i=0;i<sas419mytabs.length;i++)
{
	if (sas419mytabs[i] == tabid) {
		document.getElementById('sas419tab'+sas419mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas419tabcell'+sas419mytabs[i]).style.backgroundColor = '#FF33FF';
		document.getElementById('sas419tabcell'+sas419mytabs[i]).className = 'sas419tabheaderon';
		document.getElementById('sas419tabbottom'+sas419mytabs[i]).style.backgroundColor = '#FF33FF';
		document.getElementById('sas419tabtop'+sas419mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas419tablink'+sas419mytabs[i]).className = 'sas419tablinkon';
	}
	else {
		document.getElementById('sas419tab'+sas419mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas419tabcell'+sas419mytabs[i]).style.backgroundColor = '#E0E0E0';
		document.getElementById('sas419tabbottom'+sas419mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas419tabtop'+sas419mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas419tablink'+sas419mytabs[i]).className = 'sas419tablink';
		document.getElementById('sas419tabcell'+sas419mytabs[i]).className = 'sas419tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas419tablink: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.sas419tablink: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.sas419tablink: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.sas419tablink: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.sas419tablinkon: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.sas419tablinkon: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.sas419tablinkon: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.sas419tablinkon: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('.sas419tabheaderon');
document.write('{');
document.write('	background-color: #E0E0E0;');
document.write('	border-left: 2px solid #000000;');
document.write('	border-right: 2px solid #000000;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas419tabheaderoff');
document.write('{');
document.write('	background-color: #E0E0E0;');
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('.sas419tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas419tabbottom');
document.write('{');
document.write('	background-color: #000000;');
document.write('	border-right: 2px solid #000000;');
document.write('	border-left: 2px solid #000000;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas419tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas419tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas419tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas419contentbox');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	border-left: 2px solid #000000;');
document.write('	border-bottom: 2px solid #000000;');
document.write('	border-right: 2px solid #000000;');
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('.sas419contentboxfont');
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.sas419tabcontentlink:link');
document.write('{');
document.write('	COLOR: #FF66CC;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas419tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #FF99FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas419tabcontentlink:active');
document.write('{');
document.write('	COLOR: #FF99FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas419tabcontentlink: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="sas419tabtop1" class="sas419tabtop"></td><td class="sas419tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas419tabtop2" class="sas419tabtop"></td><td class="sas419tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas419tabtop3" class="sas419tabtop"></td><td class="sas419tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas419tabtop4" class="sas419tabtop"></td></tr><tr><td id="sas419tabcell1" class="sas419tabheaderon"><a href="#" onClick="sas419switchtabs(1); return false;" class="sas419tablink" id="sas419tablink1">Posh\'s Studs</a></td><td class="sas419tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas419tabcell2" class="sas419tabheaderoff"><a href="#" onClick="sas419switchtabs(2); return false;" class="sas419tablink" id="sas419tablink2">Paris Pear Earrings</a></td><td class="sas419tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas419tabcell3" class="sas419tabheaderoff"><a href="#" onClick="sas419switchtabs(3); return false;" class="sas419tablink" id="sas419tablink3">Christina\'s Hearts</a></td><td class="sas419tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas419tabcell4" class="sas419tabheaderoff"><a href="#" onClick="sas419switchtabs(4); return false;" class="sas419tablink" id="sas419tablink4">Carmen\'s CZs</a></td></tr><tr><td id="sas419tabbottom1" class="sas419tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas419tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas419tabbottom2" class="sas419tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas419tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas419tabbottom3" class="sas419tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas419tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas419tabbottom4" class="sas419tabbottom"><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="sas419contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas419tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas419contentboxfont"><a class="sas419tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=14350&userID=' + sas419tabidvalue + '&productID=457788974&afftrack=' + sas419tabafftrackvalue + '&w=419"><img src="http://www.anyknockoff.com/productcart/pc/catalog/05888_sm.jpg" border="0"></a></td><td class="sas419contentboxfont"><a class="sas419tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=14350&userID=' + sas419tabidvalue + '&productID=457788974&afftrack=' + sas419tabafftrackvalue + '&w=419">Victoria\'s 2ct Solitaire Studs</a><br>You too can sparkle like a Spice Girl with these 2ct studs. Clear CZ studs measure 8mm in diameter and are set into .925 sterling silver. They come with a gift box too.<br></td></tr></table></div><div id="sas419tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas419contentboxfont"><a class="sas419tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=14350&userID=' + sas419tabidvalue + '&productID=457788975&afftrack=' + sas419tabafftrackvalue + '&w=419"><img src="http://www.anyknockoff.com/productcart/pc/catalog/05889_sm.jpg" border="0"></a></td><td class="sas419contentboxfont"><a class="sas419tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=14350&userID=' + sas419tabidvalue + '&productID=457788975&afftrack=' + sas419tabafftrackvalue + '&w=419">Paris\' Heart CZ Earrings</a><br>These darling little CZ heart earrings are similar to those worn by Paris Hilton in this image. They measure a total 16mm tall and are set into .925 sterling silver. A gift box is included.<br></td></tr></table></div><div id="sas419tab3content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas419contentboxfont"><a class="sas419tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=14350&userID=' + sas419tabidvalue + '&productID=457788609&afftrack=' + sas419tabafftrackvalue + '&w=419"><img src="http://www.anyknockoff.com/productcart/pc/catalog/05357_sm.jpg" border="0"></a></td><td class="sas419contentboxfont"><a class="sas419tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=14350&userID=' + sas419tabidvalue + '&productID=457788609&afftrack=' + sas419tabafftrackvalue + '&w=419">Christina\'s Sparkling CZ Heart Studs</a><br>Christina Aguilera can be sizzling hot or classic cool. Steal her style with these gorgeous Heart CZ Studs. These 10mm babies are hand cut to really bling in the light.  They are set into .925 sterling silver and come with a velvet gift box.<br></td></tr></table></div><div id="sas419tab4content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas419contentboxfont"><a class="sas419tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=14350&userID=' + sas419tabidvalue + '&productID=457788598&afftrack=' + sas419tabafftrackvalue + '&w=419"><img src="http://www.anyknockoff.com/productcart/pc/catalog/05342_sm.jpg" border="0"></a></td><td class="sas419contentboxfont"><a class="sas419tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=14350&userID=' + sas419tabidvalue + '&productID=457788598&afftrack=' + sas419tabafftrackvalue + '&w=419">Carmen\'s Sassy 7mm Studs</a><br>Always sexy and stylish, Carmen Electra knows how to finish her look. Steal her style with these beautiful 7mm sterling silver studs.  Hand cut, they are set into .925 sterling silver.  A gift box is included.<br></td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas419switchtabs(1);

