

// Get the Page Header


function getpageheader(page){


		if (page == 'about') document.write("Company Profile");

		if (page == 'service') document.write("Customer Service");

		if (page == 'contact') document.write("Contact Us");

		if (page == 'shipping') document.write("Shipping Information");

		if (page == 'cart') document.write("Shopping Cart");

		if (page == 'featured') document.write("Featured Items");

		if (page == 'quicksearch') document.write("Quick Search Results");

		if (page == 'return') document.write("Return Policy");

		if (page == 'privacy') document.write("Privacy Policy");

		if (page == 'terms') document.write("Terms of Use");

		if (page == 'rings') document.write("Rings");

		if (page == 'earrings') document.write("Earrings");

		if (page == 'bracelets') document.write("Bracelets");

		if (page == 'necklaces') document.write("Necklaces");

		if (page == 'pendants') document.write("Pendants");

		if (page == 'cz') document.write("Cubic Zirconia");

		if (page == 'silver') document.write("Our Silver Collections");

		if (page == 'watches') document.write("Watches");

		if (page == 'detail') document.write("Item Details");

		if (page == 'special') document.write("Special Collections");

		if (page == 'confirmation') document.write("Order Confirmation");

		if (page == 'order_status') document.write("Order Status and Tracking");

		if (page == 'advsearch') document.write("Advanced Search");

		if (page == 'search_results') document.write("Search Results");

		if (page == 'review_us') document.write("Review Us");

		if (page == 'sitemap') document.write("Item Site Map");

		if (page == 'links') document.write("Link Exchange");


}



//---------------------------------------------------------------------------------------------------------