document.write('<table align="center" border="0" cellpadding="0" cellspacing="0" width="760">');
	document.write('<tr height="10"><td></td></tr>');
	document.write('<tr class="outer_text">');
		document.write('<td width="630" align="right" valign="top">');
			document.write('<a class="outer_link_light" href="index.html">HOME</a>');	
			document.write('&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;');
			document.write('<a class="outer_link_light" href="Earrings.html">EARRINGS</a>');	
			document.write('&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;');
			document.write('<a class="outer_link_light" href="Necklaces.html">NECKLACES</a>');
			document.write('&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;');
			document.write('<a class="outer_link_light" href="bracelets.html">BRACELETS</a>');
			document.write('&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;');
			document.write('<a class="outer_link_light" href="sale.html">SALE</a>');
			document.write('&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;');
			document.write('<a class="outer_link_light" href="aboutus.html">ABOUT US</a>');
		document.write('</td>');
		document.write('<td width="130" align="right" valign="top">');
			document.write('<form name="cart_view" target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">');
			document.write('<input type="hidden" name="cmd" value="_cart">');
			document.write('<input type="hidden" name="business" value="kikokreations@yahoo.com">');
			document.write('<input type="hidden" name="display" value="1">');
			document.write('<a class="outer_link_dark" href="javascript:submit_cart();">SHOPPING CART</a></form></td>');
	document.write('</tr>');
document.write('</table>');

function submit_cart() {
	document.cart_view.submit();
}