<!-- Begin Navigation

	  if(global_position == "main")
	  {
	     document.write("<td align='right'><a href='new.htm'>[ What's New ]</a> \
						<a href='necklaces.htm'>[ Collection ]</a> \
						<a href='inspiration.htm'>[ Inspiration ]</a> \
						<a href='shop.htm'>[ Where to Shop ]</a> \
						<a href='contact.htm'>[ Contact ]</a>&nbsp;</td>");
	  }
	  else  if(global_position == "new")
	  {
	     document.write("<td align='right'><a href='index.html'>[ Home ]</a> \
						<a href='new.htm' class='on'>[ What's New ]</a> \
						<a href='necklaces.htm'>[ Collection ]</a> \
						<a href='inspiration.htm'>[ Inspiration ]</a> \
						<a href='shop.htm'>[ Where to Shop ]</a> \
						<a href='contact.htm'>[ Contact ]</a>&nbsp;</td>");
	  }
	  else  if(global_position == "collection")
	  {
	     document.write("<td align='right'><a href='index.html'>[ Home ]</a> \
						<a href='new.htm'>[ What's New ]</a> \
						<a href='necklaces.htm' class='on'>[ Collection ]</a> \
						<a href='inspiration.htm'>[ Inspiration ]</a> \
						<a href='shop.htm'>[ Where to Shop ]</a> \
						<a href='contact.htm'>[ Contact ]</a>&nbsp;</td>");
	  }
	  else  if(global_position == "inspiration")
	  {
	     document.write("<td align='right'><a href='index.html'>[ Home ]</a> \
						<a href='new.htm'>[ What's New ]</a> \
						<a href='necklaces.htm'>[ Collection ]</a> \
						<a href='inspiration.htm' class='on'>[ Inspiration ]</a> \
						<a href='shop.htm'>[ Where to Shop ]</a> \
						<a href='contact.htm'>[ Contact ]</a>&nbsp;</td>");
	  }
	  else  if(global_position == "shop")
	  {
	     document.write("<td align='right'><a href='index.html'>[ Home ]</a> \
						<a href='new.htm'>[ What's New ]</a> \
						<a href='necklaces.htm'>[ Collection ]</a> \
						<a href='inspiration.htm'>[ Inspiration ]</a> \
						<a href='shop.htm' class='on'>[ Where to Shop ]</a> \
						<a href='contact.htm'>[ Contact ]</a>&nbsp;</td>");
	  }
	  else  if(global_position == "contact")
	  {
	     document.write("<td align='right'><a href='index.html'>[ Home ]</a> \
						<a href='new.htm'>[ What's New ]</a> \
						<a href='necklaces.htm'>[ Collection ]</a> \
						<a href='inspiration.htm'>[ Inspiration ]</a> \
						<a href='shop.htm'>[ Where to Shop ]</a> \
						<a href='contact.htm' class='on'>[ Contact ]</a>&nbsp;</td>");
	  }
	  // -->
      <!-- End Navigation -->
