https://www.babycity.com/

Submitted URL:
https://www.babycity.com/
Report Finished:

The outgoing links identified from the page

LinkText
https://www.lifeblogs.com/t.asp?id=54729&l=E6/2/2023 6:11:00 PMWhen you enter Topkapi Palace, all the worldly hustle and bustle is far away. Along the cobblestones冰bb126(1)
https://www.lifeblogs.com/t.asp?id=54784&l=E6/3/2023 6:48:00 PMIf you're looking for a fun place to go with friends, try this newly opened ktv atmosphere. The stor小女人VIVI
https://www.lifeblogs.com/t.asp?id=55254&l=E6/11/2023 12:16:00 PMBeijing Four Seasons Minfu, the most popular place to eat Peking duck in Beijing, still has to keep冰心婉儿(1)
https://www.b2bbroker.com/Join Our Partnership Program

JavaScript Variables · 85 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetogglestring
documentPictureInPicturestring
onscrollendstring
$string
jQuerystring
jQueryBridgetstring
EvEmitterstring
fizzyUIUtilsstring
InfiniteScrollstring
imagesLoadedstring

Console log messages · 8 found

Messages logged to the web console

TypeCategoryLog
warningother
Text
Error with Feature-Policy header: Unrecognized feature: 'usb'.
warningnetwork
URL
https://www.babycity.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js
Text
A parser-blocking, cross site (i.e. different eTLD+1) script, https://code.jquery.com/jquery-2.1.4.min.js, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message. See https://www.chromestatus.com/feature/5718547946799104 for more details.
warningnetwork
URL
https://www.babycity.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js
Text
A parser-blocking, cross site (i.e. different eTLD+1) script, https://code.jquery.com/jquery-2.1.4.min.js, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message. See https://www.chromestatus.com/feature/5718547946799104 for more details.
warningnetwork
URL
https://www.babycity.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js
Text
A parser-blocking, cross site (i.e. different eTLD+1) script, https://unpkg.com/[email protected]/dist/infinite-scroll.pkgd.min.js, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message. See https://www.chromestatus.com/feature/5718547946799104 for more details.
warningnetwork
URL
https://www.babycity.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js
Text
A parser-blocking, cross site (i.e. different eTLD+1) script, https://unpkg.com/[email protected]/dist/infinite-scroll.pkgd.min.js, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message. See https://www.chromestatus.com/feature/5718547946799104 for more details.
warningnetwork
URL
https://www.babycity.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js
Text
A parser-blocking, cross site (i.e. different eTLD+1) script, https://unpkg.com/[email protected]/dist/masonry.pkgd.min.js, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message. See https://www.chromestatus.com/feature/5718547946799104 for more details.
warningnetwork
URL
https://www.babycity.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js
Text
A parser-blocking, cross site (i.e. different eTLD+1) script, https://unpkg.com/[email protected]/dist/masonry.pkgd.min.js, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message. See https://www.chromestatus.com/feature/5718547946799104 for more details.
logother
Text
Invoking MOBILE more plus

HTML

The raw HTML body of the page

<!DOCTYPE html><html><head>
<link href="/include/jquerymmenu/jquery.mmenu.all.css" type="text/css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-2.1.4.min.js" type="text/javascript"></script>
<script src="https://unpkg.com/[email protected]/dist/infinite-scroll.pkgd.min.js" type="text/javascript"></script>
<script src="https://unpkg.com/[email protected]/dist/masonry.pkgd.min.js" type="text/javascript"></script>
<script src="/include/jquerymmenu/jquery.mmenu.all.min.js" type="text/javascript"></script>

<script type="text/javascript">
$(document).ready(function()
{
	// set the autocomplete for the various autocomplete boxes
	SetSearchQueryPages();
	
  $("#mobile-menu").mmenu({
	  // extensions: ["position-front","fullscreen"],
	   extensions: ["position-front","pagedim-white","fullscreen","multiline"],
	   
	   setSelected: {
            "hover": true,
			"select":true
         },
 	  navbars:[{position:"top",content:["breadcrumbs","prev","close"]}] 
	  	 });
		 
	// 04/18/20 - if snippet_header.asp (which is included later in most pages) has a document.ready function to invoke, call it
	if (typeof(SnippetHeaderDocumentReady) == 'function')
	{
		SnippetHeaderDocumentReady();
	}
		
	if (typeof(CustomPageInit) == 'function')
	{
		CustomPageInit();
        
	}
    else
    {
        
    }
		
}); // $(document).ready(function()

//*****************************
// SetSearchQueryPages
// sets the appropriate search query page for each autocomplete box.
// SEE http://api.jqueryui.com/autocomplete
//*****************************
function SetSearchQueryPages()
{	
	//--------------------------------------
	// SEARCH BOX ON ALL PAGES
	var objGlobalSearch = $("input#search");
	// 07/01/19 - TURN OFF GLOBAL SEARCH BUT LEAVE CODE IN PLACE IN CASE WE WANT TO USE IN THE FUTURE
	if (objGlobalSearch.length>9999)    // 07/01/19 if (objGlobalSearch.length>0) 
	{
		objGlobalSearch.val("");
		
		//--- BEGIN AUTOCOMPLETE ------------------------------
		objGlobalSearch.autocomplete({
			  source: "/ajax_global_search_json.asp",
			  minLength: 2,
			  dataType: 'json',
					success: function (json) {
						response($.map(json, function () {
							return json;
						}));
					},
					error: function (XMLHttpRequest, textStatus, errorThrown) {
						//alert('error - ' + textStatus);
						//console.log('error', textStatus, errorThrown);
					},
			  select: function( event, ui ) {
				//console.log( "Selected: " + ui.item.value + " aka " + ui.item.id );
			  }
			});
			
		// Set up a "listener" 
		// When the user selects an item from the search autocomplete list, it will automatically route the 
		// user to the homepage with the 'Keywords' value set to the selected item. The homepage will then
		// display images related to that keyword.
		objGlobalSearch.on( "autocompleteselect", function( event, ui ) { 
			//alert(objGlobalSearch.val()); 
			window.location.href = '/index.asp?Keywords=' + encodeURI(objGlobalSearch.val());
		} );
		//--- END AUTOCOMPLETE ------------------------------
	
			
		
		var sGlobalSearch = "";
		//objGlobalSearch.val(sGlobalSearch);
	}
	//--------------------------------------
	
	return true;
}
</script>
<title>BabyCity</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">

<link rel="dns-prefetch" href="https://imagedelivery.net">
<link rel="dns-prefetch" href="https://i.videocdn.com">
<!--<link rel="dns-prefetch" href="https://img.takeherbal.com">-->
<!--<link rel="dns-prefetch" href="https://storage.googleapis.com">-->
<link rel="preconnect" href="https://imagedelivery.net" crossorigin="">
<!--<link rel="preconnect" href="https://storage.googleapis.com" crossorigin="">-->
<link rel="preconnect" href="https://i.videocdn.com" crossorigin="">

<script language="JavaScript" type="text/javascript" src="/include/commonfunctions_homepage_min.js"></script>
<link href="/css/css-default-min.css" rel="stylesheet" media="all">
<link href="/css/print.css" rel="stylesheet" media="print">
</head>

<body>

<!--popup for out of stock notification-->
<script type="text/javascript">
//******************************
// AddToCart
//******************************
var g_bOutOfStockNotifyInProgress=false;
function NotifyOutOfStock()
{
	// prevent double click 
	if (g_bOutOfStockNotifyInProgress) return;
	g_bOutOfStockNotifyInProgress=true;
	
	var sProductID = document.oospopupform.popup_productid.value;
	var sProductName = $("span#oospopup_name").text();
	var sName = document.oospopupform.oos_popup_name.value;
	var sEmail = document.oospopupform.oos_popup_email.value;
	if (sName.length==0)
	{
		alert("Please enter your name.");
		g_bOutOfStockNotifyInProgress=false;
		return false;	
	}
	if (!IsValidEmail(sEmail))
	{
		alert("Please enter a valid email address");
		g_bOutOfStockNotifyInProgress=false;
		return false;	
	}
	
	console.log("sProductID=" + sProductID)
	console.log("sProductName=" + sProductName)
	console.log("sName=" + sName)
	console.log("sEmail=" + sEmail)
	
	var objPromptText = $("span#oos_prompt");
	
	// turn on wait cursor
	var objOOSPopupSubmit = $("div#oos_popup_submit");
    objOOSPopupSubmit.css("cursor","wait");
	
	$.ajax({
        url: sBaseSite + "ajax_oos_email_notification.asp",
        dataType: "html",  //"json",
        data: {
        productid: sProductID,
        productname: sProductName,
        name: sName,
        email: sEmail
        },
        success: function( data ) {
			
			// Success
			objPromptText.text("Thank you, you will receive an email notification once this item is in stock.")
			
			// turn off wait cursor
            objOOSPopupSubmit.css("cursor","pointer");
			// hide the submit button and name and email fields
            objOOSPopupSubmit.hide();
			$("input#oos_popup_name").hide();
			$("input#oos_popup_email").hide();
			
//			objOOSPopupSubmit.css("opacity",0);
//			objAddedToCartButton.css({"opacity":"1","z-index":"1"});
//			setTimeout("revertAddToCart(" + sLine + ")",3000);
			
			g_bOutOfStockNotifyInProgress=false;
        }
        });
	
	return false;
}	
</script>
<div class="oos-notifyme-popup">
    <div>
        <form name="oospopupform" action="" method="post">
            <div class="flex-container flex-wrap flex-justify-center flex-align-center"> 
            <img id="oospopup_img" style="margin-right:30px;" src="https://imagedelivery.net/RUJHjfbWMYYNDOCGCTnV7A/fdbc61ef-11df-4f89-1ab0-1755b291c400/public" onerror="this.onerror=null;this.src='https://imagedelivery.net/RUJHjfbWMYYNDOCGCTnV7A/fdbc61ef-11df-4f89-1ab0-1755b291c400/public'" width="80" height="80" border="0">
            <div class="topmargin5 strong"><span id="oospopup_name"></span></div>
           </div>
           <hr>

             <p><span id="oos_prompt">Please enter your name and email below and we will notify you when this product becomes available.</span></p>
            <input type="text" placeholder="name" name="oos_popup_name" id="oos_popup_name">
            <input type="text" placeholder="email" name="oos_popup_email" id="oos_popup_email">
            <br><div id="oos_popup_submit" class="form-button form-button-wide" onclick="if (!window.__cfRLUnblockHandlers) return false; NotifyOutOfStock(); return false;">Submit</div>
            <input type="hidden" name="popup_productid" id="oospopup_pid" value="">
        </form>
        <span class="oos-notifyme-popup-close icon-close3"></span>
      </div> 
</div>

<!--<script type="text/javascript">
//********************
// SwapUrls()
//********************
function CustomPageInitWindowLoad()
{
	AddOverflowEllipses('.timeline-description','...');  // 2 parameters: the jquery selector, and the ellipses to use
}

//*********************
// ShowSocial()
//*********************
function ShowSocial(sQS,sDisplaySocial)
{
	
	window.location.href="index.asp"  + "?" + sDisplaySocial + sQS;
    return false;
}
//*********************
// ShowSocial()
//*********************
function ShowBlog(sQS,sDisplayBlog)
{
	
	window.location.href="index.asp"  + "?" + sDisplayBlog + sQS;
    return false;
}
//********************************************************
// ShowNotificationPopup
//********************************************************
function ShowNotificationPopup(sImageIdx,sName,sProductID)
{
	 var src = $("img#pidimg" + sImageIdx).attr("src");
	 var srcnew = src.replace("/120/","/80/");
	 var srcnew1 = srcnew.replace("/180/","/80/");
	 var srcnew2 = srcnew1.replace(".jpg",".gif");
	 if (srcnew2.indexOf('noimage')>0)
	 {
		srcnew2 = "https://imagedelivery.net/RUJHjfbWMYYNDOCGCTnV7A/fdbc61ef-11df-4f89-1ab0-1755b291c400/public";	 
	 }
	 $('img#oospopup_img').attr("src",srcnew2);
	 $('span#oospopup_name').text(sName);
	 $('input#oospopup_pid').val(sProductID);	
	 $('.oos-notifyme-popup').css("display","flex");
	
}
//******************************
// revertAddToCart
//******************************
function revertAddToCart(nLine)
{
	var sLine = nLine.toString();
	
	$('div#add-to-cart' + sLine).css("opacity",1);
	$('div#added-to-cart' + sLine).css({"opacity":"0","z-index":"-1"});
}
var g_bAddToCartInProgress=false;

//******************************
// AddToCart
//******************************
function AddToCart(sLine,sRecordType)
{
	// prevent double click 
	if (g_bAddToCartInProgress) return;
	g_bAddToCartInProgress=true;
	
	var sProductID=$("#pid" + sLine).val();
	var sQty=$("#qty" + sLine).val();
	if (sQty.length==0) 
	{
		alert("Please enter a valid quantity."); // Please enter a quantity.
		g_bAddToCartInProgress=false;
		return false;
	}
	
	var objAddToCartButton = $("div#add-to-cart" + sLine);
	var objAddedToCartButton = $("div#added-to-cart" + sLine);
	
	if (objAddToCartButton.length < 1)
	{
		alert("ERROR: Unable to process request - add to cart button not found");
		g_bAddToCartInProgress=false;
		return false;	
	}
	if (objAddedToCartButton.length < 1)
	{
		alert("ERROR: Unable to process request - added to cart button not found");
		g_bAddToCartInProgress=false;
		return false;	
	}
	
	// turn on wait cursor
    objAddToCartButton.css("cursor","wait");
	
	var sLinkText = objAddToCartButton.text();
	
	$.ajax({
        url: sBaseSite + "ajax_addtocart.asp",
        dataType: "html",  //"json",
        data: {
        recordtype: sRecordType,
        productid: sProductID,
        qty: sQty,
        task: 'insert'
        },
        success: function( anything1, anything2, jqXHR) {
			
			// Success
			
			console.log(jqXHR);

			// success with a message?
			if ((jqXHR.statusText.length>0) && (jqXHR.statusText != 'success') && (jqXHR.statusText != 'OK')) 
			{
				if ((jqXHR.statusText.substr(0,3)!='555') && (jqXHR.statusText.substr(0,2)!='No'))
				{
					alert(jqXHR.statusText);
				}
			}
			if ((jqXHR.responseText.length>0) && (jqXHR.responseText != 'success') && (jqXHR.responseText != 'OK') && (jqXHR.responseText != '200')) 
			{
				if (jqXHR.responseText.substr(0,4)=='250 ') jqXHR.responseText = jqXHR.responseText.substr(4);
				alert(jqXHR.responseText);
			}
			
			// turn off wait cursor
            objAddToCartButton.css("cursor","pointer");
			
			// make the "ADDED" visible for 5 seconds (div#added-to-cart)
			objAddToCartButton.css("opacity",0);
			objAddedToCartButton.css({"opacity":"1","z-index":"1"});
			setTimeout("revertAddToCart(" + sLine + ")",3000);
			
			AddToCartCountInHeaders(sQty);
						
			// set the qty back to 1
			$("#qty" + sLine).val('1');
			// "Added = T(402)
			
			// turn on "checkout"  or process quote link in top menu
			if (sRecordType=="quote")
			{
				$(".headercheckoutquote").show();
			}
			else
			{
				$(".headercheckoutorder").show();
			}
			
			g_bAddToCartInProgress=false;
        }, // success:
		error: function( jqXHR) {
			//alert(jqXHR.status); 
			console.log("Add to cart returned error!");
			console.log(jqXHR);
			
			// set the qty back to 1
			$("#qty" + sLine).val('1');

			if (jqXHR.statusText.length>0) 
			{
				//alert(jqXHR.statusText);
			}
			objAddToCartButton.css("cursor","pointer");
			g_bAddToCartInProgress=false;
		} // error:
        });
	
	return false;
}	
</script>-->

<div class="wrapper">

<!--<script type="text/javascript">
var didResize=false;
var g_objAjaxLoadSearchContent=null;    // will contain ajax object from LoadSearchContent() in footer

//***********************
// AbortAjax
//***********************
function AbortAjax()
{
    if (g_objAjaxLoadSearchContent != null) 
    {
        $("div#search_content").removeClass("cursor-progress");
        //console.log("Aborting ajax LoadSearchContent() in progress...");
        g_objAjaxLoadSearchContent.abort();
        //console.log("Aborting ajax Complete...");
        g_objAjaxLoadSearchContent=null;
    }
    return true;
}
//***********************
// SetCartCountHref
// Since the cart count is set dynamically, we need to set its target href dynamically when clicked
//***********************
function SetCartCountHref(sCartCountDOMID)
{    
    // fetch the <a> 
    var objCartCount = $("#" + sCartCountDOMID);
    if (objCartCount.length < 1) return;
    
    // fetch the current cart count
    var sCartCount = objCartCount.html();
    if (sCartCount.length == 0) return;

    // if cart count > 0, set href to /cart.asp else, marketplace
    var nCartCount = parseInt(sCartCount, 10);
    if (isNaN(nCartCount)) return; 
        
    if (nCartCount > 0) 
    {
        objCartCount.attr("href","/cart.asp?l=E");
        return;
    }
    
    // Cart count is zero, route to marketplace regardless of whether logged in or not
    objCartCount.attr("href","/marketplace.asp?l=E");
    return;
}
//***********************
// SetMobileCartCountHref
// Since the cart count is set dynamically, we need to set its target href dynamically when clicked
//***********************
function SetMobileCartCountHref(sCartCountDOMID1,sCartCountDOMID2)
{
    // fetch the <a> 
    var objCartCount1 = $("#" + sCartCountDOMID1);
    if (objCartCount1.length < 1) return;
    
    // fetch the <span> that actually contains the count
    var objCartCount2 = $("#" + sCartCountDOMID2);
    if (objCartCount2.length < 1) return;
    
    // fetch the current cart count
    var sCartCount = objCartCount2.html();
    if (sCartCount.length == 0) return;

    // if cart count > 0, set href to /cart.asp else, marketplace
    var nCartCount = parseInt(sCartCount, 10);
    if (isNaN(nCartCount)) return; 
        
    if (nCartCount > 0) 
    {
        objCartCount1.attr("href","/cart.asp?l=E");
        return;
    }
    
    // Cart count is zero, so now determine if logged in or not and route accordingly
    
        objCartCount1.attr("href","/login.asp?redirect=/marketplace.asp&l=E");
        return;
    

}

//***********************************
// document ready - commented out 04/18/20 - see SnippetHeaderDocumentReady() which is called from snippet_jqueryload.asp and snippet_jqueryload_nomasonry.asp
// calculate the height of the header
// calculate the width of market-section and set the flyout width to 80% of that
//***********************************
//$(document).ready(function()
//{
//	 RecalcHeaderSize();
//	 if ($('.leftnav-flyout').length)
//	 {
//		 var flw1 = $('.market-section').outerWidth();
//		 $('.leftnav-flyout').css('width',flw1 * .8);
//	 }
//});
//***********************************
// SnippetHeaderDocumentReady
// calculate the height of the header
// calculate the width of market-section and set the flyout width to 80% of that
//***********************************
function SnippetHeaderDocumentReady()
{
	 RecalcHeaderSize();
	 if ($('.leftnav-flyout').length)
	 {
		 var flw1 = $('.market-section').outerWidth();
		 $('.leftnav-flyout').css('width',flw1 * .8);
	 }
	 
	 $('.icon-search2').on('click', function(){
		 $('.header-search').toggleClass("search-show");
		$('.header-show-popup').hide().removeClass("header-show-popup");
		 return false;
	 });

	 
	 $('#search-close').on('click', function(){

		 $('.header-search').removeClass("search-show");
		 return false;
	 });
	
	// Google Translate
	LoadGoogleTranslate(); 
	
	// Add the current site language to every local hyperlink
	InitAnchorTagsForLanguage();
}
//****************************
// InitAnchorTagsForLanguage
//****************************
function InitAnchorTagsForLanguage() {
    // for each anchor tag on the page:
	
	//console.log("InitAnchorTagsForLanguage");
	
    $("a[href]").each(function () {

        // get the hyperlink
		var sOriginalHref = $(this).attr("href");
        
        //console.log("sOriginalHref=" +sOriginalHref);
        
		var sCurrentSiteLanguage = "E";
		var sJumplink="";
		var nPos=-1;
		
		nPos = sOriginalHref.indexOf("#");
		if (nPos > 0)
		{
			// store any existing jumplinks	so we can append at the end of the hyperlink once we've added the language= 
			sJumplink = sOriginalHref.substr(nPos);
			sOriginalHref = sOriginalHref.substr(0,nPos);
		}
		
		// creating a working version
        var sHref = sOriginalHref.toLowerCase();

        if (sHref.length < 1) 
		{
			//console.log("Empty! fetching next href");
			return true; // empty? go to next occurrence
		}
		if (sHref.indexOf("#") == 0) 
		{
			//console.log("Jumplink! fetching next href");
			return true; // go to next occurrence
		}

        // if the link address is not our test site and is not our live site, 
        // then it is an external link so ignore
        if ((sHref.indexOf("test.") == -1) && (sHref.indexOf("babycity") == -1) && (sHref.indexOf("/") != 0))
		{
			// if it starts with http or https it must be an external link since we already check for minisage and sitename above so
            // it must be a link to an external site, so ignore
			if (sHref.indexOf("http") == 0) 
			{
				//console.log("External - Skipping href: " + sOriginalHref);
				return true;
			}
        }

        // is the link to a doc, or pdf, or docx, or xls or xlsx, then open in new window as well
        if ((sHref.indexOf(".pdf") > -1) || (sHref.indexOf(".doc") > -1) || (sHref.indexOf(".docx") > -1) ||
            (sHref.indexOf(".xls") > -1) || (sHref.indexOf(".xlsx") > -1) || (sHref.indexOf("mailto") > -1)) 
		{
            // yes, it is one of the document types listed above
			 //console.log("Document - Skipping href: " + sOriginalHref);
             return true;
        }
		
		// while we're here, see if the hyperlink currently has the "language=" attribute and if not, add it
		if (sHref.indexOf("l=") == -1) 
		{
            //console.log("href: " + sHref + " has no language parameter yet");
			// no parameters added to href yet?
			if (sHref.indexOf("?") == -1) 	
			{
				sOriginalHref += "?";	
			}
			else
			{
				sOriginalHref += "&";		
			}
			sOriginalHref += "l=" + sCurrentSiteLanguage;
            //console.log("New sOriginalHref=" + sOriginalHref);
		}
		
		
		// modify the link to include a jumplink if it was present
		sOriginalHref += sJumplink;
        
        sOriginalHref = RemoveDuplicateLanguageLinks(sOriginalHref);  // mjflanguageqs
		
		// UPDATE both the href and the data-savehref
		$(this).attr("href",sOriginalHref);
		$(this).attr("data-savehref",sOriginalHref);
		
    }); // $("a[href]").each
}

//**************************************** BEGIN GOOGLE TRANSLATE **********************************************
//****************************
// InitAnchorTagsForGoogleTranslate
//****************************
function InitAnchorTagsForGoogleTranslate() {
    // for each anchor tag on the page:
	
    $("a[href]").each(function () {

        // get the hyperlink
		var sOriginalHref = $(this).attr("href");
		
		// creating a working version
        var sHref = $(this).attr("href").toLowerCase();

        if (sHref.length < 1) return true; // empty? go to next occurrence
		if (sHref.indexOf("#") > -1) return true; // go to next occurrence

        // if the link address is not our test site and is not our live site, 
        // then it is an external link so ignore
        if ((sHref.indexOf("test.") == -1) && (sHref.indexOf("babycity") == -1) && (sHref.indexOf("/") != 0))
		{
			// if it starts with http or https it must be an external link since we already check for minisage and sitename above so
            // it must be a link to an external site, so ignore
			if (sHref.indexOf("http") == 0) return true;
        }

        // is the link to a doc, or pdf, or docx, or xls or xlsx, then open in new window as well
        if ((sHref.indexOf(".pdf") > -1) || (sHref.indexOf(".doc") > -1) || (sHref.indexOf(".docx") > -1) ||
            (sHref.indexOf(".xls") > -1) || (sHref.indexOf(".xlsx") > -1) || (sHref.indexOf("mailto") > -1)) 
		{
            // yes, it is one of the document types listed above
             return true;
        }
		
		// modify the link
		//sHref += "#googtrans(zh|zh-TW)";
		sOriginalHref += "#googtrans(zh|zh-TW)";
		
		$(this).attr("href",sOriginalHref);

    }); // $("a[href]").each
	
}
//****************************
// LoadGoogleTranslate
//****************************
function LoadGoogleTranslate()
{
    return; // no longer using Google Translate. See /include/zh.js
	// googletranslate: If Chinese language, include google translate code 
	
    
}

//**************************************** END GOOGLE TRANSLATE **********************************************

//***********************************
// window load
//  need to adjust the height of market-section to encompass the height of the flyout. 
//***********************************
$(window).load(function() {
//	if( ($('.leftnav-flyout-cat').length) && ($('.leftnav-flyout-brand').length)  && ($('.market-section').length))
//	{
//		var htc = $('.leftnav-flyout-cat').outerHeight();
//		$('.leftnav-flyout-cat').css('height',htc);
//		 $('.leftnav-flyout-cat').css('flex-direction','column');
//		var htb = $('.leftnav-flyout-brand').outerHeight();
//		$('.leftnav-flyout-brand').css('height',htb);
//		 $('.leftnav-flyout-brand').css('flex-direction','column');
//		 var position = $('.leftnav > div:first-child').position();
//		 var htdiffc = (position.top + htc) - $('.market-section').height();
//		 position = $('.leftnav > div:nth-child(2)').position();
//		 var htdiffb = (position.top + htb) - $('.market-section').height();
//		 if (htdiffc > 0 && htdiffc > htdiffb)
//		 {
//			$('.market-section').css('height',$('.market-section').height() + htdiffc + 10); 
//		 }
//		 else if (htdiffb > 0)
//		 {
//				$('.market-section').css('height',$('.market-section').height() + htdiffb + 10);
//		 }
//	}
	
	if (typeof(CustomPageInitWindowLoad) == 'function')
	{
		CustomPageInitWindowLoad();
	}
	
});

//***********************************
// window resize
//***********************************
$(window).resize(function() {
  didResize = true;
  {
	 RecalcHeaderSize();
     var flw2 = $('.market-section').outerWidth();
	 $('.leftnav-flyout-cat,.leftnav-flyout-brand').css('width',flw2 * .8);
  }
});
	
//setInterval(function() {  
//  if(didResize) {
//	didResize = false;
//	 RecalcHeaderSize();
//	  var flw2 = $('.market-section').outerWidth();
//	 $('.leftnav-flyout-cat,.leftnav-flyout-brand').css('width',flw2 * .8);
//  }
//}, 250);

//*********************************
// RecalcHeaderSize
//*********************************
function RecalcHeaderSize()  
{
	
	// recalc the padding top for maincontent area to be equal to the height of the header (needed because header is position fixed). Include margin in the calc 
	var headerheight = $('.header-fixed').outerHeight(true);
	
	$('.maincontent').css('padding-top', headerheight);
	//now adjust the top of any named anchors on the page to account for the height of the fixed header plus the subnav if visible, plus 15 for padding
	var objAnchor = $('a:not([href]):empty');
	if (objAnchor)
	{
		
		objAnchor.css('top',-(headerheight + 40));
	}
}
//*********************************
// HeaderPopupHeader
//*********************************
function HeaderPopupHeader(popup)
{
	// if the desired popup is already being displayed, then return false
	if ($(popup).hasClass("header-show-popup"))
	{
		return false;
	}
	else
	{
		// otherwise, hide the visible popups (that have class show-popup) and remove 'selected' class
		$('.header-show-popup').hide().removeClass("header-show-popup");
		$('.header-search-bar .header-svg-icon').removeClass("header-svg-icon-selected");
		$('.header-search').removeClass("search-show");
	}
	
	// This code is only for if we are not pre-loading the "nearby" box. It loads the select boxes at the time the "nearby"
	// link is clicked, but it requires an additional BOOL parameter be added to LoadLocationSelect to indicate that this is
	// a pre-load and that no alert should be given because a parent select option has not been selected. See also 
	// if ShowTraditionalChinese() below.
	
	//LoadLocationSelect(document.locationform.header_location_country,'',true);
	//LoadLocationSelect(document.locationform.header_location_region,'',true);
	//LoadLocationSelect(document.locationform.header_location_city,'',true);
	
	
		
	// show the popup and set a class show-popup
	$(popup).show().addClass("header-show-popup");
    
    // Reset the user hours elapsed since last time popup header was seen
    ResetUserElapsedHours();
}
function HeaderPopupHeaderMorePlus(popup,target)
{
    

    // hide the visible popups (that have class show-popup) and remove 'selected' class
    $('.header-show-popup').hide().removeClass("header-show-popup");
    $('.header-search-bar .header-svg-icon').removeClass("header-svg-icon-selected");
    $('.header-search').removeClass("search-show");

    //move the popup to the target icon or moretext
	$(popup).detach().appendTo($(target));
 
	// show the popup and set a class show-popup
	$(popup).show().addClass("header-show-popup");
}

function CloseHeaderPopupHeader(popup)
{

	 $(popup).hide().removeClass("header-show-popup");
}
function ToggleChannelBg(channel)
{
	// If the Social guide is chosen, make sure the user is logged in 
	if (($(channel).attr("id")=="MOREsocial") || ($(channel).attr("id")=="mobileMOREsocial"))
 	{
		
			return;
		
	}
	$(channel).toggleClass("channel-select");
}

var g_InLocationSubmit=false;
//************************
// SubmitLocation
//************************
function SubmitLocation()
{
	if (g_InLocationSubmit) return false;
	g_InLocationSubmit=true;
	
	// at least 1 checked?
	if ((document.locationform.header_location_country.selectedIndex==0) &&
	   (document.locationform.header_location_region.selectedIndex==0) &&
	   (document.locationform.header_location_city.selectedIndex==0))
	   {
			alert("Please choose at least 1 location entry");
			g_InLocationSubmit=false;
			return false;   
	   }
	   
	$('#header-popup-nearby').css("cursor","wait");
	$('#mobile-header-popup-nearby').css("cursor","wait");
	$('#nearby_save_clear').hide();
	$('#nearby_submit').hide();
	$('#mobile_nearby_save_clear').hide();
	$('#mobile_nearby_submit').hide();
	   
	// if not saving the current location values, clear out any existing cookie values before submitting the form
	if (document.locationform.save_location.checked==false)
	{
		ClearLocationCookies();
		return false; // we return at this point because the ClearLocationCookies() function will submit the form.
	}
	   
	// submit
	setTimeout('document.locationform.submit()',10);
	return false;
}
//************************
// SubmitLocationMobile
// This is actually called from the SUBMIT button in snippet_mobile_menu, but we code it 
// here for coherence as it manipulates the SubmitLocation() above.
//************************
function SubmitLocationMobile()
{
	if (g_InLocationSubmit) return false;
	g_InLocationSubmit=true;
	
	// at least 1 checked?
	if ((document.locationform_mobile.mobile_header_location_country.selectedIndex==0) &&
	   (document.locationform_mobile.mobile_header_location_region.selectedIndex==0) &&
	   (document.locationform_mobile.mobile_header_location_city.selectedIndex==0))
	   {
			alert("Please choose at least 1 location entry");
			g_InLocationSubmit=false;
			return false;   
	   }
	   
	// we're actually going to submit the snippet_header version of the form, so set those values
	document.locationform.header_location_country.selectedIndex = document.locationform_mobile.mobile_header_location_country.selectedIndex;
	document.locationform.header_location_region.selectedIndex = document.locationform_mobile.mobile_header_location_region.selectedIndex;
	document.locationform.header_location_city.selectedIndex = document.locationform_mobile.mobile_header_location_city.selectedIndex;
	document.locationform.gst.value = document.locationform_mobile.gst.value;
	if (document.locationform_mobile.save_location.checked)
	{
		document.locationform.save_location.checked=true;	
	}
	else
	{
		document.locationform.save_location.checked=false;	
		ClearLocationCookies();
		return false; // we return at this point because the ClearLocationCookies() function will submit the form.
	}
		
	   
	// submit the main "nearby" form even though the user clicked on the mobile version of the submit button. 
	// We do this because we need to maintain the QS keys header_location_country,header_location_region and header_location_city
	document.locationform.submit();
	return false;
}

//************************
// ClearLocations
//************************
function ClearLocations()
{
	$('#header-popup-nearby').css("cursor","wait");
	$('#mobile-header-popup-nearby').css("cursor","wait");
	$('#nearby_save_clear').hide();
	$('#nearby_submit').hide();
	$('#mobile_nearby_save_clear').hide();
	$('#mobile_nearby_submit').hide();
	
	$('#header_location_country option:not(:first)').remove(); 
	$('#header_location_region option:not(:first)').remove(); 
	$('#header_location_city option:not(:first)').remove();
	$('#mobile_header_location_country option:not(:first)').remove(); 
	$('#mobile_header_location_region option:not(:first)').remove(); 
	$('#mobile_header_location_city option:not(:first)').remove();
	
	document.locationform.header_location_country.selectedIndex=0;
	document.locationform.header_location_region.selectedIndex=0;
	document.locationform.header_location_city.selectedIndex=0;
	document.locationform.save_location.checked=false;
	
	document.locationform_mobile.mobile_header_location_country.selectedIndex=0;
	document.locationform_mobile.mobile_header_location_region.selectedIndex=0;
	document.locationform_mobile.mobile_header_location_city.selectedIndex=0;
	document.locationform_mobile.save_location.checked=false;
	
	// This will also submit the form
	ClearLocationCookies();
	
	// don't submit the form here, it will preempt the ClearLocationCookies() ajax handling. Instead, we put the form's submit() in the "success" handler of the 
	// ajax within the ClearLocationCookies() function.
	//document.locationform.submit(); // just submit the main location form regardless of which form invoked this function
	return true;
}
</script>-->
<!-- Include javascript handlers for the location dropdowns that are used by both the main site and the admin pages -->
<!-- Note: this same include needs to occur in snippet_admin_header.asp -->
<!--<script type="text/javascript">
//*********************
// VerifyParentDropdownSelected
//*********************
function VerifyParentDropdownSelected(objDOMSelect)
{
	//console.log("LoadLocationSelect");
	// if the listbox already has options, exit
	if (objDOMSelect.options.length > 1) return true;
	
	// create a jquery version of the html control
	var objJSelect = $(objDOMSelect);
	var sParentSelectDOMID="";
	var sSelectDOMName = objJSelect.attr("name");
	
	switch (sSelectDOMName)
	{
		case 'header_location_region': 
				sParentSelectDOMID = 'header_location_country';	
				break;
		case 'header_location_city': 
				sParentSelectDOMID = 'header_location_region';	
				break;
		case 'mobile_header_location_region': 
				sParentSelectDOMID = 'mobile_header_location_country';	
				break;
		case 'mobile_header_location_city': 
				sParentSelectDOMID = 'mobile_header_location_region';	
				break;
		case 'manager_location_region': 
				sParentSelectDOMID = 'manager_location_country';	
				break;
		case 'manager_location_city': 
				sParentSelectDOMID = 'manager_location_region';	
				break;
	}
	
	// make sure parent has been loaded and an option selected
	if (sParentSelectDOMID.length > 0)
	{
		var objParentSelect = $("select#" + sParentSelectDOMID);
		if (objParentSelect.length==0)
		{
			alert("Error: Unable to load parent select box");
			return false;	
		}
		
		var sParentSelection=$('select#' + sParentSelectDOMID + ' option:selected').val();
		
		// parent found. Now make sure it has a selected option in it
		if (sParentSelection=="")
		{
			alert('You must first choose an option from the listbox above.');
			return false;
		}
		
	}
	
	return true;
}
//*********************
// LoadLocationSelect
//*********************
function LoadLocationSelect(objDOMSelect, sSelectedValue, bOnlyShowLocationsWithGuides)
{
	//console.log("LoadLocationSelect");
    $("html").addClass("cursor-progress");
    
	// if the listbox already has options, exit
	if (objDOMSelect.options.length > 1) 
	{
		EnableLocationDropdowns();
		$("html").removeClass("cursor-progress");
		return true;
	}
	
	// create a jquery version of the html control
	var objJSelect = $(objDOMSelect);
	var sSelectDOMName = objJSelect.attr("name");
    objJSelect.empty(); // empty the existing list
    
	var sDisplayType="";
	var sSelectType="";
	var sExistingCountrySelection="";
	var sExistingRegionSelection="";
	var sParentSelectDOMID="";
	var sOnlyShowLocationsWithGuides="0";
	if (bOnlyShowLocationsWithGuides) sOnlyShowLocationsWithGuides="1";
	
	if (sSelectDOMName.indexOf('country') > 0)
	{
		sSelectType="country";	
		sDisplayType="Country or Region";
	}
	if (sSelectDOMName.indexOf('region') > 0)
	{
		sSelectType="region";	
		sDisplayType="State or Province";
	}
	if (sSelectDOMName.indexOf('city') > 0)
	{
		sSelectType="city";	
		sDisplayType="City";
	}
	
	switch (sSelectDOMName)
	{
		case 'header_location_region': 
				sParentSelectDOMID = 'header_location_country';	
				break;
		case 'header_location_city': 
				sParentSelectDOMID = 'header_location_region';	
				break;
		case 'mobile_header_location_region': 
				sParentSelectDOMID = 'mobile_header_location_country';	
				break;
		case 'mobile_header_location_city': 
				sParentSelectDOMID = 'mobile_header_location_region';	
				break;
		case 'manager_location_region': 
				sParentSelectDOMID = 'manager_location_country';	
				break;
		case 'manager_location_city': 
				sParentSelectDOMID = 'manager_location_region';	
				break;
	}
	
    // Empty out the child listboxes
    var objSelect1,objSelect2,sAll
    sAll='-all-';
	switch (sSelectDOMName)
	{
		case 'header_location_country': 
				objSelect1 = $("select#header_location_region");
                objSelect1.empty().append($('<option>', {value:'',text:sAll}));
				objSelect2 = $("select#header_location_city");	
                objSelect2.empty().append($('<option>', {value:'',text:sAll}));
				break;
		case 'header_location_region': 
				objSelect1 = $("select#header_location_city");
                objSelect1.empty().append($('<option>', {value:'',text:sAll}));
				break;
		case 'mobile_header_location_country': 
				objSelect1 = $("select#mobile_header_location_region");	
                objSelect1.empty().append($('<option>', {value:'',text:sAll}));
				objSelect2 = $("select#mobile_header_location_city");	
                objSelect2.empty.append($('<option>', {value:'',text:sAll}));
				break;
		case 'mobile_header_location_region': 
				objSelect1 = $("select#mobile_header_location_city");
                objSelect1.empty().append($('<option>', {value:'',text:sAll}));
				break;
		case 'manager_location_country': 
				objSelect1 = $("select#manager_location_region");
                objSelect1.empty().append($('<option>', {value:'',text:sAll}));
				objSelect2 = $("select#manager_location_city");	
                objSelect2.empty().append($('<option>', {value:'',text:sAll}));
				break;
		case 'manager_location_region': 
				objSelect1 = $("select#manager_location_city");
                objSelect1.empty().append($('<option>', {value:'',text:sAll}));
                break;
	}
    
	// make sure parent has been loaded and an option selected
	if (sParentSelectDOMID.length > 0)
	{
		var objParentSelect = $("select#" + sParentSelectDOMID);
		if (objParentSelect.length==0)
		{
			EnableLocationDropdowns();
			$("html").removeClass("cursor-progress");
			alert("Error: Unable to load parent select box");
			return true;	
		}
		
		var sParentSelection=$('select#' + sParentSelectDOMID + ' option:selected').val();
		
		// parent found. Now make sure it has a selected option in it
		if (sParentSelection=="")
		{
			EnableLocationDropdowns();
			$("html").removeClass("cursor-progress");
			alert('You must first choose an option from the listbox above.');
			return true;
		}
		
		if (sSelectType=="region") sExistingCountrySelection = sParentSelection;
		if (sSelectType=="city") sExistingRegionSelection = sParentSelection;
	}
	
	// clear out any existing options
	//objSelect.find('option').remove();
	
	$.ajax({
        url: sBaseSite + "ajax_loadlocationselect.asp",
        dataType: "html",  //"json",
        data: {
        selecttype: sSelectType,
		parentselection: sParentSelection,	// for example, if we're loading the region listbox, sParentSelection would be the country that has already been selected
		onlyshowlocationswithguides: sOnlyShowLocationsWithGuides,
        selectedvalue: sSelectedValue
        },
        success: function( sResults, anything2, jqXHR) {
			
			// load the results into the listbox
			objJSelect.append(sResults);
			
			// Also load the results into the corresponding listbox depending on whether we just laoded the snippet header or the mobile_snippet_header.
			
			// Did we just load the snippet header?
			if (sSelectDOMName.indexOf('header_')==0) 
			{
				// yes, then load the mobile_snippet_header
				// was it the country?
				if (sSelectDOMName.indexOf('country') > 0)
				{
					$('select#mobile_header_location_country').append(sResults);
				}
				// was it the region?
				if (sSelectDOMName.indexOf('region') > 0)
				{
					$('select#mobile_header_location_region').append(sResults);
				}
				// was it the city?
				if (sSelectDOMName.indexOf('city') > 0)
				{
					$('select#mobile_header_location_city').append(sResults);
				}
			} // if (sSelectDOMName.indexOf('header_')==0) 
			
			
			// Did we just load the snippet mobile header?
			if (sSelectDOMName.indexOf('mobile_header_')==0)
			{
				// yes, then load the snippet_header
				// was it the country?
				if (sSelectDOMName.indexOf('country') > 0)
				{
					$('select#header_location_country').append(sResults);
				}
				// was it the region?
				if (sSelectDOMName.indexOf('region') > 0)
				{
					$('select#header_location_region').append(sResults);
				}
				// was it the city?
				if (sSelectDOMName.indexOf('city') > 0)
				{
					$('select#header_location_city').append(sResults);
				}
			}

			EnableLocationDropdowns();
			$("html").removeClass("cursor-progress");
			
        }, // success:
		error: function( jqXHR) {
			//alert(jqXHR.status); 
			console.log("ERROR! " + jqXHR.statusText);
			//if (jqXHR.statusText.length>0) alert(jqXHR.statusText);
			$("html").removeClass("cursor-progress");
		} // error:
		
        });
	
	return true;
}
</script>-->

<header class="header-fixed noprinttopheader">
<div class="standard-div hdr-shrink-counts">
4015&nbsp;Hot Topics, 146070&nbsp;Items, 4958&nbsp;Brands, 3408&nbsp;Categories
</div>


<div class="hdr-menu1 standard-div flex-container  flex-justify-space-between flex-align-center ">
    <div class="hdr-menu-button hdr-icon" style="flex-shrink:0;" id="hamburger" title="Open Menu"><a href="#mobile-menu"><span></span><span></span><span></span></a></div>
	   <a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" class="hdr-logo babycity-hdr-logo-bgimage-E" style="flex-shrink:1;" href="/index.asp"></a>
    <div id="hdr-account-menu" style="flex-shrink:0;">
    	<div id="hdr-account-menu-icons" style="padding-left:10px;" class="flex-container flex-justify-flexend flex-align-bottom  relative">
        	<a href="#" id="shopping-cart-narrow-search" class="icon-search2"></a>
            
        	<a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" class="hide-narrow-important" href="/login.asp">LOG IN</a>
        
        <span class="sep hide-narrow-important"><span style="vertical-align:1px;">|</span></span> 
        <div class="relative hide-narrow-important"> 
        	<a href="#" onclick="if (!window.__cfRLUnblockHandlers) return false; HeaderPopupHeader('#header-popup-help');" class="hide-narrow-important">HELP</a>
            <div class="header-popup" id="header-popup-help">
            	<span id="close-help" onclick="if (!window.__cfRLUnblockHandlers) return false; CloseHeaderPopupHeader('#header-popup-help');" class="header-popup-close icon-close3"></span>
              	 <h2>Help
                 	<hr class="topmargin3">
                 </h2>
                <div class="header-popup-scroll aligncenter">
                	<p class="zero-topmargin"><a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/contactus.asp">Contact</a>
                    </p><p><a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/aboutus.asp">About Us</a>
                    </p><p><a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/termsandconditions.asp">Terms and Conditions</a>
                </p></div>
            </div>
        </div>
        
		     
        <span class="sep hideme headercheckoutorder  hide-narrow-important"><span style="vertical-align:1px;">|</span></span>
        <a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" class="hideme headercheckoutorder  hide-narrow-important" href="/checkout_payment.asp?recordtype=order">CHECKOUT</a>
        <span class="sep hideme headercheckoutquote w hide-narrow-important"><span style="vertical-align:1px;">|</span></span>
        <a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" class="hideme headercheckoutquote   hide-narrow-important" href="/checkout_payment.asp?recordtype=quote">PROCESS QUOTE</a>
        <span class="sep hide-narrow-important"><span style="vertical-align:1px;">|</span></span> 
								<!--show messages icon if user is logged in and (has message permission or the unread msg count >0 (could have an unread admin msg even if no message permission))-->
         
									 
										<a id="mobile-icon-messages" onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" class="relative leftmargin10" href="/login.asp" title="My Messages">
												
												<img style="vertical-align:-4px;" src="https://imagedelivery.net/RUJHjfbWMYYNDOCGCTnV7A/8cfea1e5-95c7-4ad7-9044-0afe36e66700/public">
										</a>
										 
										  <a id="mobile-icon-login" onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" class="relative leftmargin10" href="/login.asp" title="LOG IN">
												<img style="vertical-align:-4px;" src="https://imagedelivery.net/RUJHjfbWMYYNDOCGCTnV7A/4d20394e-76c2-4aa5-06db-5220669cd600/public"><!--login.svg-->
										</a>
          
										
        <div class="relative" id="hdr-upload">
            <div class="header-svg-icon-upload leftmargin10 flex-container" title="Upload" onclick="if (!window.__cfRLUnblockHandlers) return false; HeaderPopupHeader('#header-popup-upload');">
                <img src="https://imagedelivery.net/RUJHjfbWMYYNDOCGCTnV7A/214c8319-2f60-4e71-742d-57d423599500/public" width="26" height="26" alt="">
             </div>
          <!--  begin upload popup div, hidden unless upload icon is clicked -->
               <div class="header-popup" id="header-popup-upload">
                <span id="close-upload" onclick="if (!window.__cfRLUnblockHandlers) return false; CloseHeaderPopupHeader('#header-popup-upload');" class="header-popup-close icon-close3"></span>
                <h2>Upload<!--<hr class="topmargin3">--></h2>
                 <div class="header-popup-scroll">
                    <div class="textalign-center">
																						<div class="inlineblock textalign-left">

																															<a class="flex-container flex-align-center bottommargin15" onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/login.asp?redirect=timeline_manager.asp&amp;qs=mtab%3Dupload%26menuoption%3Duc"><img class="rightmargin20" src="https://imagedelivery.net/RUJHjfbWMYYNDOCGCTnV7A/62c1ca62-0a74-4521-6d3d-c93518ca3f00/public" alt="">
																															<span>Upload Content</span></a> 
																															<a class="flex-container flex-align-center bottommargin15" onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="login.asp?redirect=timeline_manager.asp&amp;qs=mtab%3Duploadvideo%26menuoption%3Duv"><img class="rightmargin20" src="https://imagedelivery.net/RUJHjfbWMYYNDOCGCTnV7A/4fd60b1e-b4a6-4c41-5f51-3528dac0dd00/public" alt="">
																															<span>Upload Video</span></a> 
																															<a class="flex-container flex-align-center bottommargin15" onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/login.asp?redirect=timeline_manager.asp&amp;qs=menuoption%3Dh"><img class="rightmargin20" src="https://imagedelivery.net/RUJHjfbWMYYNDOCGCTnV7A/9d95499f-b5fe-4f80-076a-0141a8316900/public" alt="">
																															<span>History</span></a> 
																												
																									</div>
																				 	</div>
                  </div>
               </div>
          <!--  end  upload popup div, hidden unless upload is clicked -->
         </div>

										
         <!--<div id="hdr-mobile-spacer"></div>-->
								
        <div class="relative"> 
            <div class="header-svg-icon-goldcoin leftmargin10" title="My Points" onclick="if (!window.__cfRLUnblockHandlers) return false; HeaderPopupHeader('#header-popup-goldcoin');">
                <img src="https://imagedelivery.net/RUJHjfbWMYYNDOCGCTnV7A/f1f59b44-03cb-4c51-e05c-348974024700/public" width="28" height="28" alt="">
            </div>
          <!--  begin goldcoin popup div, hidden unless goldcoin is clicked -->
               <div class="header-popup" id="header-popup-goldcoin">
                <span id="close-goldcoin" onclick="if (!window.__cfRLUnblockHandlers) return false; CloseHeaderPopupHeader('#header-popup-goldcoin');" class="header-popup-close icon-close3"></span>
                <h2>My Points
                	<hr class="topmargin3">
                </h2>
                 <div class="header-popup-scroll aligncenter">
                    
                        <p class="zero-topmargin"><a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/login.asp">Please login to view your points.</a></p>
                     
                 </div>
              </div>
          <!--  end  goldcoin popup div, hidden unless goldcoin is clicked -->
        </div>
								
        
										<div id="hdr-downarrow" style="font-size:0;" class="relative leftmargin10 show-mobile-icon">
												  <span class="cursor-pointer" onclick="if (!window.__cfRLUnblockHandlers) return false; HeaderPopupHeaderMorePlus('#header-popup-moreplus','#hdr-downarrow');">
														<img src="https://imagedelivery.net/RUJHjfbWMYYNDOCGCTnV7A/bcc7e2a2-45dd-48eb-7263-ba9028baf800/public" width="27" height="27">
												</span>
										</div>
		
		
        <!-- SHARE ICON -->
        <div class="relative">
            <div class="cursor-pointer leftmargin10 flex-container" title="Share" onclick="if (!window.__cfRLUnblockHandlers) return false; HeaderPopupHeader('#header-popup-share');">
                <img src="https://imagedelivery.net/RUJHjfbWMYYNDOCGCTnV7A/a03fefeb-fe04-4228-56e9-f6e7c6d1e200/public" alt="">
             </div>
          <!--  begin share popup div, hidden unless share icon is clicked -->
               <div class="header-popup" id="header-popup-share">
                <span id="close-upload" onclick="if (!window.__cfRLUnblockHandlers) return false; CloseHeaderPopupHeader('#header-popup-share');" class="header-popup-close icon-close3"></span>
                <h2>Share</h2>
                 <div class="header-popup-scroll">
                        <p class="topmargin0 textalign-center">
                            <a href="#" onclick="if (!window.__cfRLUnblockHandlers) return false; CopyLinkToClipboard(); return false;">Copy page link</a>
                            <span class="hideme" id="linkcopiedmsg"><br>link copied!</span> 
                        </p>
                 </div>
              </div>
          <!--  end share popup div, hidden unless share is clicked -->
         </div>
         
         
         
<!--        <a onclick="return AbortAjax()" href="/image_manager.asp" class="leftmargin10" style="height:26px;" title="Upload"><img src="https://imagedelivery.net/RUJHjfbWMYYNDOCGCTnV7A/214c8319-2f60-4e71-742d-57d423599500/public" alt=""/></a>--> 
      
                <a onclick="if (!window.__cfRLUnblockHandlers) return false; SetCartCountHref('cartcount'); return AbortAjax()" id="cartcount" href="/marketplace.asp" class="leftmargin10 icon-shopping-cart3 font12">0</a>
         
         </div>
             
        
        <div class="notranslate hide-narrow topmargin7 textalign-right">
			
            <a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" style="word-break:keep-all;" href="index.asp?l=C">中文</a>
            
            <span class="sep">|</span>
            
            
                <span class="redtext">ENGLISH</span>
            
            <span class="sep">|</span>
            
            
            <a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" style="word-break:keep-all;" href="index.asp?l=S">ESPAÑOL</a>
            
        </div>
	</div>
    

</div>

<div class="hdr-menu2 standard-div">
	
    	<a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/index.asp?gst=blogs"><span class="">BLOGS</span></a>
	
    	<a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/index.asp?gst=is_event"><span class="">EVENTS</span></a>
    
    	<a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/index.asp?gst=is_posting"><span class="">SOCIAL</span></a>
    
    	<a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/index.asp?gst=videos"><span class="">VIDEOS</span></a>
	
    	<a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/index.asp?gst=is_solution"><span class="">SOLUTIONS</span></a>
    
    	<a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/index.asp?gst=is_guide"><span class="">HOT TOPICS</span></a>
    
    	<a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/index.asp?gst=is_casestudy"><span class="">Q&amp;A</span></a>
     
    	<a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/index.asp?gst=is_review"><span class="">DISCOVER</span></a>
    
    	<a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/tags.asp"><span class="">IDEAS</span></a>
			
    <a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/marketplace.asp"><span class="">MARKETPLACE</span></a>
			
    <div class="relative" id="moretext">
    	<span onclick="if (!window.__cfRLUnblockHandlers) return false; HeaderPopupHeaderMorePlus('#header-popup-moreplus','#moretext');" class="cursor-pointer  redtext ">MORE+</span>
    </div>
<!--<script type="text/javascript">
//*********************************
// AdjustMoreChannelAction
//*********************************
function AdjustMoreChannelAction()
{
	$('div.form-button').hide();
	
	var sChannelGuids="";
	var sChannelNames="";
	
	// Load the selected channel guids and names
	
		if ($("input#channel_guid_0").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#channel_guid_0").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#channel_name_0").val();
		}
	
		if ($("input#channel_guid_1").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#channel_guid_1").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#channel_name_1").val();
		}
	
		if ($("input#channel_guid_2").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#channel_guid_2").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#channel_name_2").val();
		}
	
		if ($("input#channel_guid_3").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#channel_guid_3").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#channel_name_3").val();
		}
	
		if ($("input#channel_guid_4").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#channel_guid_4").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#channel_name_4").val();
		}
	
		if ($("input#channel_guid_5").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#channel_guid_5").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#channel_name_5").val();
		}
	
		if ($("input#channel_guid_6").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#channel_guid_6").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#channel_name_6").val();
		}
	
		if ($("input#channel_guid_7").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#channel_guid_7").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#channel_name_7").val();
		}
	
		if ($("input#channel_guid_8").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#channel_guid_8").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#channel_name_8").val();
		}
	
		if ($("input#channel_guid_9").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#channel_guid_9").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#channel_name_9").val();
		}
	
		if ($("input#channel_guid_10").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#channel_guid_10").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#channel_name_10").val();
		}
	
		if ($("input#channel_guid_11").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#channel_guid_11").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#channel_name_11").val();
		}
	
		if ($("input#channel_guid_12").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#channel_guid_12").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#channel_name_12").val();
		}
	
		if ($("input#channel_guid_13").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#channel_guid_13").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#channel_name_13").val();
		}
	
		if ($("input#channel_guid_14").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#channel_guid_14").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#channel_name_14").val();
		}
	
		if ($("input#channel_guid_15").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#channel_guid_15").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#channel_name_15").val();
		}
	
		if ($("input#channel_guid_16").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#channel_guid_16").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#channel_name_16").val();
		}
	
		if ($("input#channel_guid_17").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#channel_guid_17").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#channel_name_17").val();
		}
	
		if ($("input#channel_guid_18").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#channel_guid_18").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#channel_name_18").val();
		}
	
		if ($("input#channel_guid_19").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#channel_guid_19").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#channel_name_19").val();
		}
	
		if ($("input#channel_guid_20").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#channel_guid_20").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#channel_name_20").val();
		}
	
		if ($("input#channel_guid_21").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#channel_guid_21").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#channel_name_21").val();
		}
	
		if ($("input#channel_guid_22").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#channel_guid_22").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#channel_name_22").val();
		}
	
		if ($("input#channel_guid_23").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#channel_guid_23").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#channel_name_23").val();
		}
	
		if ($("input#channel_guid_24").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#channel_guid_24").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#channel_name_24").val();
		}
	
		if ($("input#channel_guid_25").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#channel_guid_25").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#channel_name_25").val();
		}
	
		if ($("input#channel_guid_26").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#channel_guid_26").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#channel_name_26").val();
		}
	
		if ($("input#channel_guid_27").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#channel_guid_27").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#channel_name_27").val();
		}
	
		if ($("input#channel_guid_28").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#channel_guid_28").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#channel_name_28").val();
		}
	
		if ($("input#channel_guid_29").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#channel_guid_29").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#channel_name_29").val();
		}
	
		if ($("input#channel_guid_30").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#channel_guid_30").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#channel_name_30").val();
		}
	
		if ($("input#channel_guid_31").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#channel_guid_31").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#channel_name_31").val();
		}
	
		if ($("input#channel_guid_32").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#channel_guid_32").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#channel_name_32").val();
		}
	
		if ($("input#channel_guid_33").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#channel_guid_33").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#channel_name_33").val();
		}
	
		if ($("input#channel_guid_34").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#channel_guid_34").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#channel_name_34").val();
		}
	
		if ($("input#channel_guid_35").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#channel_guid_35").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#channel_name_35").val();
		}
	
		if ($("input#channel_guid_36").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#channel_guid_36").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#channel_name_36").val();
		}
		
	
	document.channelform.channelformactionguids.value = sChannelGuids;
	document.channelform.channelformactionnames.value = sChannelNames;
	
	setTimeout('document.channelform.submit()',10);
	return true;
}
//********************************
// ResetUserElapsedHours
//********************************
function ResetUserElapsedHours()
{
    console.log("About to launch ResetUserElapsedHours()");
    $.ajax({
        url: sBaseSite + "ajax_reset_user_elapsed_hours.asp",
        dataType: "html",  //"json",
        success: function( data ) {
            console.log("ResetUserElapsedHours completed.");
        }
        }); // $.ajax
}

function SetSelectedLanguage(objThis)
{
   // remove the red highlight for all languages then  add the red highlight for the selected language
			// then set the value of the hidden input field to the text of the selected language
   var objParent = objThis.parent();
			objParent.find("span").removeClass("redtext");
			objThis.addClass("redtext");
			objParent.find("input[name='moreplus_select_language']").val(objThis.attr("data-lang"))  ;
}
</script>-->    
    
    
</div>
 
<div class="header-popup" id="header-popup-moreplus">
				<span onclick="if (!window.__cfRLUnblockHandlers) return false; CloseHeaderPopupHeader('#header-popup-moreplus');" class="header-popup-close icon-close3"></span>
							<div class="flex-container flex-wrap alignleft bold bottommargin15">
							  
											<a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/brands.asp" class="underline rightmargin15 topmargin5"><span>BRANDS</span></a>
											<a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/categories.asp" class="underline rightmargin15 topmargin5"><span>CATEGORIES</span></a>
									
											<a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/index.asp?gst=is_product_review" class="underline topmargin5"><span>REVIEWS</span></a>
							</div>
							<div class="graytext alignleft bottommargin15">PLEASE SELECT:</div><div class="header-popup-scroll header-popup-scroll-channels">
									<form class="bottommargin0" name="channelform" id="channel-form" method="post" action="/index.asp?channelformaction=save&amp;gst=">
																			<!-- BEGIN SELECT LANGUAGE-->
											<div class="bold alignleft bottommargin5 font14">LANGUAGE</div>
											<div class="flex-container flex-wrap  font14 leftmargin10 flex-align-center" id="hdr-moreplus_languages">
														<span data-lang="E" style="cursor:pointer;" onclick="if (!window.__cfRLUnblockHandlers) return false; SetSelectedLanguage($(this)); AdjustMoreChannelAction();" class="redtext">English</span>
															<span style="margin-left:15px;cursor:pointer;" data-lang="C" onclick="if (!window.__cfRLUnblockHandlers) return false; SetSelectedLanguage($(this)); AdjustMoreChannelAction();">中文</span>
														<span data-lang="S" style="margin-left:15px;cursor:pointer;" onclick="if (!window.__cfRLUnblockHandlers) return false; SetSelectedLanguage($(this)); AdjustMoreChannelAction();">Español</span>  
										 
										    <input type="hidden" name="moreplus_select_language" id="hdr-moreplus_select_language" value="">
										</div>
										<!-- END SELECT LANGUAGE-->

										
												<div class="topmargin15 alignleft bold bottommargin10" style="color:#333;">CHANNELS</div>
												<div class="leftmargin10 rightmargin10 flex-container flex-wrap moreplus-menu">
																
																												<div class="channel-cat">
																																<div><strong>AGES</strong></div>
																												</div>
																									
																																	<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">51-70 yr</div>
																																	<input type="hidden" name="channel_guid_0" id="channel_guid_0" value="119ADC53-53CE-4C7B-85E0-C19FF2DE7A73">
																																	<input type="hidden" name="channel_name_0" id="channel_name_0" value="51-70 yr">
																																	
																																	<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">70+ yr</div>
																																	<input type="hidden" name="channel_guid_1" id="channel_guid_1" value="DC7C6157-F2A3-460C-A0D3-D3E9DAD42C80">
																																	<input type="hidden" name="channel_name_1" id="channel_name_1" value="70+ yr">
																																	
																																	<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Infant</div>
																																	<input type="hidden" name="channel_guid_2" id="channel_guid_2" value="0852747A-D889-414B-BC33-1A1CEC19EDF5">
																																	<input type="hidden" name="channel_name_2" id="channel_name_2" value="Infant">
																																	
																																	<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Baby 6-12M</div>
																																	<input type="hidden" name="channel_guid_3" id="channel_guid_3" value="E7E9E0B4-4F68-4C75-822E-A42E92FF8540">
																																	<input type="hidden" name="channel_name_3" id="channel_name_3" value="Baby 6-12M">
																																	
																																	<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Toddler 1-3yr</div>
																																	<input type="hidden" name="channel_guid_4" id="channel_guid_4" value="3FE60A3E-66C2-4DB3-9392-2C7E63F6540C">
																																	<input type="hidden" name="channel_name_4" id="channel_name_4" value="Toddler 1-3yr">
																																	
																																	<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">PreSchool 3-5yr</div>
																																	<input type="hidden" name="channel_guid_5" id="channel_guid_5" value="91863B73-8472-4B00-A2BC-2A849ABB2A28">
																																	<input type="hidden" name="channel_name_5" id="channel_name_5" value="PreSchool 3-5yr">
																																	
																																	<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">GradeSchooler 5-12yr</div>
																																	<input type="hidden" name="channel_guid_6" id="channel_guid_6" value="5EA70ABF-BEAF-44AD-92A4-83C5FB1F46D1">
																																	<input type="hidden" name="channel_name_6" id="channel_name_6" value="GradeSchooler 5-12yr">
																																	
																																	<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Teen 12-18yr</div>
																																	<input type="hidden" name="channel_guid_7" id="channel_guid_7" value="92494515-407C-4982-8CB9-60730C073C82">
																																	<input type="hidden" name="channel_name_7" id="channel_name_7" value="Teen 12-18yr">
																																	
																												<div class="channel-cat">
																																<div><strong>PLACES</strong></div>
																												</div>
																									
																																	<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Fun Places</div>
																																	<input type="hidden" name="channel_guid_8" id="channel_guid_8" value="7D7557DA-D8A9-432C-9EF8-6EEB24F1771A">
																																	<input type="hidden" name="channel_name_8" id="channel_name_8" value="Fun Places">
																																	
																																	<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Museum</div>
																																	<input type="hidden" name="channel_guid_9" id="channel_guid_9" value="563CDB7E-95AC-4002-B2B9-CB6335DB1270">
																																	<input type="hidden" name="channel_name_9" id="channel_name_9" value="Museum">
																																	
																																	<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Camping</div>
																																	<input type="hidden" name="channel_guid_10" id="channel_guid_10" value="BFB849FF-5B80-46DA-ABA8-BB9CC88BA41F">
																																	<input type="hidden" name="channel_name_10" id="channel_name_10" value="Camping">
																																	
																																	<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Restaurants</div>
																																	<input type="hidden" name="channel_guid_11" id="channel_guid_11" value="4903EF74-B2DD-4378-B3BE-BBE5D9F122DD">
																																	<input type="hidden" name="channel_name_11" id="channel_name_11" value="Restaurants">
																																	
																																	<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Stores</div>
																																	<input type="hidden" name="channel_guid_12" id="channel_guid_12" value="661ADD14-893C-4987-82B1-1301C54BEF95">
																																	<input type="hidden" name="channel_name_12" id="channel_name_12" value="Stores">
																																	
																																	<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Day Care</div>
																																	<input type="hidden" name="channel_guid_13" id="channel_guid_13" value="D23AE127-190D-496B-B844-D40AB2096ADC">
																																	<input type="hidden" name="channel_name_13" id="channel_name_13" value="Day Care">
																																	
																												<div class="channel-cat">
																																<div><strong>INTERESTS</strong></div>
																												</div>
																									
																																	<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Toys</div>
																																	<input type="hidden" name="channel_guid_14" id="channel_guid_14" value="C21A7B00-9AF9-40DE-B17D-E17CAEB3635B">
																																	<input type="hidden" name="channel_name_14" id="channel_name_14" value="Toys">
																																	
																																	<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Cute Animals</div>
																																	<input type="hidden" name="channel_guid_15" id="channel_guid_15" value="1140FEB6-E7F3-4186-B3C8-DFEF512FECE2">
																																	<input type="hidden" name="channel_name_15" id="channel_name_15" value="Cute Animals">
																																	
																																	<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Games</div>
																																	<input type="hidden" name="channel_guid_16" id="channel_guid_16" value="06D9BEAE-9881-40EB-9DC7-743EDA36F96C">
																																	<input type="hidden" name="channel_name_16" id="channel_name_16" value="Games">
																																	
																																	<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Gardening</div>
																																	<input type="hidden" name="channel_guid_17" id="channel_guid_17" value="5A92AF4E-7D42-4E74-AEFC-BFA1DE7DA6E5">
																																	<input type="hidden" name="channel_name_17" id="channel_name_17" value="Gardening">
																																	
																																	<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Sports</div>
																																	<input type="hidden" name="channel_guid_18" id="channel_guid_18" value="98A760A5-6437-4A74-AABC-6E99C19800FF">
																																	<input type="hidden" name="channel_name_18" id="channel_name_18" value="Sports">
																																	
																																	<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Inspiration</div>
																																	<input type="hidden" name="channel_guid_19" id="channel_guid_19" value="3DC50DB6-7A39-4796-ABB8-3187B0622173">
																																	<input type="hidden" name="channel_name_19" id="channel_name_19" value="Inspiration">
																																	
																																	<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Cross Cultural</div>
																																	<input type="hidden" name="channel_guid_20" id="channel_guid_20" value="F31BB3B0-D102-45D8-B137-9AD785D36285">
																																	<input type="hidden" name="channel_name_20" id="channel_name_20" value="Cross Cultural">
																																	
																																	<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Travel</div>
																																	<input type="hidden" name="channel_guid_21" id="channel_guid_21" value="5BBE59A3-A0D0-4995-B8CA-9D63BA420AE0">
																																	<input type="hidden" name="channel_name_21" id="channel_name_21" value="Travel">
																																	
																																	<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">My Story</div>
																																	<input type="hidden" name="channel_guid_22" id="channel_guid_22" value="56BCDD6C-715D-470F-AD1A-3040CF1EB9F4">
																																	<input type="hidden" name="channel_name_22" id="channel_name_22" value="My Story">
																																	
																												<div class="channel-cat">
																																<div><strong>LEARN</strong></div>
																												</div>
																									
																																	<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Art</div>
																																	<input type="hidden" name="channel_guid_23" id="channel_guid_23" value="1F30EB25-F8C4-41ED-9EB6-F25B4AB8A8D3">
																																	<input type="hidden" name="channel_name_23" id="channel_name_23" value="Art">
																																	
																																	<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Music</div>
																																	<input type="hidden" name="channel_guid_24" id="channel_guid_24" value="2A82001C-4EB7-4713-9205-C928F21BE3D9">
																																	<input type="hidden" name="channel_name_24" id="channel_name_24" value="Music">
																																	
																																	<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Emotion Development</div>
																																	<input type="hidden" name="channel_guid_25" id="channel_guid_25" value="97ABB250-B11E-417D-AB12-CF83BF36F0A0">
																																	<input type="hidden" name="channel_name_25" id="channel_name_25" value="Emotion Development">
																																	
																																	<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Science</div>
																																	<input type="hidden" name="channel_guid_26" id="channel_guid_26" value="F9A22D02-F693-4C8F-8EB6-526AD42C7F23">
																																	<input type="hidden" name="channel_name_26" id="channel_name_26" value="Science">
																																	
																																	<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Books</div>
																																	<input type="hidden" name="channel_guid_27" id="channel_guid_27" value="81E803FD-AC3B-4F03-BF82-A3D869180574">
																																	<input type="hidden" name="channel_name_27" id="channel_name_27" value="Books">
																																	
																																	<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Learning</div>
																																	<input type="hidden" name="channel_guid_28" id="channel_guid_28" value="3B3E4363-E044-4688-89CF-A58567644F16">
																																	<input type="hidden" name="channel_name_28" id="channel_name_28" value="Learning">
																																	
																																	<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Medical</div>
																																	<input type="hidden" name="channel_guid_29" id="channel_guid_29" value="BB62AF2C-F321-44FA-952E-23CA60B45233">
																																	<input type="hidden" name="channel_name_29" id="channel_name_29" value="Medical">
																																	
																												<div class="channel-cat">
																																<div><strong>MOMS</strong></div>
																												</div>
																									
																																	<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Pregnancy</div>
																																	<input type="hidden" name="channel_guid_30" id="channel_guid_30" value="A02ECC7B-7AD8-41F8-9CC2-C877EFA1A88D">
																																	<input type="hidden" name="channel_name_30" id="channel_name_30" value="Pregnancy">
																																	
																																	<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Puree</div>
																																	<input type="hidden" name="channel_guid_31" id="channel_guid_31" value="A382945A-005A-4D09-BA52-BDFEBBDBF686">
																																	<input type="hidden" name="channel_name_31" id="channel_name_31" value="Puree">
																																	
																																	<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Home Decor</div>
																																	<input type="hidden" name="channel_guid_32" id="channel_guid_32" value="798DE45C-5182-4406-98B8-CA9CB32A20DE">
																																	<input type="hidden" name="channel_name_32" id="channel_name_32" value="Home Decor">
																																	
																																	<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Beauty</div>
																																	<input type="hidden" name="channel_guid_33" id="channel_guid_33" value="9220B55F-3FF1-4F18-BA25-078E7214E137">
																																	<input type="hidden" name="channel_name_33" id="channel_name_33" value="Beauty">
																																	
																																	<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Foods</div>
																																	<input type="hidden" name="channel_guid_34" id="channel_guid_34" value="D519922B-D463-48BD-BBB8-53820C8C3AF5">
																																	<input type="hidden" name="channel_name_34" id="channel_name_34" value="Foods">
																																	
																																	<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Fashion</div>
																																	<input type="hidden" name="channel_guid_35" id="channel_guid_35" value="3482D9C6-BA69-4CE5-AEFE-E9D7F5A6D42A">
																																	<input type="hidden" name="channel_name_35" id="channel_name_35" value="Fashion">
																																	
																																	<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Fitness</div>
																																	<input type="hidden" name="channel_guid_36" id="channel_guid_36" value="AA6C1255-383A-4B5D-8DE6-E55EF00FB55B">
																																	<input type="hidden" name="channel_name_36" id="channel_name_36" value="Fitness">
																																	
																  	</div>
																	
																	<input type="hidden" name="channelformactionguids" value="">
																	<input type="hidden" name="channelformactionnames" value="">
																	

<!-- BEGIN LOCATION -->
<div class="textalign-left topmargin15">
    <div class="bold">LOCATION</div>
    <div class="topmargin7  leftmargin20">Country or Region</div>
    <div class="leftmargin20 rightmargin25">
                    <div class="select-div">
                        <select onclick="if (!window.__cfRLUnblockHandlers) return false; return LoadLocationSelect(document.channelform.header_location_country,'',true)" onchange="if (!window.__cfRLUnblockHandlers) return false; return onChangeLocation(this);" name="header_location_country" id="header_location_country" class="width100">
                        
                        <option value="">-all-</option>
                        
                        </select>
                        </div> 
        </div> 
        <div class="topmargin10  leftmargin20">State or Province</div>
        <div class="leftmargin20 rightmargin25">
                        <div class="select-div width100">
                        <select class="width100" onclick="if (!window.__cfRLUnblockHandlers) return false; if (VerifyParentDropdownSelected(this)) {return LoadLocationSelect(document.channelform.header_location_region,'',true)} else {return false;}" onchange="if (!window.__cfRLUnblockHandlers) return false; return onChangeLocation(this);" name="header_location_region" id="header_location_region">
                        
                        <option value="">-all-</option>
                        
                    </select>
                        </div> 
        </div>
        <div class="topmargin10  leftmargin20">City</div>
        <div class="leftmargin20 rightmargin25">
                        <div class="select-div width100">
                    <select class="width100" onclick="if (!window.__cfRLUnblockHandlers) return false; if (VerifyParentDropdownSelected(this)) {return LoadLocationSelect(document.channelform.header_location_city,'',true)} else {return false;}" onchange="if (!window.__cfRLUnblockHandlers) return false; return onChangeLocation(this);" name="header_location_city" id="header_location_city">
                    
                        <option value="">-all-</option>
                    
                    </select>
                        </div> 
        </div>
</div>
<!-- END LOCATION  -->
</form>
																	
										</div>
										<hr>
										<div onclick="if (!window.__cfRLUnblockHandlers) return false; AdjustMoreChannelAction()" class="form-button form-button-small topmargin0">Save Selections</div>
	
			</div>

	
	
<!--<script type="text/javascript">
function SubmitHeaderSearch()
{
    
    
    // mjflanguageqs
    var sKeywords = RemoveAllLanguageLinks(JSTrim(document.headersearch.Keywords.value,' '));
    if (sKeywords.length < 4) 
    {
        alert("The minimum number of characters required to perform a search is:" + " " + 4);
        return false;
    }
    
	if (document.headersearch.search_cat.value=="marketplace")
	{
		document.headersearch.action="/marketplace.asp";	
	}
	if (document.headersearch.search_cat.value=="members")
	{
		document.headersearch.action="/member_search_results.asp";	
	}
	setTimeout('document.headersearch.submit()',10); 
	return false;	
}

var g_headericon=null;      // mjfloadsearchcontent
var g_popup=null;           // mjfloadsearchcontent

//var g_bDelayHeaderPopup=true;
//******************************************
// HeaderPopupSearch
//******************************************
function HeaderPopupSearch(headericon,popup)
{
    

    // BEGIN mjfloadsearchcontent ----------------------------------------------------
    console.log("Entry to HeaderPopupSearch: headericon=" + headericon + " popup=" + popup);
    if (!g_bSearchContentLoaded)
    {
        if (g_headericon==null) console.log("Storing parameters"); 
        
        if (g_headericon==null) g_headericon = headericon;
        if (g_popup==null) g_popup = popup;
        setTimeout('HeaderPopupSearch()',250);
        return;
    }
    
    if (g_headericon != null)
    {
        console.log("Retreiving parameters");
        headericon = g_headericon;
        popup = g_popup;
        g_headericon=null;
        g_popup=null;
    }
    // END mjfloadsearchcontent ----------------------------------------------------
    
    console.log("HeaderPopupSearch");  // mjfloadsearchcontent
	// if the desired popup is already being displayed, then return false
	if ($(popup).hasClass("header-show-popup"))
	{
        console.log("Header popup is already being shown");  // mjfloadsearchcontent
		return false;
	}
	else
	{
        console.log("Hiding visible popups");  // mjfloadsearchcontent
		// otherwise, hide the visible popups (that have class header-show-popup) and remove 'selected' class
		$('.header-show-popup').hide().removeClass("header-show-popup");
		$('.header-search-bar .header-svg-icon').removeClass("header-svg-icon-selected");
	}
    
    
	// show the popup and set a class show-popup
    console.log("About to show popup for " + popup);  // mjfloadsearchcontent
	$(popup).show().addClass("header-show-popup");
	
	// add ellipses to the truncated caption in the header popups (bell,trend)
	AddOverflowEllipses('.header-popup-caption','...');
	
	// set the corresponding icon to the selected color
	headericon.addClass("header-svg-icon-selected");
	
}
function CloseHeaderPopupSearch(closepopup,headericon)
{
	$(closepopup).parent("div").hide().removeClass("header-show-popup");
	$('.' + headericon).removeClass("header-svg-icon-selected");
}
</script>-->


<div id="search_content" class="standard-div flex-container flex-align-center header-search-bar">
<form action="/index.asp" method="get" class="topmargin10 noprint header-search flex-grow1" name="headersearch">
  <div class="relative"><span id="search-close" class="icon-close-solid"></span>

        <div class="select-div search-category">
            <select name="search_cat" id="search_cat">
                  <option value="all">All</option>
																		 
                   <option value="marketplace">Marketplace</option>
																		 
                  <option value="blogs">Blogs</option>
                  <option value="is_posting">Social</option>
                  <option value="is_solution">Solutions</option>
                  <option value="is_guide">Hot Topics</option>
                  <option value="is_casestudy">Q&amp;A</option>
                  <option value="is_review">Discover</option>
                  <option value="is_event">Events</option>
                  <option value="is_product_review">Reviews</option> 
																		<option value="members">Members</option>
           </select>
       </div>
       <!-- mjfloadsearchcontent -->
      <input name="Keywords" placeholder="Search..." id="search" type="text" onkeydown="if (!window.__cfRLUnblockHandlers) return false; if(event.keyCode==13) { return SubmitHeaderSearch();} " onclick="if (!window.__cfRLUnblockHandlers) return false; LoadSearchContent(); HeaderPopupSearch($(this),'#header-popup-search');" autocomplete="off">
      <a href="#"><img src="/graphics/search.jpg" id="searchbtn" width="42" type="image" border="0" align="top" height="40" onclick="if (!window.__cfRLUnblockHandlers) return false; SubmitHeaderSearch(); return false;"></a>
  </div>
</form>

<div class="header-icons">
	<div class="flex-container flex-align-baseline">
		<div class="header-svg-icon header-svg-icon-bell" onclick="if (!window.__cfRLUnblockHandlers) return false; LoadSearchContent(); HeaderPopupSearch($(this),'#header-popup-bell');" title="My Recently Viewed Guides">
			<svg width="28" height="28" viewBox="0 0 28 28">
				<use xlink:href="#svg-bell">
				 <symbol id="svg-bell">
				  <path d="M14.25 26.5c0-0.141-0.109-0.25-0.25-0.25-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75 0.141 0 0.25-0.109 0.25-0.25zM27 22c0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-4-1.797-4-4h-7c-1.094 0-2-0.906-2-2 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 4.141 0.609 6.625 3.891 6.625 6.891 0 7.547 2.688 11.047 5 13z" fill="#9d9d9d"></path>
				</symbol>
				</use>
			</svg>
         </div>
        <div class="header-svg-icon header-svg-icon-comment" onclick="if (!window.__cfRLUnblockHandlers) return false; LoadSearchContent(); HeaderPopupSearch($(this),'#header-popup-comment');" title="Recent Comments">
			<svg width="28" height="28" viewBox="0 0 28 28">
                <use xlink:href="#svg-comment">
                 <symbol id="svg-comment">
                  <path d="M10 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM16 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM22 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM28 14c0 5.531-6.266 10-14 10-1.141 0-2.25-0.094-3.297-0.281-1.781 1.781-4.109 3-6.797 3.578-0.422 0.078-0.875 0.156-1.344 0.203-0.25 0.031-0.484-0.141-0.547-0.375v0c-0.063-0.25 0.125-0.406 0.313-0.578 0.984-0.922 2.156-1.656 2.562-4.953-2.984-1.828-4.891-4.547-4.891-7.594 0-5.531 6.266-10 14-10s14 4.469 14 10z" fill="#9d9d9d"></path>
                </symbol>
                </use>
            </svg>
         </div>
        <div class="header-svg-icon header-svg-icon-trend" onclick="if (!window.__cfRLUnblockHandlers) return false; LoadSearchContent(); HeaderPopupSearch($(this),'#header-popup-trend');" title="Trending Guides">
			<svg width="28" height="28" viewBox="0 -4 24 24">
				<use xlink:href="#svg-trending">
					<symbol id="svg-trending">
						<path d="M23.9 5.6c-0.1-0.2-0.3-0.4-0.5-0.5-0.1-0.1-0.3-0.1-0.4-0.1h-6c-0.6 0-1 0.4-1 1s0.4 1 1 1h3.6l-7.1 7.1-4.3-4.3c-0.4-0.4-1-0.4-1.4 0l-7.5 7.5c-0.4 0.4-0.4 1 0 1.4 0.2 0.2 0.4 0.3 0.7 0.3s0.5-0.1 0.7-0.3l6.8-6.8 4.3 4.3c0.4 0.4 1 0.4 1.4 0l7.8-7.8v3.6c0 0.6 0.4 1 1 1s1-0.4 1-1v-6c0-0.1 0-0.3-0.1-0.4z" fill="#9d9d9d">
						</path>
					</symbol>
				</use>
       		 </svg>
		 </div>
        <div class="header-svg-icon header-svg-icon-members">
			<a href="/member_activity.asp" title="Member Center">
				<svg width="34" height="34" viewBox="0 -3 24 24">
                    <use xlink:href="#svg-members">
                        <symbol id="svg-members">
<path d="M15.984 12.984c2.344 0 7.031 1.172 7.031 3.516v2.484h-6v-2.484c0-1.5-0.797-2.625-1.969-3.469 0.328-0.047 0.656-0.047 0.938-0.047zM8.016 12.984c2.344 0 6.984 1.172 6.984 3.516v2.484h-14.016v-2.484c0-2.344 4.688-3.516 7.031-3.516zM8.016 11.016c-1.641 0-3-1.359-3-3s1.359-3 3-3 2.953 1.359 2.953 3-1.313 3-2.953 3zM15.984 11.016c-1.641 0-3-1.359-3-3s1.359-3 3-3 3 1.359 3 3-1.359 3-3 3z" fill="#9d9d9d"></path>
                        </symbol>
                    </use>
                 </svg>
             </a>
		 </div>
   </div>

</div>
</div>

</header>

<!-- START EXCLUDE FOR GOOGLE -->


<div class="maincontent">


    <div class="grid">
    	 <div class="grid_col-sizer"></div>
 		 <div class="grid_gutter-sizer"></div>
         
            <a data-id="42159" data-target="" data-sourcehref="https://www.eventbrite.com/e/2023-riverside-lunar-festival-jan-28-29-tickets-384830998877?aff=erellivmlt" data-savehref="https://www.babycity.com/t.asp?id=42159" data-profilehref="https://www.babycity.com/view_profile.asp?id=105" href="https://www.babycity.com/t.asp?id=42159" class="grid_item grid_item_infinitescroll">
            <div class="imgouter ">
               
               
					<img src="https://imagedelivery.net/RUJHjfbWMYYNDOCGCTnV7A/bb8bf2a9-1fab-4704-0eff-c27e9239ea00/w=500,quality=80,sharpen=1" alt="">
				
                        <div class="imgsource imgsource-url">
                            <div class="imgsource-inner">eventbrite.com/e/2023-riverside-lunar-festival-jan-28-29-tickets-384830998877?aff=erellivmlt</div>
                        </div>
                    
			</div>
            
    
     	<div class="imgcaption ">12/16/2022 9:01:00 PM<div class="timeline-description">2023 Riverside Lunar Festival Jan 28-29.  2023 Riverside Lunar Festival: Come celebrate the Year of </div></div>
			
            	<div class="uploader-info">
                	<div class="uploader-id">
						
                            <img src="https://imagedelivery.net/RUJHjfbWMYYNDOCGCTnV7A/759b7bf5-9f7d-4517-88e8-b4b26ce2c100/quality=80,sharpen=1,w=100">
                        
                        <span>Event Locator</span>
                    </div>
                    
                </div>
			
            </a>
         
         
         
            <a data-id="17480" data-target="" data-sourcehref="" data-savehref="https://www.babycity.com/t.asp?id=17480" data-profilehref="https://www.babycity.com/view_profile.asp?id=499" href="https://www.babycity.com/t.asp?id=17480" class="grid_item grid_item_infinitescroll">
            <div class="imgouter imgouter-vimeo">
               
               <div class="vimeo-time">00:16</div>
                    <div><img src="https://i.vimeocdn.com/video/1349798710-dd76dd7b7892ed8fba25932f4dd6506e031e0a454a336a9f7c5ae6a7ad9b9a10-d_295x166" alt=""></div>
                    <div class="video-detail"></div>
			</div>
            
    
     	<div class="imgcaption ">1/26/2022 2:17:00 AM<div class="timeline-description">Don't Be The Last One</div></div>
			
            	<div class="uploader-info">
                	<div class="uploader-id">
						
                            <img src="https://imagedelivery.net/RUJHjfbWMYYNDOCGCTnV7A/7b539620-1f9c-45b5-346e-2db2cd32de00/quality=80,sharpen=1,w=100">
                        
                        <span>Inspirational Melody</span>
                    </div>
                    
                         <div class="likeimage">(6)</div>
                    
                </div>
			
            </a>
         
         
         
            <a data-id="55583" data-target="" data-sourcehref="" data-savehref="https://www.babycity.com/t.asp?id=55583" data-profilehref="https://www.babycity.com/view_profile.asp?id=541" href="https://www.babycity.com/t.asp?id=55583" class="grid_item grid_item_infinitescroll">
            <div class="imgouter ">
               
               
					<img src="https://imagedelivery.net/RUJHjfbWMYYNDOCGCTnV7A/34b7b7b5-02b5-4bf9-9953-9aacfe062900/w=500,quality=80,sharpen=1" alt="">
				
			</div>
            
    
     	<div class="imgcaption ">8/20/2023 1:03:00 PM<div class="timeline-description">Redondo Beach seafood stands out for several reasons. Firstly, its proximity to the Pacific Ocean en</div></div>
			
            	<div class="uploader-info">
                	<div class="uploader-id">
						
                            <img src="https://imagedelivery.net/RUJHjfbWMYYNDOCGCTnV7A/10960790-9f35-4e68-5f92-7398e8b53800/quality=80,sharpen=1,w=100">
                        
                        <span>Linda Sun</span>
                    </div>
                    
                </div>
			
            </a>
         
         
         
            <a data-id="38792" data-target="" data-sourcehref="" data-savehref="https://www.babycity.com/t.asp?id=38792" data-profilehref="https://www.babycity.com/view_profile.asp?id=552" href="https://www.babycity.com/t.asp?id=38792" class="grid_item grid_item_infinitescroll">
            <div class="imgouter imgouter-vimeo">
               
               <div class="vimeo-time">00:30</div>
                    <div><img src="https://i.vimeocdn.com/video/1536455404-fe1eb4727ee4c883d356037e8130ddb9bdf5190168a158d993c8175265f23216-d_200x150" alt=""></div>
                    <div class="video-detail"></div>
			</div>
            
    
     	<div class="imgcaption ">10/29/2022 12:57:00 AM<div class="timeline-description">Holloween with Harry Potter ride at Universal Studio.</div></div>
			
            	<div class="uploader-info">
                	<div class="uploader-id">
						
                            <img src="https://imagedelivery.net/RUJHjfbWMYYNDOCGCTnV7A/4ece74db-8b45-4819-cac3-5976dc39d300/quality=80,sharpen=1,w=100">
                        
                        <span>Going Places</span>
                    </div>
                    
                </div>
			
            </a>
         
         
         
            <a data-id="19015" data-target="" data-sourcehref="http://www.hsilai.org/" data-savehref="https://www.babycity.com/i.asp?id=19015" data-profilehref="https://www.babycity.com/view_profile.asp?id=563" href="https://www.babycity.com/i.asp?id=19015" class="grid_item grid_item_infinitescroll">
            <div class="imgouter ">
               
               
					<img src="https://imagedelivery.net/RUJHjfbWMYYNDOCGCTnV7A/0f30fa29-0466-4f51-43ec-2831be03f900/w=500,quality=80,sharpen=1" alt="">
				
                        <div class="imgsource imgsource-url">
                            <div class="imgsource-inner">hsilai.org/</div>
                        </div>
                    
			</div>
            
    
      	<div class="imgcaption"><p>Hsi Lai Temple Festival of Light and Peace 2022</p></div>
     
            	<div class="uploader-info">
                	<div class="uploader-id">
						
                            <img src="https://imagedelivery.net/RUJHjfbWMYYNDOCGCTnV7A/504b5eb6-b91f-4c0f-74b5-ad5631e46700/quality=80,sharpen=1,w=100">
                        
                        <span>Oriental Cultural Seeker</span>
                    </div>
                    
                         <div class="likeimage">(5)</div>
                    
                </div>
			
            </a>
         
         
         
            <a data-id="16450" data-target="" data-sourcehref="https://cachecoeur.us/collections/wireless-bra/products/maternity-and-nursing-bra-lollypop-grenadine" data-savehref="https://www.babycity.com/i.asp?id=16450" data-profilehref="https://www.babycity.com/view_profile.asp?id=989" href="https://www.babycity.com/i.asp?id=16450" class="grid_item grid_item_infinitescroll">
            <div class="imgouter ">
               
               
					<img src="https://imagedelivery.net/RUJHjfbWMYYNDOCGCTnV7A/924671a0-9ba7-401f-207f-b16be17e4600/w=500,quality=80,sharpen=1" alt="">
				
                        <div class="imgsource imgsource-url">
                            <div class="imgsource-inner">cachecoeur.us/collections/wireless-bra/products/maternity-and-nursing-bra-lollypop-grenadine</div>
                        </div>
                    
			</div>
            
    
      	<div class="imgcaption"><p>Cache Coeur&nbsp;MATERNITY AND NURSING BRA LOLLYPOP grenadine</p></div>
     
            	<div class="uploader-info">
                	<div class="uploader-id">
						
                            <img src="https://imagedelivery.net/RUJHjfbWMYYNDOCGCTnV7A/ae8c4b05-03aa-4721-4df1-bceba0f69e00/quality=80,sharpen=1,w=100">
                        
                        <span>Linda Zicamda</span>
                    </div>
                    
                         <div class="likeimage">(2)</div>
                    
                </div>
			
            </a>
         
         
         
            <a data-id="17034" data-target="" data-sourcehref="https://www.foagroup.com/youth/dresser-mirror/dani-44034.html" data-savehref="https://www.babycity.com/i.asp?id=17034" data-profilehref="https://www.babycity.com/view_profile.asp?id=1001" href="https://www.babycity.com/i.asp?id=17034" class="grid_item grid_item_infinitescroll">
            <div class="imgouter ">
               
               
					<img src="https://imagedelivery.net/RUJHjfbWMYYNDOCGCTnV7A/2d4f1cfe-6bf7-4602-70c8-af66043b7000/w=500,quality=80,sharpen=1" alt="">
				
                        <div class="imgsource imgsource-url">
                            <div class="imgsource-inner">foagroup.com/youth/dresser-mirror/dani-44034.html</div>
                        </div>
                    
			</div>
            
    
      	<div class="imgcaption"><h2><span style="color: rgb(217, 150, 148);">DANI DRESSER</span></h2></div>
     
            	<div class="uploader-info">
                	<div class="uploader-id">
						
                            <img src="https://imagedelivery.net/RUJHjfbWMYYNDOCGCTnV7A/d2b50a1c-2f4e-487e-518d-fe6063b8fc00/quality=80,sharpen=1,w=100">
                        
                        <span>Beverly Lopez</span>
                    </div>
                    
                </div>
			
            </a>
         
         
         
            <a data-id="40969" data-target="" data-sourcehref="https://visitpalmsprings.com/eat-and-drink/farm-palm-springs/" data-savehref="https://www.babycity.com/t.asp?id=40969" data-profilehref="https://www.babycity.com/view_profile.asp?id=1426" href="https://www.babycity.com/t.asp?id=40969" class="grid_item grid_item_infinitescroll">
            <div class="imgouter ">
               
               
					<img src="https://imagedelivery.net/RUJHjfbWMYYNDOCGCTnV7A/7ee50af4-6d6f-425a-0bc8-1bc44ea87900/w=500,quality=80,sharpen=1" alt="">
				
                        <div class="imgsource imgsource-url">
                            <div class="imgsource-inner">visitpalmsprings.com/eat-and-drink/farm-palm-springs/</div>
                        </div>
                    
			</div>
            
    
     	<div class="imgcaption ">11/19/2022 8:54:00 PM<div class="timeline-description">FARM is a traditional Provencal-style restaurant and we ve taken care to create a menu comprised of </div></div>
			
            	<div class="uploader-info">
                	<div class="uploader-id">
						
                            <img src="https://imagedelivery.net/RUJHjfbWMYYNDOCGCTnV7A/d3e4e1d9-40db-45fc-1afa-e56a9f19e400/quality=80,sharpen=1,w=100">
                        
                        <span>K Journey</span>
                    </div>
                    
                </div>
			
            </a>
         
         
         
            <a data-id="38980" data-target="" data-sourcehref="" data-savehref="https://www.babycity.com/t.asp?id=38980" data-profilehref="https://www.babycity.com/view_profile.asp?id=1645" href="https://www.babycity.com/t.asp?id=38980" class="grid_item grid_item_infinitescroll">
            <div class="imgouter ">
               
               
					<img src="https://imagedelivery.net/RUJHjfbWMYYNDOCGCTnV7A/b3897195-1a1c-4f68-a5e8-0cd57509f700/w=500,quality=80,sharpen=1" alt="">
				
			</div>
            
    
     	<div class="imgcaption ">10/31/2022 11:20:00 PM<div class="timeline-description">Pretend City Children's Museum is a particularly fun children's playground. The various scenes insid</div></div>
			
            	<div class="uploader-info">
                	<div class="uploader-id">
						
                        <span>M豆's papa</span>
                    </div>
                    
                </div>
			
            </a>
         
         
         
            <a data-id="41501" data-target="" data-sourcehref="https://www.lacma.org/art/exhibition/ai-weiwei-circle-animals-zodiac-heads" data-savehref="https://www.babycity.com/t.asp?id=41501" data-profilehref="https://www.babycity.com/view_profile.asp?id=1727" href="https://www.babycity.com/t.asp?id=41501" class="grid_item grid_item_infinitescroll">
            <div class="imgouter ">
               
               
					<img src="https://imagedelivery.net/RUJHjfbWMYYNDOCGCTnV7A/70a13532-cd12-4d7c-811f-bdbb8109ed00/w=500,quality=80,sharpen=1" alt="">
				
                        <div class="imgsource imgsource-url">
                            <div class="imgsource-inner">lacma.org/art/exhibition/ai-weiwei-circle-animals-zodiac-heads</div>
                        </div>
                    
			</div>
            
    
     	<div class="imgcaption ">12/3/2022 12:04:00 AM<div class="timeline-description">Ai Weiwei: Circle of Animals/Zodiac Heads.  Ai Weiwei s Circle of Animals/Zodiac Heads references a </div></div>
			
            	<div class="uploader-info">
                	<div class="uploader-id">
						
                        <span>六麻海淘堡</span>
                    </div>
                    
                         <div class="likeimage">(1)</div>
                    
                </div>
			
            </a>
         
         
         
            <a data-id="46446" data-target="" data-sourcehref="" data-savehref="https://www.babycity.com/t.asp?id=46446" data-profilehref="https://www.babycity.com/view_profile.asp?id=3206" href="https://www.babycity.com/t.asp?id=46446" class="grid_item grid_item_infinitescroll">
            <div class="imgouter ">
               
               
					<img src="https://imagedelivery.net/RUJHjfbWMYYNDOCGCTnV7A/42877454-e8ec-44ad-55b4-454abc72d500/w=500,quality=80,sharpen=1" alt="">
				
			</div>
            
    
     	<div class="imgcaption ">1/31/2023 11:04:00 PM<div class="timeline-description">Jinxi Ancient Town ✅ No Crowds ❌ Don't Miss This Hidden Gem!.  Let me tell you about my experience i</div></div>
			
            	<div class="uploader-info">
                	<div class="uploader-id">
						
                        <span>Penelope</span>
                    </div>
                    
                </div>
			
            </a>
         
         
         
            <a data-id="48961" data-target="" data-sourcehref="" data-savehref="https://www.babycity.com/t.asp?id=48961" data-profilehref="https://www.babycity.com/view_profile.asp?id=3334" href="https://www.babycity.com/t.asp?id=48961" class="grid_item grid_item_infinitescroll">
            <div class="imgouter ">
               
               
					<img src="https://imagedelivery.net/RUJHjfbWMYYNDOCGCTnV7A/339ec8fc-ea6e-4420-2e4e-221786989100/w=500,quality=80,sharpen=1" alt="">
				
			</div>
            
    
     	<div class="imgcaption ">2/23/2023 5:50:00 AM<div class="timeline-description">Freda Carrow, the most legendary painter in Mexico, once said, "I paint myself because I know myself</div></div>
			
            	<div class="uploader-info">
                	<div class="uploader-id">
						
                            <img src="https://imagedelivery.net/RUJHjfbWMYYNDOCGCTnV7A/8f13962e-3529-4115-626c-d45ec7ae5e00/quality=80,sharpen=1,w=100">
                        
                        <span>Genevieve</span>
                    </div>
                    
                         <div class="likeimage">(2)</div>
                    
                </div>
			
            </a>
         
         
         
            <a data-id="49165" data-target="" data-sourcehref="" data-savehref="https://www.babycity.com/t.asp?id=49165" data-profilehref="https://www.babycity.com/view_profile.asp?id=3397" href="https://www.babycity.com/t.asp?id=49165" class="grid_item grid_item_infinitescroll">
            <div class="imgouter ">
               
               
					<img src="https://imagedelivery.net/RUJHjfbWMYYNDOCGCTnV7A/eaac185b-c934-44c0-8e0f-b9c3fbfa4300/w=500,quality=80,sharpen=1" alt="">
				
			</div>
            
    
     	<div class="imgcaption ">2/25/2023 3:17:00 AM<div class="timeline-description">Visited the National Gallery in the United Kingdom to see Van Gogh and Monet! Successfully checked i</div></div>
			
            	<div class="uploader-info">
                	<div class="uploader-id">
						
                        <span>London</span>
                    </div>
                    
                         <div class="likeimage">(1)</div>
                    
                </div>
			
            </a>
         
         
         
            <a data-id="51259" data-target="" data-sourcehref="" data-savehref="https://www.babycity.com/t.asp?id=51259" data-profilehref="https://www.babycity.com/view_profile.asp?id=3492" href="https://www.babycity.com/t.asp?id=51259" class="grid_item grid_item_infinitescroll">
            <div class="imgouter ">
               
               
					<img src="https://imagedelivery.net/RUJHjfbWMYYNDOCGCTnV7A/40964669-3a08-4eda-647d-8a94b3aeb400/w=500,quality=80,sharpen=1" alt="">
				
			</div>
            
    
     	<div class="imgcaption ">3/22/2023 5:00:00 AM<div class="timeline-description">Translated into English: If you were to select one of the most renowned restaurants in Los Angeles, </div></div>
			
            	<div class="uploader-info">
                	<div class="uploader-id">
						
                        <span>Vivienne</span>
                    </div>
                    
                         <div class="likeimage">(1)</div>
                    
                </div>
			
            </a>
         
         
         
            <a data-id="51269" data-target="" data-sourcehref="" data-savehref="https://www.babycity.com/t.asp?id=51269" data-profilehref="https://www.babycity.com/view_profile.asp?id=3493" href="https://www.babycity.com/t.asp?id=51269" class="grid_item grid_item_infinitescroll">
            <div class="imgouter ">
               
               
					<img src="https://imagedelivery.net/RUJHjfbWMYYNDOCGCTnV7A/7d10259e-50d6-4a0c-03ec-b6a42f532000/w=500,quality=80,sharpen=1" alt="">
				
			</div>
            
    
     	<div class="imgcaption ">3/22/2023 8:08:00 AM<div class="timeline-description">On this beautiful day, after picking up my two daughters early from school, we headed to English Spr</div></div>
			
            	<div class="uploader-info">
                	<div class="uploader-id">
						
                        <span>Hallie</span>
                    </div>
                    
                </div>
			
            </a>
         
         
         
            <a data-id="57158" data-target="" data-sourcehref="" data-savehref="https://www.babycity.com/t.asp?id=57158" data-profilehref="https://www.babycity.com/view_profile.asp?id=6206" href="https://www.babycity.com/t.asp?id=57158" class="grid_item grid_item_infinitescroll">
            <div class="imgouter imgouter-vimeo">
               
               
                    <div><img src="https://i.vimeocdn.com/video/1726420942-05c65ae404865823b288307458610643b56c5cf95a88fbda112f62d4aae8f489-d_200x150" alt=""></div>
                    <div class="video-detail"></div>
			</div>
            
    
     	<div class="imgcaption ">9/19/2023 10:22:00 PM<div class="timeline-description">Majong Birthday Cake.</div></div>
			
            	<div class="uploader-info">
                	<div class="uploader-id">
						
                        <span>Elfin’s Bakery 🧁</span>
                    </div>
                    
                </div>
			
            </a>
         
         
         
            <a data-id="41588" data-target="" data-sourcehref="" data-savehref="https://www.babycity.com/t.asp?id=41588" data-profilehref="https://www.babycity.com/view_profile.asp?id=6224" href="https://www.babycity.com/t.asp?id=41588" class="grid_item grid_item_infinitescroll">
            <div class="imgouter ">
               
               
					<img src="https://imagedelivery.net/RUJHjfbWMYYNDOCGCTnV7A/8ff8ddb4-b0da-4c46-2e5f-0eb0ec6b9900/w=500,quality=80,sharpen=1" alt="">
				
			</div>
            
    
     	<div class="imgcaption ">12/5/2022 11:09:00 PM<div class="timeline-description">Stonemill Matcha.</div></div>
			
            	<div class="uploader-info">
                	<div class="uploader-id">
						
                            <img src="https://imagedelivery.net/RUJHjfbWMYYNDOCGCTnV7A/8a3ca620-d59b-4d32-a479-e9efe41b3d00/quality=80,sharpen=1,w=100">
                        
                        <span>Get Going</span>
                    </div>
                    
                </div>
			
            </a>
         
         
         
            <a data-id="54729" data-target=" target='_blank' " target="_blank" data-sourcehref="" data-savehref="https://www.lifeblogs.com/t.asp?id=54729&amp;l=E" data-profilehref="https://www.lifeblogs.com/view_profile.asp?id=30567&amp;l=E" href="https://www.lifeblogs.com/t.asp?id=54729&amp;l=E" class="grid_item grid_item_infinitescroll">
            <div class="imgouter ">
               
               
					<img src="https://imagedelivery.net/RUJHjfbWMYYNDOCGCTnV7A/713fc958-13ca-4513-75c4-ad2aa5486600/w=500,quality=80,sharpen=1" alt="">
				
			</div>
            
    
     	<div class="imgcaption ">6/2/2023 6:11:00 PM<div class="timeline-description">When you enter Topkapi Palace, all the worldly hustle and bustle is far away. Along the cobblestones</div></div>
			
            	<div class="uploader-info">
                	<div class="uploader-id">
						
                        <span>冰bb126</span>
                    </div>
                    
                         <div class="likeimage">(1)</div>
                    
                </div>
			
            </a>
         
         
         
            <a data-id="54784" data-target=" target='_blank' " target="_blank" data-sourcehref="" data-savehref="https://www.lifeblogs.com/t.asp?id=54784&amp;l=E" data-profilehref="https://www.lifeblogs.com/view_profile.asp?id=30570&amp;l=E" href="https://www.lifeblogs.com/t.asp?id=54784&amp;l=E" class="grid_item grid_item_infinitescroll">
            <div class="imgouter ">
               
               
					<img src="https://imagedelivery.net/RUJHjfbWMYYNDOCGCTnV7A/3570df5c-3772-4ce8-2b15-bc4b85303600/w=500,quality=80,sharpen=1" alt="">
				
			</div>
            
    
     	<div class="imgcaption ">6/3/2023 6:48:00 PM<div class="timeline-description">If you're looking for a fun place to go with friends, try this newly opened ktv atmosphere. The stor</div></div>
			
            	<div class="uploader-info">
                	<div class="uploader-id">
						
                        <span>小女人VIVI</span>
                    </div>
                    
                </div>
			
            </a>
         
         
         
            <a data-id="55254" data-target=" target='_blank' " target="_blank" data-sourcehref="" data-savehref="https://www.lifeblogs.com/t.asp?id=55254&amp;l=E" data-profilehref="https://www.lifeblogs.com/view_profile.asp?id=30591&amp;l=E" href="https://www.lifeblogs.com/t.asp?id=55254&amp;l=E" class="grid_item grid_item_infinitescroll">
            <div class="imgouter ">
               
               
					<img src="https://imagedelivery.net/RUJHjfbWMYYNDOCGCTnV7A/aeaba3c0-5dd3-4e7e-a4d1-22286a9ece00/w=500,quality=80,sharpen=1" alt="">
				
			</div>
            
    
     	<div class="imgcaption ">6/11/2023 12:16:00 PM<div class="timeline-description">Beijing Four Seasons Minfu, the most popular place to eat Peking duck in Beijing, still has to keep </div></div>
			
            	<div class="uploader-info">
                	<div class="uploader-id">
						
                        <span>冰心婉儿</span>
                    </div>
                    
                         <div class="likeimage">(1)</div>
                    
                </div>
			
            </a>
         
         
         
    </div>
    <div class="page-load-status">
      <div class="loader-ellips infinite-scroll-request">
        <span class="loader-ellips__dot"></span>
        <span class="loader-ellips__dot"></span>
        <span class="loader-ellips__dot"></span>
        <span class="loader-ellips__dot"></span>
      </div>

    </div>
    <!--<div class="infinite-scroll-last standard-div">End of Content</div>-->
</div>
    <!-- START EXCLUDE FOR GOOGLE -->
    
<footer class="noprint">
    <div class="standard-div aligncenter">
    	<span><a href="mailto:[email protected]">Contact</a></span><span><a href="termsandconditions.asp">Terms and Conditions</a></span>
        <div class="topmargin15">
        Copyright&nbsp;©&nbsp;2024&nbsp;BabyCity. All Rights Reserved. 
        </div>
    </div>
    
    
 <!--<script type="text/javascript"> 
function get_vimeo_thumbnail(url, size, callback)
{
    var result;
    if(result = url.match(/vimeo\.com.*[\\\/](\d+)/))
    {
        var video_id   = result.pop();
        if(size == 'small'){
            var video_link = encodeURIComponent("https://vimeo.com/" + video_id + "?width=480&height=360");
            $.getJSON('https://vimeo.com/api/oembed.json?url=' + video_link, function(data) {
                if(data && data.thumbnail_url){
                    if (typeof(callback) !== 'undefined') {
                        callback(data.thumbnail_url);
                    }
                }
            });
        }
    }
}
// If in debug mode, turn off the header property that fixes the top portion of the page so that trace messages can be more easily read.

	$('header').css('position','fixed');
 
</script>-->

 <!-- must include at end of footer -->

<!--<script type="text/javascript">
//*****************************
// CopyLinkToClipboard
//*****************************
function CopyLinkToClipboard(sLink)
{
	var sLinkText="";
	
	if (typeof(sLink) == 'undefined') 
	{
		sLinkText="https://www.babycity.com/index.asp";			
	}
	else if (sLink.length==0)
	{
		sLinkText="https://www.babycity.com/index.asp";
	}
	else 
	{
		sLinkText=sLink;
	}
	
	$("#linkcopiedmsg").hide();
    
    navigator.clipboard.writeText(sLinkText).then(
      () => {
        console.log("clipboard written success: " + sLinkText);
      },
      () => {
        console.log("clipboard written FAIL");
      }
    );
    
	$("#linkcopiedmsg").show();
	return true;	
}
var g_bSearchContentLoaded=false; // mjfloadsearchcontent
//*******************************
// LoadSearchContent
//*******************************
function LoadSearchContent()
{
    
    //alert("LoadSearchContent");
    console.log("LoadSearchContent()");

    if (g_bSearchContentLoaded) return true;                // mjfloadsearchcontent
    $("div#search_content").addClass("cursor-progress");    // mjfloadsearchcontent
    
    console.log("About to launch ajax_load_search_content.asp");
    
    // g_objAjaxLoadSearchContent is defined in snipper_header.asp
    
    // Fetch the currently selected dropdown search category value
    var sSearchCatValue = $("select#search_cat").val();
    //alert("sSearchCatValue=" + sSearchCatValue);
    
    console.log("sSearchCatValue=" + sSearchCatValue);
    
	g_objAjaxLoadSearchContent = $.ajax({
        url: sBaseSite + "ajax_load_search_content.asp",
        dataType: "html",  //"json",
        async: true,
        data: {
            ismobile: "0",
            current_search_cat: sSearchCatValue,
            gst: "",
            search_cat: "",
            currentpage: "index.asp"
        },
        success: function( sResults, anything2, jqXHR) {
			console.log("ajax_load_search_content.asp returned SUCCESS");
			// load the results into the listbox
			var objSearchContent = $("div#search_content");
			if (objSearchContent.length > 0) 
            {
                console.log("setting search content div");
                
                // Fetch the current contents of the search box so we can restore it
                var sCurrentSearchboxContent = $('input#search').val();
                
                objSearchContent.html(sResults);
                //alert(objSearchContent.html());
                
                // mjfintersitelogin
                // Any external links to the parent site, include the auto login parameter.
                //InitAnchorTagsForIntersiteLogin('babycity');
                
                // Restore the current contents of the search box 
                $('input#search').val(sCurrentSearchboxContent);
            }
            
            $("div#search_content").removeClass("cursor-progress"); // mjfloadsearchcontent
            g_bSearchContentLoaded=true;                            // mjfloadsearchcontent
			
        }, // success:
		error: function( jqXHR) {
			//alert(jqXHR.status); 
			console.log("ERROR! " + jqXHR.statusText);
			//if (jqXHR.statusText.length>0) alert(jqXHR.statusText);
		} // error:
		
        });
	
    console.log("ajax_load_search_content.asp has been launched.");
}
//*******************************
// LoadSearchContentMobile
//*******************************
function LoadSearchContentMobile()
{
    

//alert("LoadSearchContentMobile");
    console.log("LoadSearchContentMobile()");
    
    if (g_bSearchContentLoaded) return true;                // mjfloadsearchcontent
    $("div#search_content_mobile").addClass("cursor-progress");    // mjfloadsearchcontent

    console.log("About to launch ajax_load_search_content.asp");
    
    // g_objAjaxLoadSearchContent is defined in snipper_header.asp
    
	g_objAjaxLoadSearchContent = $.ajax({
        url: sBaseSite + "ajax_load_search_content.asp",
        dataType: "html",  //"json",
        async: false,
        data: {
            ismobile: "1",
            gst: "",
            search_cat: "",
            currentpage: "index.asp"
        },
        success: function( sResults, anything2, jqXHR) {
			console.log("ajax_load_search_content.asp returned: " + sResults);
			// load the results into the listbox
			var objSearchContent = $("div#search_content_mobile");
			if (objSearchContent.length > 0) 
            {
                objSearchContent.html(sResults);
                //alert(objSearchContent.html());
            }
            
            $("div#search_content_mobile").removeClass("cursor-progress"); // mjfloadsearchcontent
            g_bSearchContentLoaded=true;                            // mjfloadsearchcontent
			
        }, // success:
		error: function( jqXHR) {
			alert("An error has occured! status code: " + jqXHR.status + ". Message: " + jqXHR.statusText); 
			console.log("ERROR! " + jqXHR.statusText);
			//if (jqXHR.statusText.length>0) alert(jqXHR.statusText);
		} // error:
		
        });
	
    return true;
}


   if ($('#mobile-menu').is(":visible"))
   {
       console.log("Invoking MOBILE more plus");
       HeaderPopupHeaderMorePlus('#header-popup-moreplus','#hdr-downarrow');
   }
   else
   {
       console.log("Invoking DESKTOP more plus");
       HeaderPopupHeaderMorePlus('#header-popup-moreplus','#moretext');
   }


</script>-->
</footer>


</div>

<div id="mobile-menu">
  <ul class="relative">
    <li>
    <span>
    
        <span class="flex-container flex-wrap flex-mmenu">
            <a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" class="Select" href="/index.asp">Home</a> 
                
            
                     <a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/login.asp">Log In</a> 
              
             <span onclick="if (!window.__cfRLUnblockHandlers) return false; HeaderPopupHeader('#header-popup-help-mobile');" class="cursor-pointer">Help</span>
              <!--  begin mobile help popup div, hidden unless help link is clicked -->
                   <div class="header-popup" id="header-popup-help-mobile">
                        <span id="close-upload" onclick="if (!window.__cfRLUnblockHandlers) return false; CloseHeaderPopupHeader('#header-popup-help-mobile');" class="header-popup-close icon-close3"></span>
                        <h2>Help<hr class="topmargin3"></h2>
                         <span class="header-popup-scroll inlineblock aligncenter width100">
                            <p class="zero-topmargin"><a href="/contactus.asp">Contact</a></p>
                            <p><a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/aboutus.asp">About Us</a></p>
                            <p><a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/termsandconditions.asp">Terms and Conditions</a></p>
                         </span>
                  </div>
              <!--  end  help popup div, hidden unless help is clicked -->
         </span>
     	<span class="mmenu-title">GUIDES</span> 
        <span class="flex-container flex-wrap flex-mmenu">
			 <a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/index.asp?gst=blogs">Blogs</a>
			 <a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/index.asp?gst=vlogs">Vlogs</a>
			 <a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/index.asp?gst=is_event">Events</a>
			 <a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/index.asp?gst=is_posting">Social</a>
			 <a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/index.asp?gst=videos">Videos</a>
			 <a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/index.asp?gst=is_solution">Solutions</a>
			 <a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/index.asp?gst=is_guide">Hot Topics</a>
			 <a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/index.asp?gst=is_casestudy">Q&amp;A</a>
			 <a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/index.asp?gst=is_review">Discover</a>
			 <a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/index.asp?gst=is_product_review">Reviews</a>

			
             
            <span onclick="if (!window.__cfRLUnblockHandlers) return false; HeaderPopupHeader('#header-popup-moreplus-mobile');" class="cursor-pointer  Select ">More+</span>
            <div class="header-popup" id="header-popup-moreplus-mobile">
                 <span onclick="if (!window.__cfRLUnblockHandlers) return false; CloseHeaderPopupHeader('#header-popup-moreplus-mobile');" class="header-popup-close icon-close3"></span>
      	 		   <!--<h2>Channels<hr class="topmargin3"></h2>-->

										  	<div class="topmargin3 graytext bold alignleft bottommargin15">PLEASE SELECT:</div>
              <span class="header-popup-scroll inlineblock" style="overscroll-behavior: contain;">
																<form name="channelformmobile" id="channel-form-mobile" method="post" action="/index.asp?channelformaction=save&amp;gst=">
																	<!-- BEGIN SELECT LANGUAGE-->
																		<div class="bold alignleft bottommargin5 font14">LANGUAGE</div>
																		<span class="flex-container flex-wrap  font14 leftmargin10 flex-align-center" id="moreplus_languages">
																					<span data-lang="E" style="cursor:pointer;" onclick="if (!window.__cfRLUnblockHandlers) return false; SetSelectedLanguage($(this)); AdjustMoreChannelActionMobile();" class="redtext">English</span>
																					<span style="margin-left:15px;cursor:pointer;" data-lang="C" onclick="if (!window.__cfRLUnblockHandlers) return false; SetSelectedLanguage($(this)); AdjustMoreChannelActionMobile();">中文</span>
																					<span data-lang="S" style="margin-left:15px;cursor:pointer;" onclick="if (!window.__cfRLUnblockHandlers) return false; SetSelectedLanguage($(this)); AdjustMoreChannelActionMobile();">Español</span>  
																	 
																	    <input type="hidden" name="moreplus_select_language" id="moreplus_select_language" value="">
																	</span>
																	<!-- END SELECT LANGUAGE-->
																	
																	<!-- BEGIN SELECT CHANNELS-->

                 
																		 <div class="topmargin15 alignleft bold bottommargin10">CHANNELS</div>
																		 <div class="flex-container flex-wrap moreplus-menu moreplus-menu-mobile">
                      
																																<div class="channel-cat">
																																				<div><strong>AGES</strong></div>
																																</div>
																									
																									<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">51-70 yr</div>
																									<input type="hidden" name="channel_guid_0" id="mobile_channel_guid_0" value="119ADC53-53CE-4C7B-85E0-C19FF2DE7A73">
																									<input type="hidden" name="channel_name_0" id="mobile_channel_name_0" value="51-70 yr">

																									<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">70+ yr</div>
																									<input type="hidden" name="channel_guid_1" id="mobile_channel_guid_1" value="DC7C6157-F2A3-460C-A0D3-D3E9DAD42C80">
																									<input type="hidden" name="channel_name_1" id="mobile_channel_name_1" value="70+ yr">

																									<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Infant</div>
																									<input type="hidden" name="channel_guid_2" id="mobile_channel_guid_2" value="0852747A-D889-414B-BC33-1A1CEC19EDF5">
																									<input type="hidden" name="channel_name_2" id="mobile_channel_name_2" value="Infant">

																									<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Baby 6-12M</div>
																									<input type="hidden" name="channel_guid_3" id="mobile_channel_guid_3" value="E7E9E0B4-4F68-4C75-822E-A42E92FF8540">
																									<input type="hidden" name="channel_name_3" id="mobile_channel_name_3" value="Baby 6-12M">

																									<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Toddler 1-3yr</div>
																									<input type="hidden" name="channel_guid_4" id="mobile_channel_guid_4" value="3FE60A3E-66C2-4DB3-9392-2C7E63F6540C">
																									<input type="hidden" name="channel_name_4" id="mobile_channel_name_4" value="Toddler 1-3yr">

																									<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">PreSchool 3-5yr</div>
																									<input type="hidden" name="channel_guid_5" id="mobile_channel_guid_5" value="91863B73-8472-4B00-A2BC-2A849ABB2A28">
																									<input type="hidden" name="channel_name_5" id="mobile_channel_name_5" value="PreSchool 3-5yr">

																									<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">GradeSchooler 5-12yr</div>
																									<input type="hidden" name="channel_guid_6" id="mobile_channel_guid_6" value="5EA70ABF-BEAF-44AD-92A4-83C5FB1F46D1">
																									<input type="hidden" name="channel_name_6" id="mobile_channel_name_6" value="GradeSchooler 5-12yr">

																									<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Teen 12-18yr</div>
																									<input type="hidden" name="channel_guid_7" id="mobile_channel_guid_7" value="92494515-407C-4982-8CB9-60730C073C82">
																									<input type="hidden" name="channel_name_7" id="mobile_channel_name_7" value="Teen 12-18yr">

																																<div class="channel-cat">
																																				<div><strong>PLACES</strong></div>
																																</div>
																									
																									<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Fun Places</div>
																									<input type="hidden" name="channel_guid_8" id="mobile_channel_guid_8" value="7D7557DA-D8A9-432C-9EF8-6EEB24F1771A">
																									<input type="hidden" name="channel_name_8" id="mobile_channel_name_8" value="Fun Places">

																									<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Museum</div>
																									<input type="hidden" name="channel_guid_9" id="mobile_channel_guid_9" value="563CDB7E-95AC-4002-B2B9-CB6335DB1270">
																									<input type="hidden" name="channel_name_9" id="mobile_channel_name_9" value="Museum">

																									<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Camping</div>
																									<input type="hidden" name="channel_guid_10" id="mobile_channel_guid_10" value="BFB849FF-5B80-46DA-ABA8-BB9CC88BA41F">
																									<input type="hidden" name="channel_name_10" id="mobile_channel_name_10" value="Camping">

																									<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Restaurants</div>
																									<input type="hidden" name="channel_guid_11" id="mobile_channel_guid_11" value="4903EF74-B2DD-4378-B3BE-BBE5D9F122DD">
																									<input type="hidden" name="channel_name_11" id="mobile_channel_name_11" value="Restaurants">

																									<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Stores</div>
																									<input type="hidden" name="channel_guid_12" id="mobile_channel_guid_12" value="661ADD14-893C-4987-82B1-1301C54BEF95">
																									<input type="hidden" name="channel_name_12" id="mobile_channel_name_12" value="Stores">

																									<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Day Care</div>
																									<input type="hidden" name="channel_guid_13" id="mobile_channel_guid_13" value="D23AE127-190D-496B-B844-D40AB2096ADC">
																									<input type="hidden" name="channel_name_13" id="mobile_channel_name_13" value="Day Care">

																																<div class="channel-cat">
																																				<div><strong>INTERESTS</strong></div>
																																</div>
																									
																									<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Toys</div>
																									<input type="hidden" name="channel_guid_14" id="mobile_channel_guid_14" value="C21A7B00-9AF9-40DE-B17D-E17CAEB3635B">
																									<input type="hidden" name="channel_name_14" id="mobile_channel_name_14" value="Toys">

																									<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Cute Animals</div>
																									<input type="hidden" name="channel_guid_15" id="mobile_channel_guid_15" value="1140FEB6-E7F3-4186-B3C8-DFEF512FECE2">
																									<input type="hidden" name="channel_name_15" id="mobile_channel_name_15" value="Cute Animals">

																									<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Games</div>
																									<input type="hidden" name="channel_guid_16" id="mobile_channel_guid_16" value="06D9BEAE-9881-40EB-9DC7-743EDA36F96C">
																									<input type="hidden" name="channel_name_16" id="mobile_channel_name_16" value="Games">

																									<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Gardening</div>
																									<input type="hidden" name="channel_guid_17" id="mobile_channel_guid_17" value="5A92AF4E-7D42-4E74-AEFC-BFA1DE7DA6E5">
																									<input type="hidden" name="channel_name_17" id="mobile_channel_name_17" value="Gardening">

																									<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Sports</div>
																									<input type="hidden" name="channel_guid_18" id="mobile_channel_guid_18" value="98A760A5-6437-4A74-AABC-6E99C19800FF">
																									<input type="hidden" name="channel_name_18" id="mobile_channel_name_18" value="Sports">

																									<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Inspiration</div>
																									<input type="hidden" name="channel_guid_19" id="mobile_channel_guid_19" value="3DC50DB6-7A39-4796-ABB8-3187B0622173">
																									<input type="hidden" name="channel_name_19" id="mobile_channel_name_19" value="Inspiration">

																									<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Cross Cultural</div>
																									<input type="hidden" name="channel_guid_20" id="mobile_channel_guid_20" value="F31BB3B0-D102-45D8-B137-9AD785D36285">
																									<input type="hidden" name="channel_name_20" id="mobile_channel_name_20" value="Cross Cultural">

																									<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Travel</div>
																									<input type="hidden" name="channel_guid_21" id="mobile_channel_guid_21" value="5BBE59A3-A0D0-4995-B8CA-9D63BA420AE0">
																									<input type="hidden" name="channel_name_21" id="mobile_channel_name_21" value="Travel">

																									<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">My Story</div>
																									<input type="hidden" name="channel_guid_22" id="mobile_channel_guid_22" value="56BCDD6C-715D-470F-AD1A-3040CF1EB9F4">
																									<input type="hidden" name="channel_name_22" id="mobile_channel_name_22" value="My Story">

																																<div class="channel-cat">
																																				<div><strong>LEARN</strong></div>
																																</div>
																									
																									<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Art</div>
																									<input type="hidden" name="channel_guid_23" id="mobile_channel_guid_23" value="1F30EB25-F8C4-41ED-9EB6-F25B4AB8A8D3">
																									<input type="hidden" name="channel_name_23" id="mobile_channel_name_23" value="Art">

																									<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Music</div>
																									<input type="hidden" name="channel_guid_24" id="mobile_channel_guid_24" value="2A82001C-4EB7-4713-9205-C928F21BE3D9">
																									<input type="hidden" name="channel_name_24" id="mobile_channel_name_24" value="Music">

																									<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Emotion Development</div>
																									<input type="hidden" name="channel_guid_25" id="mobile_channel_guid_25" value="97ABB250-B11E-417D-AB12-CF83BF36F0A0">
																									<input type="hidden" name="channel_name_25" id="mobile_channel_name_25" value="Emotion Development">

																									<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Science</div>
																									<input type="hidden" name="channel_guid_26" id="mobile_channel_guid_26" value="F9A22D02-F693-4C8F-8EB6-526AD42C7F23">
																									<input type="hidden" name="channel_name_26" id="mobile_channel_name_26" value="Science">

																									<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Books</div>
																									<input type="hidden" name="channel_guid_27" id="mobile_channel_guid_27" value="81E803FD-AC3B-4F03-BF82-A3D869180574">
																									<input type="hidden" name="channel_name_27" id="mobile_channel_name_27" value="Books">

																									<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Learning</div>
																									<input type="hidden" name="channel_guid_28" id="mobile_channel_guid_28" value="3B3E4363-E044-4688-89CF-A58567644F16">
																									<input type="hidden" name="channel_name_28" id="mobile_channel_name_28" value="Learning">

																									<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Medical</div>
																									<input type="hidden" name="channel_guid_29" id="mobile_channel_guid_29" value="BB62AF2C-F321-44FA-952E-23CA60B45233">
																									<input type="hidden" name="channel_name_29" id="mobile_channel_name_29" value="Medical">

																																<div class="channel-cat">
																																				<div><strong>MOMS</strong></div>
																																</div>
																									
																									<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Pregnancy</div>
																									<input type="hidden" name="channel_guid_30" id="mobile_channel_guid_30" value="A02ECC7B-7AD8-41F8-9CC2-C877EFA1A88D">
																									<input type="hidden" name="channel_name_30" id="mobile_channel_name_30" value="Pregnancy">

																									<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Puree</div>
																									<input type="hidden" name="channel_guid_31" id="mobile_channel_guid_31" value="A382945A-005A-4D09-BA52-BDFEBBDBF686">
																									<input type="hidden" name="channel_name_31" id="mobile_channel_name_31" value="Puree">

																									<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Home Decor</div>
																									<input type="hidden" name="channel_guid_32" id="mobile_channel_guid_32" value="798DE45C-5182-4406-98B8-CA9CB32A20DE">
																									<input type="hidden" name="channel_name_32" id="mobile_channel_name_32" value="Home Decor">

																									<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Beauty</div>
																									<input type="hidden" name="channel_guid_33" id="mobile_channel_guid_33" value="9220B55F-3FF1-4F18-BA25-078E7214E137">
																									<input type="hidden" name="channel_name_33" id="mobile_channel_name_33" value="Beauty">

																									<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Foods</div>
																									<input type="hidden" name="channel_guid_34" id="mobile_channel_guid_34" value="D519922B-D463-48BD-BBB8-53820C8C3AF5">
																									<input type="hidden" name="channel_name_34" id="mobile_channel_name_34" value="Foods">

																									<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Fashion</div>
																									<input type="hidden" name="channel_guid_35" id="mobile_channel_guid_35" value="3482D9C6-BA69-4CE5-AEFE-E9D7F5A6D42A">
																									<input type="hidden" name="channel_name_35" id="mobile_channel_name_35" value="Fashion">

																									<div onclick="if (!window.__cfRLUnblockHandlers) return false; ToggleChannelBg($(this))">Fitness</div>
																									<input type="hidden" name="channel_guid_36" id="mobile_channel_guid_36" value="AA6C1255-383A-4B5D-8DE6-E55EF00FB55B">
																									<input type="hidden" name="channel_name_36" id="mobile_channel_name_36" value="Fitness">

                    </div>
																				
                      <input type="hidden" name="channelformactionguids" value="">
                      <input type="hidden" name="channelformactionnames" value="">
																				
																				<!--END SELECT CHANNELS	-->

<!-- BEGIN LOCATION-->	
                <div class="textalign-left topmargin15">
                 <div class="bold">LOCATION</div>
                    <div class="topmargin7  leftmargin20">Country or Region</div>
                    <div class="leftmargin20 rightmargin25">
                                <div class="select-div" style="max-width:500px;">
                                    <select onclick="if (!window.__cfRLUnblockHandlers) return false; return LoadLocationSelect(document.channelform.header_location_country,'',true)" onchange="if (!window.__cfRLUnblockHandlers) return false; return onChangeLocation(this);" name="header_location_country" id="mobile_header_location_country" style="max-width:500px;" class="width100">
                                    <option value="">-all-</option>
                                    
                                </select></div>
                                </div>
                                <div class="topmargin7  leftmargin20">State or Province</div>
                                <div class="leftmargin20 rightmargin25">
                                <div class="select-div" style="max-width:500px;"><select style="max-width:500px;" class="width100" onclick="if (!window.__cfRLUnblockHandlers) return false; if (VerifyParentDropdownSelected(this)) {return LoadLocationSelect(document.channelform.header_location_region,'',true)} else {return false;}" onchange="if (!window.__cfRLUnblockHandlers) return false; return onChangeLocation(this);" name="header_location_region" id="mobile_header_location_region">
                                        <option value="">-all-</option>
                                        
                                    </select></div>
                                </div>
                                <div class="topmargin7  leftmargin20">City</div>
                        <div class="leftmargin20 rightmargin25">
                               <div class="select-div" style="max-width:500px;"><select style="max-width:500px;" class="width100" onclick="if (!window.__cfRLUnblockHandlers) return false; if (VerifyParentDropdownSelected(this)) {return LoadLocationSelect(document.channelform.header_location_city,'',true)} else {return false;}" onchange="if (!window.__cfRLUnblockHandlers) return false; return onChangeLocation(this);" name="header_location_city" id="mobile_header_location_city">
                                      <option value="">-all-</option>
                                      
                               </select></div>
                        </div>	
																							</div>
																					<!--END LOCATION	-->
																						
                     </form>
                </span>
																<hr>
               <div class="aligncenter">
               	<div onclick="if (!window.__cfRLUnblockHandlers) return false; return AdjustMoreChannelActionMobile()" class="form-button form-button-small form-button-nomargin">Save Selections</div>
               </div>
            
            </div>
<!--<script type="text/javascript">
//*********************************
// AdjustMoreChannelActionMobile
//*********************************
function AdjustMoreChannelActionMobile()
{
	$('div.form-button').hide();
	
	var sChannelGuids="";
	var sChannelNames="";
	
	// Load the selected guide subtypes
	
	// Load the selected channel guids and names
	
		if ($("input#mobile_channel_guid_0").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#mobile_channel_guid_0").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#mobile_channel_name_0").val();
		}
	
		if ($("input#mobile_channel_guid_1").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#mobile_channel_guid_1").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#mobile_channel_name_1").val();
		}
	
		if ($("input#mobile_channel_guid_2").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#mobile_channel_guid_2").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#mobile_channel_name_2").val();
		}
	
		if ($("input#mobile_channel_guid_3").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#mobile_channel_guid_3").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#mobile_channel_name_3").val();
		}
	
		if ($("input#mobile_channel_guid_4").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#mobile_channel_guid_4").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#mobile_channel_name_4").val();
		}
	
		if ($("input#mobile_channel_guid_5").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#mobile_channel_guid_5").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#mobile_channel_name_5").val();
		}
	
		if ($("input#mobile_channel_guid_6").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#mobile_channel_guid_6").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#mobile_channel_name_6").val();
		}
	
		if ($("input#mobile_channel_guid_7").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#mobile_channel_guid_7").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#mobile_channel_name_7").val();
		}
	
		if ($("input#mobile_channel_guid_8").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#mobile_channel_guid_8").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#mobile_channel_name_8").val();
		}
	
		if ($("input#mobile_channel_guid_9").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#mobile_channel_guid_9").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#mobile_channel_name_9").val();
		}
	
		if ($("input#mobile_channel_guid_10").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#mobile_channel_guid_10").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#mobile_channel_name_10").val();
		}
	
		if ($("input#mobile_channel_guid_11").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#mobile_channel_guid_11").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#mobile_channel_name_11").val();
		}
	
		if ($("input#mobile_channel_guid_12").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#mobile_channel_guid_12").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#mobile_channel_name_12").val();
		}
	
		if ($("input#mobile_channel_guid_13").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#mobile_channel_guid_13").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#mobile_channel_name_13").val();
		}
	
		if ($("input#mobile_channel_guid_14").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#mobile_channel_guid_14").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#mobile_channel_name_14").val();
		}
	
		if ($("input#mobile_channel_guid_15").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#mobile_channel_guid_15").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#mobile_channel_name_15").val();
		}
	
		if ($("input#mobile_channel_guid_16").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#mobile_channel_guid_16").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#mobile_channel_name_16").val();
		}
	
		if ($("input#mobile_channel_guid_17").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#mobile_channel_guid_17").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#mobile_channel_name_17").val();
		}
	
		if ($("input#mobile_channel_guid_18").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#mobile_channel_guid_18").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#mobile_channel_name_18").val();
		}
	
		if ($("input#mobile_channel_guid_19").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#mobile_channel_guid_19").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#mobile_channel_name_19").val();
		}
	
		if ($("input#mobile_channel_guid_20").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#mobile_channel_guid_20").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#mobile_channel_name_20").val();
		}
	
		if ($("input#mobile_channel_guid_21").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#mobile_channel_guid_21").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#mobile_channel_name_21").val();
		}
	
		if ($("input#mobile_channel_guid_22").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#mobile_channel_guid_22").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#mobile_channel_name_22").val();
		}
	
		if ($("input#mobile_channel_guid_23").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#mobile_channel_guid_23").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#mobile_channel_name_23").val();
		}
	
		if ($("input#mobile_channel_guid_24").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#mobile_channel_guid_24").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#mobile_channel_name_24").val();
		}
	
		if ($("input#mobile_channel_guid_25").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#mobile_channel_guid_25").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#mobile_channel_name_25").val();
		}
	
		if ($("input#mobile_channel_guid_26").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#mobile_channel_guid_26").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#mobile_channel_name_26").val();
		}
	
		if ($("input#mobile_channel_guid_27").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#mobile_channel_guid_27").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#mobile_channel_name_27").val();
		}
	
		if ($("input#mobile_channel_guid_28").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#mobile_channel_guid_28").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#mobile_channel_name_28").val();
		}
	
		if ($("input#mobile_channel_guid_29").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#mobile_channel_guid_29").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#mobile_channel_name_29").val();
		}
	
		if ($("input#mobile_channel_guid_30").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#mobile_channel_guid_30").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#mobile_channel_name_30").val();
		}
	
		if ($("input#mobile_channel_guid_31").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#mobile_channel_guid_31").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#mobile_channel_name_31").val();
		}
	
		if ($("input#mobile_channel_guid_32").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#mobile_channel_guid_32").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#mobile_channel_name_32").val();
		}
	
		if ($("input#mobile_channel_guid_33").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#mobile_channel_guid_33").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#mobile_channel_name_33").val();
		}
	
		if ($("input#mobile_channel_guid_34").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#mobile_channel_guid_34").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#mobile_channel_name_34").val();
		}
	
		if ($("input#mobile_channel_guid_35").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#mobile_channel_guid_35").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#mobile_channel_name_35").val();
		}
	
		if ($("input#mobile_channel_guid_36").prev().hasClass("channel-select"))
		{
			if (sChannelGuids.length > 0) sChannelGuids = sChannelGuids + ',';
			sChannelGuids = sChannelGuids + $("input#mobile_channel_guid_36").val();
			
			if (sChannelNames.length > 0) sChannelNames = sChannelNames + ',';
			sChannelNames = sChannelNames + $("input#mobile_channel_name_36").val();
		}
		
	
	document.channelformmobile.channelformactionguids.value = sChannelGuids;
	document.channelformmobile.channelformactionnames.value = sChannelNames;
 
	 
//	var sValue = document.getElementById("mobile_header_location_country").value;
//	$("form[name='channelformmobile'] input[name='header_location_country']").val(sValue);
//	
//	sValue = document.getElementById("mobile_header_location_region").value;
//	$("form[name='channelformmobile'] input[name='header_location_region']").val(sValue);
//
//	sValue = document.getElementById("mobile_header_location_city").value;
//	$("form[name='channelformmobile'] input[name='header_location_city']").val(sValue) ;
//
//	sValue = document.getElementById("mobile_image_quality").value;
//	$("form[name='channelformmobile'] input[name='imagequality']").val(sValue) ;


	setTimeout('document.channelformmobile.submit()',10);
	return true;
}

</script>-->    
           
           
             <a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/member_recentlyviewed_guides.asp">My Recently Viewed Guides</a>
													
             <a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/trending_guides.asp">Trending Guides</a> 
             <a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/recent_comments.asp">Recent Comments</a> 
             <a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/member_activity.asp">Member Center</a> 
												
             <a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/member_points.asp">My Points</a> 
												 
          </span>
         
     	<span class="mmenu-title">PURCHASE</span>
          <span class="flex-container flex-wrap flex-mmenu"> 
             <a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/categories.asp">Categories</a> 
             
            <a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/brands.asp">Brands</a> 
            
             <a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/tags.asp">Ideas</a> 
             <a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/marketplace.asp">Marketplace</a> 
             <a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/marketplace.asp?type=promo">Promo Products</a>
             <a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/marketplace.asp?type=grouppurchases">Group Purchases</a>
             <a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/marketplace.asp?type=topseller">Top Sellers</a> 
             <a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/popularproductbrands_mobile.asp">Popular Brands</a> 
             <a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/popularproductcategories_mobile.asp">Popular Categories</a> 
             <a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="/promocodes.asp">Promo Codes</a> 
             <a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="promocode_commission_report.asp">Promo Code &amp; Earning Report</a>
             <a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" href="https://www.b2bbroker.com/" target="_blank">Join Our Partnership Program</a> 
             
             <a id="cartcountmobile1" onclick="if (!window.__cfRLUnblockHandlers) return false; SetMobileCartCountHref('cartcountmobile1','cartcountmobile2'); return AbortAjax()" href="/cart.asp">Cart
                 <span style="font-size:14px;margin-left:7px;" id="cartcountmobile2" class="icon-shopping-cart3 icon-shopping-cart3-mobile">0</span>
            </a> 
            
            
            <a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" class="hideme headercheckoutorder" href="/checkout_payment.asp?recordtype=order">Checkout</a> 
            <a onclick="if (!window.__cfRLUnblockHandlers) return false; return AbortAjax()" class="hideme headercheckoutquote" href="/checkout_payment.asp?recordtype=quote">Process Quote</a> 
         </span>
       
						
     	<span class="mmenu-title">LANGUAGE</span>
         <span class="flex-container flex-wrap flex-mmenu">
            <span class="Select current-language">English</span><a style="word-break:keep-all;" href="index.aspl=C">中文</a><a style="word-break:keep-all;" href="index.aspl=S">Español</a> 
         </span> 
         <hr class="topmargin25">
         <span class="flex-container flex-wrap flex-mmenu">
       	  <a href="mailto:[email protected]">Contact</a>
         </span>
       </span>
      
     </li>
  </ul>
</div>




<!--<script type="text/javascript">

// Launch the search reference table loader?


//*************************
// CustomPageInit
//*************************
function CustomPageInit()
{
	//-------------------------------------//
	// init Masonry
	var $grid = $('.grid').masonry({
	  itemSelector: 'none', // select none at first
	  columnWidth: '.grid_col-sizer',
	  gutter: '.grid_gutter-sizer',
	  //percentPosition: true,
	  stagger: 5,
	 // horizontalOrder: true,
	  fitWidth: true,
	  transitionDuration: '0.2s',
	  // nicer reveal transition
	  visibleStyle: { transform: 'translateY(0)', opacity: 1 },
	  hiddenStyle: { transform: 'translateY(100px)', opacity: 0 },
	});
	
	// get Masonry instance
	var msnry = $grid.data('masonry');
	
	// initial items reveal
	$grid.imagesLoaded( function() {
	  $grid.removeClass('are-images-unloaded');
	  $grid.masonry( 'option', { itemSelector: '.grid_item_infinitescroll' });
	  var $items = $grid.find('.grid_item_infinitescroll');
	  $grid.masonry( 'appended', $items );
	});
	
	var sSearchText = "";
	//if (sSearchText != "") sSearchText = encodeURI(sSearchText);
	
	//-------------------------------------//
	// init Infinte Scroll
    

            // init Infinte Scroll
            $grid.infiniteScroll({
                    path: '/ajax_fetchfirsttimeimages.asp?p={{#}}&arrids=56286,39525,13873,44864,65094,64897,71401,20699,14681,51305,55801,43558,55033,50958,65592,53147,56166,21831,53514,14132,18137,54904,48435,20220,53565,53155,55372,39838,51434,57153,25730,58388,54843,45230,71298,17468,39789,22114,46117,38980,17032,41299,55104,49443,65126,55134,65622,56138,57150,16343,41616,53850,51014,48470,38808,46106,21631,19589,46788,58446,43568,18963,54544,11285,57021,47008,56417,18400,38622,54807,55125,55679,65139,56635,51116,42088,13918,42241,20148,13860,14105,41204,54501,39732,11639,20534,65096,14017,38823,42032,52170,52458,18877,16743,22084,49199,49644,54168,46209,39536,45591,39510,51964,53808,52238,67440,55531,16742,41917,16452,41039,46934,44760,52023,40776,22112,39843,49219,65630,51686,52601,47534,53795,13937,40407,48961,54186,20267,44882,14072,54096,50948,56935,40102,51198,42158,58387,41522,16455,39957,65147,16409,52187,55526,64949,56647,47228,11638,17048,62821,18579,38595,51563,50630,62860,46388,63016,14019,39845,54894,15412,11414,53492,51041,41612,51158,71309,64971,53953,38656,65112,38709,43172,11453,13142,39839,43451,41497,21065,38154,53602,54113,51098,50732,47445,65611,49452,40151,22154,39425,53055,44901,54358,42249,55748,42207,41257,12269,49210,55295&seemore=1&qs=',
                    append: '.grid_item_infinitescroll',
                    outlayer: msnry,
                    //status: '.page-load-status',  // causing jerkyness on Chrome when dragging scrollbar to bottom
                    history: false,
            });

        
    
	//---------------------------------------------------------------------------------------------------------------------
	// Listen for the InfiniteScroll APPEND function: Triggered after item elements have been appended to the container.
	$grid.on( 'append.infiniteScroll', function( event, response, path, items ) {
  		//console.log( 'Loaded: ' + path );
		//$("#homepage-spinner").hide();
		
		SwapUrls(); //InitVideoHovers();
		
		
		
		// update the anchor tags to include the current language
		InitAnchorTagsForLanguage();
		AddOverflowEllipses('.timeline-description:not(.overflow-checked)','...');  // 2 parameters: the jquery selector, and the ellipses to use

        

        console.log("Ajax items returned: " + items.length);
	});
    
    // Listen for LAST: loaded page has 0 items to append.
    $grid.on( 'last.infiniteScroll', function( event, body, path ) {
        console.log(`Last page hit on ${path}`);
    });
	//---------------------------------------------------------------------------------------------------------------------
	
	

	// Set up the URL swapping mechanism on the visible guides
	SwapUrls(); //InitVideoHovers();
	
	 $('.oos-notifyme-popup-close').on('click',function(){
		  //$('body').removeClass("noscroll-y");
		 $('.oos-notifyme-popup').hide();
     });
	//---------------------------------------------------------------------------------------------------------------------
}
</script>-->
<script defer="" src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon="{&quot;rayId&quot;:&quot;8c66b3b5db992fa3&quot;,&quot;version&quot;:&quot;2024.8.0&quot;,&quot;r&quot;:1,&quot;serverTiming&quot;:{&quot;name&quot;:{&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true}},&quot;token&quot;:&quot;5674e8da2690492586f2428fffa96bdd&quot;,&quot;b&quot;:1}" crossorigin="anonymous"></script>

</body></html>