function isCookieEnabled() { setCookie('temp','temp'); var temp = getCookie('temp'); if (!temp) { //alert('Please enable cookies'); return false; } else return true; } landPathCookie = new Array; landPathCookie["app.vendio.com/buyer/shipping_calculator.jsp"] = new Array("L","BYR_CHECKOUT_SHIP_CALC",-1,""); landPathCookie["app.vendio.com/promos/upsell/counters_manage.jsp"] = new Array("L","UPSELL_MNG_COUNTERS",-1,""); landPathCookie["app.vendio.com/endorse/counters/counters_ebaysyi.jsp"] = new Array("L","RD_COUNTERS_LANDING_PAGE",-1,""); landPathCookie["app.vendio.com/promos/counters/counters_ebaysyi_research.jsp"] = new Array("L","COUNTERS_LANDING_PAGE",-1,""); landPathCookie["app.vendio.com/byrMain"] = new Array("L","BYR_CHECKOUT_MAIN",-1,""); landPathCookie["app.vendio.com/buyer/checkout_seller_item.jsp"] = new Array("L","BYR_CHECKOUT_SLR_ITEM",-1,""); landPathCookie["app.vendio.com/byrValidate"] = new Array("L","BYR_CHECKOUT_VALIDATE",-1,""); landPathCookie["de.andale.com/endorse/counters/counters_ebaysyi.jsp"] = new Array("L","RD_COUNTERS_LANDING_PAGE_DE",-1,""); landPathCookie["app.vendio.com/stores/sf_home.jsp"] = new Array("L","STORE_FRONT",-1,""); landPathCookie["app.vendio.com/byrMktLink"] = new Array("L","BYR_CHECKOUT_MKTLINK",-1,""); landPathCookie["app.vendio.com/promos/counters/counters_manage_edit.jsp"] = new Array("L","MANAGE_EDIT_COUNTERS",-1,""); landPathCookie["uk.andale.com/endorse/counters/counters_ebaysyi.jsp"] = new Array("L","RD_COUNTERS_LANDING_PAGE_UK",-1,""); landPathCookie["app.vendio.com/promos/counters/france_email_signup.jsp"] = new Array("L","FR_EMAIL_SIGNUP",-1,""); landPathCookie["autos.vendio.com/motors/endorse/counters/counters.jsp"] = new Array("L","RD_COUNTERS_LANDING_PAGE_MO",-1,""); landPathCookie["app.vendio.com/store"] = new Array("L","ANDALE_STORE",-1,""); landPathCookie["app.vendio.com/ebayAuthSuccessRedirect"] = new Array("L","EBAY_AUTH_SUCCESS_LANDING",-1,""); landPathCookie["app.vendio.com/index.html"] = new Array("L","HOMEPAGE_WWW",-1,""); landPathCookie["cms.vendio.com/index.html"] = new Array("L","HOMEPAGE_CMS",-1,""); landPathCookie["company.vendio.com/index.html"] = new Array("L","HOMEPAGE_CORP",-1,""); landPathCookie["de.andale.com/reg/registration_ebay_counters.jsp"] = new Array("L","DE_COUNTERS_REG_PAGE",-1,""); landPathCookie["research-de.andale.com/research/res_cobranded_ebay.jsp"] = new Array("L","RESEARCH_DE_COBRANDED",-1,""); landPathCookie["app.vendio.com/track/track_quickstart.jsp"] = new Array("L","TRACK_QUICKSTART_PAGE",-1,""); landPathCookie["cms.vendio.com/research/counters.html"] = new Array("L","COUNTERS_LANDING_PAGE_CMS",-1,""); landPathCookie["app.vendio.com/byrShippingInfo"] = new Array("L","BYR_CHECKOUT_SHIPPING_INFO",-1,""); landPathCookie["app.vendio.com/stores/sf_itemHome.jsp"] = new Array("L","STORE_FRONT_ITEM",-1,""); landPathCookie["app.vendio.com/promos/counters/can_email_signup.jsp"] = new Array("L","COUNTERS_FOR_EBAY_CANADA",-1,""); landPathCookie["uk.andale.com/reg/registration_ebay_counters.jsp"] = new Array("L","UK_COUNTERS_REG_PAGE",-1,""); landPathCookie["company.vendio.com/x-van.html"] = new Array("L","CORP_VAN",-1,""); landPathCookie["company.vendio.com/x-price_finder.html"] = new Array("L","CORP_PRICE_FINDER",-1,""); landPathCookie["company.vendio.com/x-lister.html"] = new Array("L","CORP_LISTER",-1,""); landPathCookie["app.vendio.com/cookie.html"] = new Array("L,P","COOKIE_TEST",52000,"path,choice"); refCookie = new Array(); uuidCookieName = "UUID"; refTrackCookieName = "REF_TRACK"; landTrackCookieName = "LAND_TRACK"; pathTrackCookieName = "PATH_TRACK"; cookieDefaultDomain = ".vendio.com"; cookieDefaultPath = "/"; defaultExpiryTime = 7 * 24 * 60 * 60; // in seconds noValue = "NONE"; notFound = "NOT_FOUND"; otherValue = "OTHERS_http://"; webtrackLogUrl = 'http://app.vendio.com/webtrackLog?trackUrl='; var webtrackSwitch; if(isCookieEnabled()){ webtrackSwitch = 'ON'; } else{ webtrackSwitch = 'OFF'; }